Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Done
-
0.1
-
None
Description
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.
Attachments
Issue Links
- relates to
-
SWITCHYARD-303 Transformation code should allow for type conversion as a backup if an explicit transformation by type name is not defined
-
- Closed
-