need read specific conetent from XML using WM inbuilt serivces

Hi,

I am trying to read specific content from xml which gets through http client. I have gone through some wm inbuild services. like XMLNodetodocument. by using this service i am able to convert the xml to document. but not able to assign specific element values to any parameters. I need to read some element value and store it in DB.
Is there any build in services to get the specific element values or we need to write Java serivce to achive this?

Thanks in advance.

Regards,
Sreenivas

Try the below ones: Refer BIS guide on how to use this.

WmPublic/pub.xml:queryXMLNode
WmPublic/pub.xml:getXMLNodeIterator
WmPublic/pub.xml:getNextXMLNode

Hi,

Thanks Mahesh its working.

By using queryXMLNode service i am able to get the particular element value.

Regards,
Sreenivas