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

Reply via email to