| Author |
Traversing SOAP response using AXIOM/ADB binding
|
Nikes Shah
Ranch Hand
Joined: Jul 18, 2007
Posts: 132
|
|
Dear friends,
I have generated client stub classes from wsdl using Axis2 ADB option.
Can any one guide me how to traverse SOAP response using AXIOM / ADB binding API?
I am able to fetch the text or value between <ns2:value>admin</ns2:value> (eg. admin), but i dont know
how to fetch attribute value (eg. lastModifiedBy from <ns2:propertyString propertyDefinitionId="cmis:lastModifiedBy">)
Following is the response from webservice.
Following is an incomplete code.
My concern is how to print propertyDefinitionId value?
Thanks for any help.
>
|
 |
 |
|
|
subject: Traversing SOAP response using AXIOM/ADB binding
|
|
|