[jbossws-issues] [JBoss JIRA] (JBWS-3635) soap12:address doesn't appear in WSDL for SOAP 1.2 service

Tadayoshi Sato (JIRA) jira-events at lists.jboss.org
Tue May 14 03:15:06 EDT 2013


Tadayoshi Sato created JBWS-3635:
------------------------------------

             Summary: soap12:address doesn't appear in WSDL for SOAP 1.2 service
                 Key: JBWS-3635
                 URL: https://issues.jboss.org/browse/JBWS-3635
             Project: JBoss Web Services
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: jbossws-cxf
    Affects Versions: jbossws-cxf-3.1.2
            Reporter: Tadayoshi Sato


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

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

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.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbossws-issues mailing list