Found the problem. Apparently I had some imports that were in conflict with each other.
I had ws classes mixed in with rpc classes such as
javax.xml.rpc.Service -and- javax.xml.ws.Service.
Obviously you can't use javax.xml.ws.Service in an rpc web service and you can't
use javax.xml.rpc.Service in ws web services :-S
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4027348#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...