vote up 0 vote down star

I need to be able to read the host name and port from the web.xml file before every call to the ws. So how can I do this in JAX-WS or isn't it possible?

flag

0% accept rate

1 Answer

vote up 1 vote down

You would access the parameters as you would for any other purpose:

ServletContext.getInitParameter(String key)

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.