Last time I didn't noticed this: on the client side you should have the interface of
you web service, not the implementation. This applies for every webservice client.
And of course the interface (which can be generated by wsconsume, otherwise you can code
it manually, it is easy for your service) should not have the @EndpointConfig with the
server endpoint configuration ;-)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121260#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...