Hi Robert Thanks for that it has given me a direction to look-in. I have also noticed that Websphere 5.1.x is not handling HttpServletRequest parameters in a way that is expected, if a parameter is passed to the server with no value the method getParameter is returning "null" and therefore the wsdl is not being displayed but if I change the URL to http://localhost:9080/Test/services/version?wsdl=true then the wsdl is displayed as expected.
Thanks again David Wilkinson ________________________________ From: robert lazarski [mailto:[EMAIL PROTECTED] Sent: 25 May 2006 13:14 To: [email protected] Subject: Re: [axis2] Getting Axis2 working under Websphere 5.1 I'll take a shot at trying to help... My guess is that you are running WAS 5.1 using JDK 1.4 . If so, try putting the stax-api jar that comes with axis2 somewhere in one of the lib directories that WAS uses to find its jars. This jar should already be present in the axis2 war. This error would probably cause the war not to start, and somewhere (been a few years since I ran WAS) there should be logs saying so. You can turn on logging by putting an apropriate log4j.properties under axis2/WEB-INF/classses , assuming the commons-logging is pointing to log4j . HTH, Robert http://www.braziloutsource.com/ On 5/25/06, David Wilkinson <[EMAIL PROTECTED] > wrote: Hi I'm currently trying to get the Axis2 War Distribution to work under websphere 5.1. I have managed to get round the error Invalid service version.aar due to java.lang.NoSuchMethodError: javax.xml.namespace.QName: method <init>(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V not found by setting the Classloader Mode to PARENT_LAST But when I go to the url http://localhost:9080/Test/services/version?wsdl all I get is a 404 error Requested resource not found! There are no error messages appearing in my log files and so I'm feeling a bit stumped. Has anyone else come across the same issue and can suggest anything else that I need to do Thanks in advance David Wilkinson --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
