Uploaded image for project: 'Axis-C++'
  1. Axis-C++
  2. AXISCPP-608

For intArrayType sever respond is wrong for RPC style.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.5 Final
    • None
    • Server - General
    • None
    • Windows with Axis c++ server.

    Description

      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.

      Attachments

        Activity

          People

            cdinapala Chinthana Dinapala
            cdinapala Chinthana Dinapala
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: