Issue is having an old xerces parser in the classpath that does not support namespaces very well.
Stuart Barlow wrote:
I see a mailing in the axis-dev list title: RE: web service invocations are failing
This looks like the same issue with the Weblogic appserver and some other classes in the environment causing trouble.
Anyone know exactly which classes before I start hunting through my app server?
Ta, Stuart.
Stuart Barlow wrote:
When I connect to my service from my AppServer I get nothing inside my SimpleChain::invoke ...
2003-08-08 15:26:14,031 DEBUG axis.SimpleChain [Jura Thread #32] Enter: SimpleChain::invoke
2003-08-08 15:26:14,031 DEBUG axis.SimpleChain [Jura Thread #32] Exit: SimpleChain::invoke
However when I make the same connection from a JUnit test class
I get...
SimpleChain Enter: SimpleChain::invoke
ProjectResourceBundle org.apache.axis.i18n.resource::handleGetObject(enter00)
HTTPSender Enter: HTTPSender::invoke
SimpleChain Exit: SimpleChain::invoke
What things could cause the HTTPSender not to be involved in the chain? Im pretty sure that I can see the client-config.wsdd file getting loaded from the axis.jar file. Had to add new debug and rebuild axis for that.
Has anyone else seen this?
Ta, Stuart.
