3 Replies Latest reply on Jul 24, 2007 11:14 AM by heiko.braun

    JBoss 2.0: Specifying SOAP 1.2 for WSProvideTask ?

    juergen.zimmermann

      How do I specify that a SOAP 1.2 binding should be generated by the ANT task WSProvideTask?

      IMHO in the wsdl file's section there should be:

      <soap12:binding style="document" transport="http://www.w3.org/2003/05/soap/bindings/HTTP/"/>


      instead of:
      <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>


      Any hint is appreciated!