It is easier if you use wsconsume to generate the client stubs. Then your client code
would be something like:
GreetingService svc = new GreetingService();
Greeting g = svc.getGreetingPort();
I was going to dig through the source code generated by wsconsume to correct your code,
but you can do that just as easily so I will leave it as an exercise for you.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4179237#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...