EBWS: esb-based web services should be callable from SoapUI
-----------------------------------------------------------
Key: JBESB-1963
URL:
https://jira.jboss.org/jira/browse/JBESB-1963
Project: JBoss ESB
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Web Services
Affects Versions: 4.4
Reporter: Burr Sutter
Assignee: Daniel Bevenius
Fix For: 4.4 CP2
Attachments: publish_as_webservice2.zip
SOAPUI consumes the WSDL generated by publish_as_webservice, seems to have a proper
request but generates a fault
Request:
<soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:say="http://www.jboss.org/sayHi">
<soapenv:Body>
<say:sayHi>
<!--Optional:-->
<say:arg0>Burr</say:arg0>
</say:sayHi>
</soapenv:Body>
</soapenv:Envelope>
Response:
<env:Envelope
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
<env:Header/>
<env:Body>
<env:Fault>
<faultcode>env:Server</faultcode>
<faultstring>Failed to serialize ESB Configuration Document
instance.</faultstring>
</env:Fault>
</env:Body>
</env:Envelope>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: