java - Deploying axis2.war to container broke client calls to external axis2 webservices -
i have several existing web-apps deployed standalone war files in app container (resin). use axis2 jar files , axis2-generated stub files make calls external soap based web services. working fine prior this.
i deployed axis2.war same container in order create web services (unrelated client code mentioned above).
as restart app container, client calls external webservices seem "intercepted" newly deployed axis2.war. services appear temporarily in "available services" page of axis2 web-app, appears randomly generated name based on original external webservice name.
these services disappear shortly after, result client code fails 500 error, local axis2.war doesnt know how handle requests.
i have been searching 2 days , haven't found mention of experiencing similar. not sure how explain going on, client code never references localhost make web service calls. assuming has configuration in axis2.war?
if has idea or insight might happening, appreciate information.
thanks help
Comments
Post a Comment