For intArrayType sever respond is wrong for RPC style.
------------------------------------------------------
Key: AXISCPP-608
URL: http://issues.apache.org/jira/browse/AXISCPP-608
Project: Axis-C++
Type: Bug
Components: Server - General
Versions: 1.5 Final
Environment: Windows with Axis c++ server.
Reporter: Chinthana Danapala
Server send gabage respond to intArrayType in SimpleArray test.
Client sending .....
<SOAP-ENV:Body>
<ns1:echoIntArray xmlns:ns1="http://soapinterop.org/">
<intArrayType xsi:type="ns2:intArrayType"
xmlns:ns2="http://soapinterop.org/xsd"><intItemArray
xmlns:enc="http://www.w3.org/2001/06/soap-encoding" enc:arrayType="xsd:int[2]">
<item>2</item>
<item>2</item>
</intItemArray>
</intArrayType></ns1:echoIntArray>
</SOAP-ENV:Body>
Server respond.......
<SOAP-ENV:Body>
<ns1:echoIntArrayResponse xmlns:ns1="http://soapinterop.org/">
<intArrayType xsi:type="ns2:intArrayType"
xmlns:ns2="http://soapinterop.org/xsd"><intItemArray
xmlns:enc="http://www.w3.org/2001/06/soap-encoding" enc:arrayType="xsd:int[2]">
<item>9323264</item>
<item>9323264</item>
</intItemArray>
</intArrayType></ns1:echoIntArrayResponse>
</SOAP-ENV:Body>
This is happening in RPC style only, Document style is fine.
--
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
-
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira