WSDL document literal in Response message using 2 parts, always null in second 
[part]holder value when using wsdl2java client classes
-------------------------------------------------------------------------------------------------------------------------------------

                 Key: AXIS-2531
                 URL: http://issues.apache.org/jira/browse/AXIS-2531
             Project: Apache Axis
          Issue Type: Bug
          Components: Serialization/Deserialization
    Affects Versions: 1.4
         Environment: Windows XP professional java 2 sdk 1.4.2
            Reporter: Antonio Sy-A-Foek


APASavePackingOrder1BindingStub binding  = new 
APASavePackingOrder1BindingStub(url,service);
...Some code
binding.APASavePackingOrder1(request, responseHolder, resultHolder);

// This message part is filled correctly                        
Response response = responseHolder.value;
// The second message part containing the result is always null
Result result = resultHolder.value;

***********************************************************************************************

<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/";>
        <SOAP-ENV:Header/>
        <SOAP-ENV:Body>
                <ns0:Response 
xmlns:ns0="http://www.triennium.com/integration/hosting/ems/apasavepackingorderresponse.1";>
                        <ns0:MOBILE_CONNECTION>
                                <ns0:MOBILE_NUMBER_NEW>1</ns0:MOBILE_NUMBER_NEW>
                        </ns0:MOBILE_CONNECTION>
                </ns0:Response>
                <ns0:Result 
xmlns:ns0="http://www.triennium.com/integration/hosting/ems/apasavepackingorderresponse.1";>
                        <ns1:Status 
xmlns:ns1="http://www.triennium.com/integration/hosting/ems/envelope.1";>OK</ns1:Status>
                </ns0:Result>
        </SOAP-ENV:Body>
</SOAP-ENV:Envelope>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to