Click here to Skip to main content
15,886,110 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
XML
Issue in calling ksoap dot net Web Service with & without array of complex objects in android.

I'am using ksoap dot net Web Service in android was like this on below & I don't know how to use it.


<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <Submit xmlns="http://tempuri.org/">
      <ID>int</ID>
      <FC>
        <Message>string</Message>
        <Att>
          <Collection>
            <UserName>string</UserName>
          </Collection>
          <Collection>
            <UserName>string</UserName>
          </Collection>
        </Att>
      </FC>
    </Submit>
  </soap:Body>
</soap:Envelope>



If any one know's it, you can also reply to my mail id : kasilingam1230@gmail.com

Thank you in advance.
Posted
Updated 21-Apr-15 19:18pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900