I assume you did all the following correct: - I assume the context root is correct for the war: you can use WAS console to check the value - I assume the port is correct. E.g. in my env, 9081 is the default port for my war. You can also use WAS console to check the setting on virtualHost - I assume the componentName/ServiceName is the one you registered to Axis 2 engine? Can you do the following to make sure Axis 2 recognize the service? http://localhost:9201/contextRoot/componentName/serviceName if you can then you can try http://localhost:9201/contextRoot/componentName/serviceName/?wsdl
Good luck. Yang. On 9/12/07, Radim Kolarik <[EMAIL PROTECTED]> wrote: > > Hi all, > > We having problems deploying our services to Websphere. We have > resolved some WAS classloading issues as was recommended by ant elder on > the user group, it seems that the initialization is without a problem > now. But the URL we are trying to map, e.g. > http://localhost:9201/contextRoot/componentName/serviceName?wsdl is not > returning anything. > > Is there anybody in Tuscany team who has tried deployment to Websphere? > The same WAR file seems to be working fine on Tomcat, however, not in > WAS 6.1. > > Thanks, > Radim > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
