Uploaded image for project: 'JBoss Enterprise Application Platform 4 and 5'
  1. JBoss Enterprise Application Platform 4 and 5
  2. JBPAPP-10767

soap12:address doesn't appear in WSDL for SOAP 1.2 service

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • EAP_EWP 5.3.0.ER1
    • EAP_EWP 5.2.0
    • Web Services
    • None
    • Previously for SOAP 1.2 endpoints, JBossWS-CXF would only use the SOAP 1.1 namespace when referencing the SOAP endpoint address in the WSDL, but now it correctly uses the SOAP 1.2 namespace.
    • Documented as Resolved Issue
    • NEW

    Description

      WSDL for the following SOAP 1.2 web service displays not <soap12:address .../> but only <soap:address .../>.

      @WebService
      @BindingType(SOAPBinding.SOAP12HTTP_BINDING)
      public class HelloWorldService {
        @WebMethod
        public String sayHello() {
          return "Hello World";
        }
      }
      

      The root cause must be https://issues.apache.org/jira/browse/CXF-3584 , as this issue seems to be resolved in JBoss WS CXF 4.0.4.

      Attachments

        Activity

          People

            Unassigned Unassigned
            rhn-support-tasato Tadayoshi Sato
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: