• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Unable to tcpmon remote web services

 
Ranch Hand
Posts: 548
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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,
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic