> Change the host to the remote host you're trying to connect to?

Let's say webservice is at https://domain.com/this?wsdl  I tried setting
TCPMonitor to:

Listen Port: 443
Host: domain.com
Port: 443

...but when I click "Start," I get, "java.net.BindException: Address already
in use: JVM_Bind"  So then I tried:

Listen Port: 4430
Host: domain.com
Port: 443

...and changed the cfobject call to each of these, in turn:

https://domain.com:4430/this?wsdl
http://domain.com:4430/this?wsdl

...neither of which worked.  They both produced, "Unable to read WSDL from
URL" and TCPMonitor showed no activity.  Same results when I tried setting
TCPMonitor to:

Host: [IP address of domain.com]

Any other ideas on how to capture the SOAP request that CF server is sending
out "behind the scenes?"


On Thu, Feb 18, 2010 at 3:37 PM, Dave Watts <dwa...@figleaf.com> wrote:

>
> > 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?
>
> Change the host to the remote host you're trying to connect to?
>
> Dave Watts, CTO, Fig Leaf Software
> http://www.figleaf.com/
> http://training.figleaf.com/
>
> Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
> GSA Schedule, and provides the highest caliber vendor-authorized
> instruction at our training centers, online, or onsite
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:330898
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