aspose file tools
The moose likes Web Services and the fly likes Traversing SOAP response using AXIOM/ADB binding Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Traversing SOAP response using AXIOM/ADB binding" Watch "Traversing SOAP response using AXIOM/ADB binding" New topic
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.
>
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Traversing SOAP response using AXIOM/ADB binding
 
Similar Threads
can't run rampart client
Rampart encrypting options: I can't encrypt parameters
Issue with using the Axis2 JAX-WS Client using Rampart
Rampart sample not encrypting soap message
Invoking web service from pl sql, requires a nonce, but I cannot find much info on how to do it