If you're messing with SOAP headers, there are a couple of SOAP UDFs on the Macromedia website.
http://www.macromedia.com/support/coldfusion/ts/documents/webservices_header.htm
It does get and set request headers for SOAP.
I don't know whether thats any use to you...
Regards
Stephen
Rich Wild wrote:
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?
-----Original Message-----
From: Tim Blair [mailto:[EMAIL PROTECTED] Sent: 24 February 2004 11:11
To: [EMAIL PROTECTED]
Subject: RE: [ cf-dev ] sending http content
hmmm, no, I can't seem to set the content of the request headers that way.
Right, I only came into this just now, so explain again and I'll have a thunk...
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(). You then want to respond to that request, sending back the appropriate response, again in the header, rather than in the main "message body"?
-------------------------------------------------------
RAWNET LTD - Internet, New Media and ebusiness Gurus.
WE'VE MOVED - for our new address, please visit our
website at http://www.rawnet.com/ or call us any time
on 0800 294 24 24.
-------------------------------------------------------
This message may contain information which is legally privileged and/or confidential. If you are not the intended recipient, you are hereby notified that any unauthorised disclosure, copying, distribution or use of this information is strictly prohibited. Such notification notwithstanding, any comments, opinions, information or conclusions expressed in this message are those of the originator, not of rawnet limited, unless otherwise explicitly and independently indicated by an authorised representative of rawnet limited.
-------------------------------------------------------
-- ** 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]
-- ** 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]
