You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "Dushshantha Chandradasa (JIRA)" <ax...@ws.apache.org> on 2005/06/03 08:10:21 UTC

[jira] Updated: (AXISCPP-608) For intArrayType sever respond is wrong for RPC style.

     [ http://issues.apache.org/jira/browse/AXISCPP-608?page=all ]

Dushshantha Chandradasa updated AXISCPP-608:
--------------------------------------------

    Comment: was deleted

> 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
>     Assignee: 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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira