Probably. Note #2 here: http://www.jroller.com/gmazza/entry/web_service_tutorial#notes gives the formula a servlet-contained hosted SOAP service uses to determine its own endpoint. By configuration you should be able to get your desired URL below.

Glen

On 02/27/2012 06:46 PM, Rahul Somasunderam wrote:
I'm creating a WSDL-first soap service.
However, I need to get some information which cannot be obtained from the 
schema. I want to create a URL pattern and extract a part from the URL pattern.

Currently my url is
http://<host>:<port>/myapp/services/myservice?wsdl
What I want instead is:
http://<host>:<port>/myapp/something/services/myservice?wsdl

Is it possible to achieve this?

R,
rahul


--
Glen Mazza
Talend Community Coders - coders.talend.com
blog: www.jroller.com/gmazza

Reply via email to