Thanks for the replies. I still can't get my head around it.
When I ask for examples I get XML. I'm supposed to write something to, for example, post the XML and get a list of locations back.
For example, the top part of an example XML file they sent me is:
<definitions name="stationlist" targetNamespace="http://SITE.EXT/stationlist">
<!-- Micro Focus ServerExpress generated WSDL document-->
<types>
<schema elementFormDefault="qualified" targetNamespace="http://SITE.EXT/stationlist">
<complexType name="StationListRQ">
<sequence>
<element name="Country" type="string"/>
<element name="Language" type="string"/>
<element name="UserID">
<complexType>
<sequence>
<element name="CustomerName" type="string"/>
<element name="Specification" type="string"/>
<element name="InternalUse" type="string"/>
</sequence>
</complexType>
</element>
</sequence>
</complexType>
etc...
Now I'm not sure if it's XML or SOAP or indeed if there is a difference.
I've been looking at this screen for help:
[
4guysfromrolla.com...]
but the XML/SOAP looks nothing like it!?
Mick