Well - I told the client I am going to be late.  First time for everything.
Yuck.
 
The service comes from London so I will have to wait to morning to check
some things with them.  I very much appreciate the help Kevin and Ajas.
 
Shane

  _____  

From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Ajas Mohammed
Sent: Wednesday, February 18, 2009 3:09 PM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] XML and SOAP


any luck? did you make progress on this one?

<Ajas Mohammed />
http://ajashadi.blogspot.com
We cannot become what we need to be, remaining what we are.
No matter what, find a way. Because thats what winners do.
You can't improve what you don't measure.
Quality is never an accident; it is always the result of high intention,
sincere effort, intelligent direction and skillful execution; it represents
the wise choice of many alternatives.



On Wed, Feb 18, 2009 at 2:32 PM, Shane <studio...@gmail.com> wrote:


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 FusionLink <http://www.fusionlink.com>  
------------------------------------------------------------- 


No virus found in this incoming message.
Checked by AVG - www.avg.com
Version: 8.0.237 / Virus Database: 270.10.25/1957 - Release Date: 02/17/09
07:07:00





-------------------------------------------------------------
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