[switchyard-issues] [JBoss JIRA] Created: (SWITCHYARD-301) SOAP gateway is requiring the WSDL message name to match the operation name

Len DiMaggio (JIRA) jira-events at lists.jboss.org
Fri Jun 17 09:02:23 EDT 2011


SOAP gateway is requiring the WSDL message name to match the operation name
---------------------------------------------------------------------------

                 Key: SWITCHYARD-301
                 URL: https://issues.jboss.org/browse/SWITCHYARD-301
             Project: SwitchYard
          Issue Type: Bug
          Components: core
    Affects Versions: 0.1
            Reporter: Len DiMaggio


See the attached .zip example.

This exception is raised when the example is deployed to Switchyard on AS7:

<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
   <SOAP-ENV:Header/>
   <SOAP-ENV:Body>
      <SOAP-ENV:Fault>
         <faultcode>SOAP-ENV:Server</faultcode>
         <faultstring>Invalid input SOAP payload localNamePart for service operation 'sayHello' (service 'HelloService').  Port defines operation localNamePart as 'HelloWorld_sayHello'.  Actual localNamePart on input SOAP message 'sayHello'.</faultstring>
      </SOAP-ENV:Fault>
   </SOAP-ENV:Body>
</SOAP-ENV:Envelope>

Note from Keith:

The element name should match in doc/lit, but the message name should just be metadata for the WSDL itself.



--
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