Johan,
The name of your interface is WS_TestLocal which implies you are using the
@Local annotation. For web services you need to use @Remote. For example, I
think you should use something like this:
@Remote
| public interface WS_TestRemote {
| String sayHello(String name);
| }
Cheers,
Chris.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069671#4069671
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069671
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user