The xml returned by webservices invariably use namespaces. To access data contained in the xml you would need to declare namespace . To declare namespace you would select the process,right click the process select properties, click the advanced tab to create namespaces
For example the following is a example of namespace declared in workbench
greg http://schemas.xmlsoap.org/soap/envelope/
where greg is the namespace prefix
I have included a simple process which makes a web service call to Amazon, using namespace I get data out of the response. The following is an example of using namespace in workbench
/process_data/xmlData/greg:Envelope/greg:Body/cole:ItemLookupResponse/cole:Items/cole:Item/cole:ItemAttributes
Click here to get the PDF
-
Search It!
-
Recent Entries
- Submitting PDF to a servlet
- Extracting Data from Signed PDF using LiveCycle Server
- Adding Attachments to PDF Form
- Emailing to all members of a group
- Using Namespace in Workbench
- Modifying email when emailing a form
- Disabling Form Fields with validation
- Extracting Data From Xml File
- Assembling Task Attachments
- Creating DDX from list of file names
-
Links
Hi! Can you include a search feature on your site? I like your articles and would find it most useful if I was able to use search functionaliy as opposed to searching manually through the monthly archives. Please advise, and thanks for the helpful tutorials!
Hi
Thanks for the suggestion,added the search widget
thanks
girish