• 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
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Axis1 vs. Axis2 : service URL

 
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

This is regarding the service URL difference between Axis1 and Axis2 implementation of web service. With Axis1, if one tries the service URL: http://host:port/deployed_application_name/service_name , then a message "Hi, there is a Axis service" is displayed.

However, if one tries the service URL with Axis2, nothing is displayed. Can someone tell me the reason behind this. Actually, I have a load balancer which pings this URL every 5 secs. So, when it pings the Axis2 service, nothing is found and an exception is thrown as a result of this.

Appriciate with any kind of help on this.
 
No matter how many women are assigned to the project, a pregnancy takes nine months. Much longer than this tiny ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic