Hi Christian and Andre and other
Axis-users,
I think you will have to make changes
to web.xml corresponding to axis and then in the client code.
I played around a bit and could get to http://myserver.com/axis/serviceName
Specifically, here's my web.xml in the
\axis\WEB-INF folder
<servlet-mapping>
<servlet-name>AxisServlet</servlet-name> <url-pattern>/*</url-pattern> </servlet-mapping> instead of the earlier
<servlet-mapping>
<servlet-name>AxisServlet</servlet-name> <url-pattern>/services/*</url-pattern> </servlet-mapping> and the client code now uses :
http://localhost:8080/axis/Bank instead
of
I think what you desire is closer now.
Sunil Kothari
Majoris Systems
|
Title: Message
- RE : Changing target endpoint URL Faucher, Christian
- Re: RE : Changing target endpoint URL André Næss
- Sunil Kothari