Try to add this piece of code to your client source:
URL jaxwsThatIsUsed =
javax.xml.ws.Service.class.getProtectionDomain().getCodeSource().getLocation();
| System.out.println("JAXWS that is used: " + jaxwsThatIsUsed);
|
and send me your console output.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4168433#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...