No.  I have access to the WSDL only.

  _____  

From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Ajas Mohammed
Sent: Thursday, February 19, 2009 11:33 AM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] XML and SOAP


Any documentation you have to as to how to consume this webservice and its
methods? Did the client give you any information about this process?

<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 Thu, Feb 19, 2009 at 12:02 PM, Shane <studio...@gmail.com> wrote:


Kevin:

I have tried this:

<CFHTTP
METHOD="GET"
URL="http//demo.campaigntracking.com/services/gmap/Mapservice.asmx?wsdl">

<cfset requestXML = '<?xml version="1.0" encoding="UTF-8" standalone="no" ?>

- <SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/";

xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/";
xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/";
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/";
xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/";

xmlns:tns="http://demo.campaigntracking.com/services/";

xmlns:s="http://www.w3.org/2001/XMLSchema";
xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/";
xmlns:http="http://schemas.xmlsoap.org/wsdl/http/";

xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/";

xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xmlns:xsd="http://www.w3.org/2001/XMLSchema";>

- <SOAP-ENV:Header>
- <tns:CredentialSoapHeader
xmlns:tns="http://demo.campaigntracking.com/services/";>
 <tns:Username>xxx</tns:Username>
 <tns:Password>xxx</tns:Password>
 </tns:CredentialSoapHeader>
 </SOAP-ENV:Header>
- <SOAP-ENV:Body>
- <tns:GetPlayDefinition
xmlns:tns="http://demo.campaigntracking.com/services/";>
 <tns:WMSPlayDefinitionID>297</tns:WMSPlayDefinitionID>
 </tns:GetPlayDefinition>
 </SOAP-ENV:Body>
 </SOAP-ENV:Envelope>' />

<CFSET MyXmlCode = CFHTTP.FileContent>

<CFdump var="#MyXMLCode#">




I used http://www.soapclient.com/soaptest.html to generate the soap request
so I know that part is good (it generates a valid response).

I get "Connection Failure" when I try to run this code. I know the username
and password are correct.  Any suggestions from anyone are desperately
solicited.  I'm feeling pretty whipped.  Maybe I'll put on the Allman
Bro's.....




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






No virus found in this incoming message.
Checked by AVG - www.avg.com
Version: 8.0.237 / Virus Database: 270.11.0/1959 - Release Date: 02/18/09
20:55: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