How to process Odata response in webMethods 10.3?

Hi

I will be calling an Odata service from webMethods 10.3 and I wonder what the best way to process/extract the response which will be in Odata 4.0 format would be? I don’t see a “OdataToXML” service anywhere.

Can I use “pub.json:jsonStringToDocument” or is there a better way?

Kind regards Mikael

I just found out that Odata is somewhat similar to JSON

I use these services to extract a value from the Odata response.

pub.json:jsonStringToDocument
pub.xml:documentToXMLString
pub.xml:xmlStringToXMLNode
pub.xml:queryXMLNode

Br Mikael

1 Like

Thanks Mikael for the last update and hoping in the future versions (log a feature request) so there will be a straight service to extract the ODATA payload response with ease of use :slight_smile:

Cheers!
RMG