Hi there,
Please help ...
This represents my bean data in SOAP Response. How do I read this data (to get "Name" and "City" ) in Axis Client?. All my effort did not produce any results...
<multiRef id="id1" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns4:MyBean" xmlns:ns4="http://webservice5" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"> <name xsi:type="xsd:string">Ranjith</name> <city xsi:type="xsd:string">Kottayam</city> </multiRef>
Thanks in advance for your help. Ran |