Actually - here is the code.  I didn't cut and paste properly in the last
email:
 

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

- <SOAP-ENV:Envelope xmlns:SOAP-ENV="
<http://schemas.xmlsoap.org/soap/envelope/>
http://schemas.xmlsoap.org/soap/envelope/"; xmlns:soap="
<http://schemas.xmlsoap.org/wsdl/soap/>
http://schemas.xmlsoap.org/wsdl/soap/"; xmlns:tm="
<http://microsoft.com/wsdl/mime/textMatching/>
http://microsoft.com/wsdl/mime/textMatching/"; xmlns:soapenc="
<http://schemas.xmlsoap.org/soap/encoding/>
http://schemas.xmlsoap.org/soap/encoding/"; xmlns:mime="
<http://schemas.xmlsoap.org/wsdl/mime/>
http://schemas.xmlsoap.org/wsdl/mime/"; xmlns:tns="
<http://demo.campaigntracking.com/services/>
http://demo.campaigntracking.com/services/"; xmlns:s="
<http://www.w3.org/2001/XMLSchema> http://www.w3.org/2001/XMLSchema";
xmlns:soap12=" <http://schemas.xmlsoap.org/wsdl/soap12/>
http://schemas.xmlsoap.org/wsdl/soap12/"; xmlns:http="
<http://schemas.xmlsoap.org/wsdl/http/>
http://schemas.xmlsoap.org/wsdl/http/"; xmlns:wsdl="
<http://schemas.xmlsoap.org/wsdl/> http://schemas.xmlsoap.org/wsdl/";
xmlns:xsi=" <http://www.w3.org/2001/XMLSchema-instance>
http://www.w3.org/2001/XMLSchema-instance"; xmlns:xsd="
<http://www.w3.org/2001/XMLSchema> http://www.w3.org/2001/XMLSchema";>
- <SOAP-ENV:Header>
- <tns:CredentialSoapHeader xmlns:tns="
<http://demo.campaigntracking.com/services/>
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/>
http://demo.campaigntracking.com/services/";>
  <tns:WMSPlayDefinitionID>297</tns:WMSPlayDefinitionID> 
  </tns:GetPlayDefinition>
  </SOAP-ENV:Body>
  </SOAP-ENV:Envelope>' />
  
<cfset sURL='http//demo.campaigntracking.com/services/gmap/Mapservice.asmx'
/> 
 
<cfhttp url='#sURL#' method="post" >  
<cfheader name="Content-Type" value="text/xml;" charset="utf-8"/>  
<cfhttpparam type="xml" value="#trim(requestXML)#"/> 
</cfhttp>  
  
<CFSET MyXmlCode = CFHTTP.FileContent>
 
<CFdump var="#CFHTTP.errordetail#">
 
 
Changing the dump to errordetail gives me: "Unknown host: http".
 
But I know this path is correct -
"http//demo.campaigntracking.com/services/gmap/Mapservice.asmx".
 
Yeesh.
 
 



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