Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-13528

[tester] wrong soap message generated for RPC/Lit contract

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 4.1.0.Beta1
    • 3.3.2.Final
    • webservices
    • None

      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

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

      instead of

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

            bfitzpat_rh Brian Fitzpatrick (Inactive)
            rhn-support-asoldano Alessio Soldano
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: