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/TemperatureConversion" to "http://172.x.x.x:8080/MyWebservice/TemperatureConversion"
Is that possible?
Thanks.