[switchyard-issues] [JBoss JIRA] (SWITCHYARD-736) SOAP gateway cannot handle SOAP 1.2 requests

Keith Babo (JIRA) jira-events at lists.jboss.org
Mon Apr 16 08:28:19 EDT 2012


Keith Babo created SWITCHYARD-736:
-------------------------------------

             Summary: SOAP gateway cannot handle SOAP 1.2 requests
                 Key: SWITCHYARD-736
                 URL: https://issues.jboss.org/browse/SWITCHYARD-736
             Project: SwitchYard
          Issue Type: Bug
          Components: component-soap
    Affects Versions: 0.4
            Reporter: Keith Babo
             Fix For: 0.5


SOAP 1.2 bindings fail in our unit test framework and when deployed to AS7.  The failure is different between the two environments (JDK WS provider vs. CXF in AS7).  To reproduce, take the bean-service quickstart and change the SOAP namespace in OrderService.wsdl to:

http://schemas.xmlsoap.org/wsdl/soap12/

Then change soap-request.xml and change the soap namespace to:

http://www.w3.org/2003/05/soap-envelope

I'm guessing that we need to add a property/metadata when creating the JAX-WS endpoint in order to tell the WS runtime that the SOAP endpoint is 1.2 vs. 1.1. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the switchyard-issues mailing list