Re: WSDL soap-adress not correctly set by Axis2 1.0 webapp

2006-05-09 Thread Sébastien Arod
Bug reported http://issues.apache.org/jira/browse/AXIS2-676 Deepal Jayasinghe a écrit : I think this a bug in Axis2 , and need to fix in next version. So pls create a JIRA so that we will not forget this. Sébastien Arod wrote: Yes that's it. In fact I'm testing axis2 (I used 0.95

Re: WSDL soap-adress not correctly set by Axis2 1.0 webapp

2006-05-09 Thread Deepal Jayasinghe
I think this a bug in Axis2 , and need to fix in next version. So pls create a JIRA so that we will not forget this. Sébastien Arod wrote: > Yes that's it. > In fact I'm testing axis2 (I used 0.95 before) so I renamed the war to > axis2_1.0.war. > > And then I get the WSDL from > http://localhost

Re: WSDL soap-adress not correctly set by Axis2 1.0 webapp

2006-05-08 Thread Sébastien Arod
Yes that's it. In fact I'm testing axis2 (I used 0.95 before) so I renamed the war to axis2_1.0.war. And then I get the WSDL from http://localhost:8080/axis2_1.0/services/MyService?wsdl The wsdl:service tag is

Re: WSDL soap-adress not correctly set by Axis2 1.0 webapp

2006-05-06 Thread robert lazarski
Let me try and understand. You have: http://localhost:8080/axis2/services/MyService" But now you want to create your own webapp: http://localhost:8080/myWebApp/services/MyService" Is that correct? If so, you do this via: cp axis2.war myWebApp.war ? Robert http://www.braziloutsource.com/

WSDL soap-adress not correctly set by Axis2 1.0 webapp

2006-05-05 Thread Sébastien Arod
When I deploy a service to Axis2 webapp The soapaddress is set by Axis2 to location="http://localhost:8080/axis2/services/MyService"/> that's fine. However if I changed Axis2 webapp name to a other name the soapaddress is still set to http://localhost:8080/axis2/services/MyService so obviously t