I had the same issue and managed to fix it. I am using tomcat and had a filter configured for AxisServlet to open a hibernate Session. Somehow (I did not figure it out yet) this filter affects the way the AxisServlet resolves the EPR.
My fix was - remove the filter. It worked. Now I am trying to figure out why. If you have any clues, please drop a line. Thanks Mohan Radhakrishnan wrote: > > Hi, > > Not sure why I am getting this fault back. I have a WAR , > services.list with the name of the AAR file and the .aar file in the > services folder. Since I am using XMLBeans bindings I have > XBeans-packaged.jar also in the services folder. Could this be due to > classloader problems ? I also have another XBeans-packaged.jar and client > JAR in the WEB-INF/lib folder. The WAR has both the client to a webservice > and another webservice. > > AxisFault is expected > org.apache.axis2.AxisFault: The service cannot be found for the endpoint > reference (EPR) http://IP:PORT/URL > > Thanks, > Mohan > Thanks, > Mohan > > -- View this message in context: http://old.nabble.com/The-service-cannot-be-found-for-the-endpoint-reference-%28EPR%29-tp17688709p29160325.html Sent from the Axis - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
