[switchyard-issues] [JBoss JIRA] Created: (SWITCHYARD-347) SOAP gateway does not detect operation name property for doc/lit

Keith Babo (JIRA) jira-events at lists.jboss.org
Mon Jul 18 15:08:23 EDT 2011


SOAP gateway does not detect operation name property for doc/lit
----------------------------------------------------------------

                 Key: SWITCHYARD-347
                 URL: https://issues.jboss.org/browse/SWITCHYARD-347
             Project: SwitchYard
          Issue Type: Bug
          Components: component-soap
            Reporter: Keith Babo
             Fix For: 0.2


It looks like the SOAP gateway is assuming that the element in the SOAP:Body always has the same name as the WSDL operation.  This is true for doc/lit wrapped, but is not required for doc/lit.  See SOAPUtil.getOperationName() and InboundHandler.invoke() for the details.  Seems like a small tweak to WSDLUtil.getOperation() could allow for the element name to be passed in (which it currently passes as "operationName") and that can be used to lookup the operation name whether it's doc/lit or doc/lit + wrapped.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the switchyard-issues mailing list