[jbosstools-issues] [JBoss JIRA] (JBIDE-13528) [tester] wrong soap message generated for RPC/Lit contract

Alessio Soldano (JIRA) jira-events at lists.jboss.org
Mon Feb 11 18:44:56 EST 2013


Alessio Soldano created JBIDE-13528:
---------------------------------------

             Summary: [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
            Reporter: Alessio Soldano
            Assignee: Brian Fitzpatrick


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/"><soap:Body><ns1:locateCustomer
xmlns:ns1="http://webresult.samples.jaxws.ws.test.jboss.org/"><FirstName>7</FirstName><LastName>8</LastName><Address><address>89</address></Address></ns1:locateCustomer></soap:Body></soap:Envelope>
{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


More information about the jbosstools-issues mailing list