Has anyone here actually able to consume/execute methods on a .NET (asmx) web service and lived to tell the tale? more importantly did you find any issues with login headers?
It seems to work just fine - what specific problems are you having?
You might find the web service UDFs useful - from a Tech Note whose number escapes me... ah, here it is:
http://www.macromedia.com/support/coldfusion/ts/documents/ webservices_header.htm
Personally, I just call setHeader() directly on the WS object:
<cfset ws = createObject("webservice",someWSDL) />
<cfset ws.setHeader(namespace,element,value) />Sean A Corfield -- http://www.corfield.org/blog/
"If you're not annoying somebody, you're not really alive." -- Margaret Atwood
--- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED]
MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia http://www.mxdu.com/ + 24-25 February, 2004
