Here is a sample SOAP 1.1 request and response for this service.
 
POST /services/gmap/Mapservice.asmx HTTP/1.1

Host: demo.xxx.com

Content-Type: text/xml; charset=utf-8

Content-Length: length

SOAPAction: "http://demo.xxx.com/services/GetPlayDefinition";



<?xml version="1.0" encoding="utf-8"?>

<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xmlns:xsd="http://www.w3.org/2001/XMLSchema";
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";>

  <soap:Header>

    <CredentialSoapHeader xmlns="http://demo.xxx.com/services/";>

      <Username>string</Username>

      <Password>string</Password>

    </CredentialSoapHeader>

  </soap:Header>

  <soap:Body>

    <GetPlayDefinition xmlns="http://demo.xxx.com/services/";>

      <WMSPlayDefinitionID>int</WMSPlayDefinitionID>

    </GetPlayDefinition>

  </soap:Body>

</soap:Envelope>
HTTP/1.1 200 OK

Content-Type: text/xml; charset=utf-8

Content-Length: length



<?xml version="1.0" encoding="utf-8"?>

<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xmlns:xsd="http://www.w3.org/2001/XMLSchema";
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";>

  <soap:Body>

    <GetPlayDefinitionResponse xmlns="http://demo.xxx.com/services/";>

      <GetPlayDefinitionResult>string</GetPlayDefinitionResult>

    </GetPlayDefinitionResponse>

  </soap:Body>

</soap:Envelope>



-------------------------------------------------------------
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-------------------------------------------------------------

Reply via email to