Hi all,
Whilst I'm relatively familiar with the basic functionality of FME a recent project has required me to get involved with SOAP web services. Having read some of the online documentation I've managed to setup a work space to contact the web service and receive a response (using a Creator, XML Templater, HTTP Caller and XML Formatter).
I've successfully setup a work space to read in NHS local services and using the XML Fragmenter have exposed the attributes from the SOAP response under the ServiceTransferObject element.
The NHS the response was cleanly structured (example below):
...but the response from a 3rd party web service appears to be structured very differently. There are the expected Envelope and Body elements but the attributes I need to expose appear to be encoded within a single element, iData (example below):
Is anybody able to assist with being able to access the attributes held within the highlighted area of the above example (basically everything under the report element, about 40 attributes in total).
Many thanks