Hi.  I'm getting an error when trying to consume a webservice and when I use
GetSOAPRequest() to try to see the SOAP request being sent, I get, "Unable
get the SOAP message as XML.  There was an error when retrieving the SOAP
envelope from the web service engine:
coldfusion.runtime.SOAPFunc$UnableToGetXMLException: Unable get the SOAP
message as XML."

So I'm trying to use TCPMonitor detailed here:
http://livedocs.adobe.com/coldfusion/8/htmldocs/webservices_27.html#1222065instead.
 When I set it up like this:

Listen Port: 8123
Host: 127.0.0.1
Port: 80

,,,and then call
http://localhost:8123/page_with_call_to_webservice.cfmTCPMonitor just
shows me that request and the resulting error page.

Does anyone know how to setup TCPMonitor so that it'll show me the CF
server's **outbound** request to the webservice?

-- 
John Bliss
IT Professional
@jbliss (t) / http://www.brandiandjohn.com


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330891
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to