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



Reply via email to