[
https://issues.jboss.org/browse/JBIDE-13528?page=com.atlassian.jira.plugi...
]
Jaroslav Jankovič closed JBIDE-13528.
-------------------------------------
Verified with JBDS 7.0.0 Beta1a
[tester] wrong soap message generated for RPC/Lit contract
----------------------------------------------------------
Key: JBIDE-13528
URL:
https://issues.jboss.org/browse/JBIDE-13528
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Webservices
Affects Versions: 3.3.2.Final
Reporter: Alessio Soldano
Assignee: Brian Fitzpatrick
Fix For: 4.1.0.Beta1
Attachments: jaxws-samples-webresult.war
Wrong SOAP xml message is generated when consuming the wsdl contract for the
jaxws-samples-webresult.war archive from the JBossWS teststuite. Seems like there's a
general issue with RPC/Lit contracts. I get
{code}
<soap:Envelope
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Header>
</soap:Header>
<soap:Body>
<tns:USAddress
xmlns:tns="http://webresult.samples.jaxws.ws.test.jboss.org/">
<tns:address>89</tns:address>
</tns:USAddress>
<FirstName>7</FirstName><LastName>8</LastName></soap:Body>
</soap:Envelope>
{code}
instead of
{code}
<soap:Envelope
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><s...
xmlns:ns1="http://webresult.samples.jaxws.ws.test.jboss.org/"&g...
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira