| 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
|
 |
 |
|
|
subject: Unable to tcpmon remote web services
|
|
|