0 Replies Latest reply on Jan 25, 2007 3:14 PM by dwin

    SOAP 1.2 support in JBossWS 1.2 (JAX-WS)

    dwin

      Hey JBoss team

      just curious how I would enable SOAP 1.2 support for JBossWS

      I tried
      @BindingType(value=SOAPBinding.SOAP12HTTP_MTOM_BINDING)

      but it doesn't seem to do anything.

      In Glass fish, to enable SOAP is
      @BindingType(value="http://java.sun.com/xml/ns/jaxws/2003/05/soap/bindings/HTTP/")
      Glassfish uses its own constant as to the w3.org's url

      Does JBossWS support generation of SOAP 1.2 wsdl? If so, how can this be done?