aspose file tools
The moose likes Web Services and the fly likes Unable to tcpmon remote web services Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Unable to tcpmon remote web services" Watch "Unable to tcpmon remote web services" New topic
Author

Unable to tcpmon remote web services

Rr Kumaran
Ranch Hand

Joined: Sep 17, 2001
Posts: 548
Hi All,

I want to monitor a third party remote web service whose endpoint url
in the wsdl is http://167.454.48.33/service/update.asmx

I have changed the above url to
http://localhost:88/service/update.asmx and started tcpmon of AXIS 1.2
RC2 with below settings :

Listen Port: 88
Host: 167.454.48.33
Port: 80

and ofcourse set below properties in my client program before running
it since I am behind a firewall

System.setProperty("http.proxyHost", "<my proxy ip goes here>");
System.setProperty("http.proxyPort", "<my proxy port goes here>");

and when I run my client program I am getting an exception "403 forbidden" .

I am getting valid response from service when I dont use TCPMON but I
want to use TCPMON to see how the response from server looks like. Can
anybody please tell why tcpmon is behaving weirdly (?) or what am I
missing. Even I tried to start tcpmon with proxy settings configured
inside it but no avail.

Thanks & Regards,


RR Kumaran
SCJP 1.4
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Unable to tcpmon remote web services
 
Similar Threads
"Connection timed out" with HttpClient.
TcpMon in Eclipse
Client Authentication for a web services
unable to run tcpmon
Can get to wsdl with browser but cannot connect with the client