I haven't tested this, but I think if you change the last element in the
web.xml file from:

 

<servlet-mapping>

    <servlet-name>XFireServlet</servlet-name>

    <url-pattern>/*</url-pattern>

</servlet-mapping>

 

TO:

 

<servlet-mapping>

    <servlet-name>XFireServlet</servlet-name>

    <url-pattern>/services/*</url-pattern>

</servlet-mapping>

 

Then you'll get the desired effect.

 

-Chris

 

-----Original Message-----
From: ThomasR [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, March 21, 2007 11:29 AM
To: [email protected]
Subject: [xfire-user] XFireExporter and JaxbServiceFactory

 

I've modified the XFireExporter setup in the jaxws-spring example of
xfire-1.2.5 to use JaxbServiceFactory instead of JAXWSServiceFactory as
shown below and it works. Now I would like to change the address of the
webservice to services/HelloService instead of just HelloService but if
I modify the soap address in the wsdl accordingly, this does not affect
the service location (only the client created by wsgen gets adjusted).
It would be nice if webservice creation could handle this automatically,
but since it does not: is there a way to cutomize this? 

________________________________

View this message in context: XFireExporter and JaxbServiceFactory
<http://www.nabble.com/XFireExporter-and-JaxbServiceFactory-tf3441527.ht
ml#a9596454> 
Sent from the XFire - User mailing list archive
<http://www.nabble.com/XFire---User-f8897.html>  at Nabble.com.

Reply via email to