re[2]: [ACFUG Discuss] XML and SOAP

2009-02-19 Thread Mischa Uppelschoten ext 10
But I know this path is correct - "http//demo.campaigntracking.com/services/gmap/Mapservice.asmx". ** Did you notice the missing colon? /m - To unsubscribe from this list, manage your profile @

RE: re[2]: [ACFUG Discuss] XML and SOAP

2009-02-19 Thread Shane
Oh that is just sick. Thanks - I'm getting an empty string now - I'm making progress! :-) Thanks Mischa _ From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Mischa Uppelschoten ext 10 Sent: Thursday, February 19, 2009 12:26 PM To: Web Site Subject: re[2]: [ACFUG Discuss

RE: re[2]: [ACFUG Discuss] XML and SOAP

2009-02-19 Thread Shane
?xml version=1.0 encoding=utf-8? soap:Envelope xmlns:soap=http://www.w3.org/2003/05/soap-envelope; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xmlns:xsd=http://www.w3.org/2001/XMLSchema; soap:Body soap:Fault soap:Code soap:Valuesoap:Receiver/soap:Value /soap:Code soap:Reason soap:Text

RE: re[2]: [ACFUG Discuss] XML and SOAP

2009-02-19 Thread Shane
Got it working - just had to remove the extraneous characters from the soap request: 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/;