You have a script that is (I'm guessing here) grabbing some SOAP data or other from the request header when it is called using getHTTPRequestData().
spot on.
using getHTTPRequestData(). You then want to respond to that request, sending back the appropriate response, again in the header, rather than in the main "message body"?
no, I can respond in the message body, that's fine - what I'm trying to do is test my app. Because the data is coming from a remote service, I can't test my data until the app goes live, so I need to send some test data to it myself, emulating the call.
How can I do this with CF - and if I can't use CF to send it, what can I use?
telnet soaphost.com 80
;)
Paul
-- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED]
