[jboss-user] [JBoss Seam] - Re: SOS-Creating WebService with Seam

lowecg2004 do-not-reply at jboss.com
Wed Aug 1 10:30:02 EDT 2007


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



More information about the jboss-user mailing list