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

Jaroslav Jankovič (JIRA) jira-events at lists.jboss.org
Tue May 28 05:11:06 EDT 2013


     [ https://issues.jboss.org/browse/JBIDE-13528?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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