I am creating simple pojo webservice like TemperatureConversion. I was able to make deploy it and generate wsdl from it.
The problem is that I want to change the EPR / address from "http://172.x.x.x:8080/MyWebservice/services/Tempe开发者_开发问答ratureConversion" to "http://172.x.x.x:8080/MyWebservice/TemperatureConversion"
Is that possible?
Thanks.
Yes you can if you properly configure your web.xml
done it.
refer to this link
"http://amilachinthaka.blogspot.com/2010/01/changing-axis2-application-path.html"
it was not a very general question, required a change in axis2 config file. its actually related to axis2.
-sandeep
精彩评论