not sure why some of the text is missing but the code should be: 

@stateless
@Webservice
public class foo{

@WebMethod
public void bar (@WebParam (name="x", nillable = false ) String x){
System.out.println ("x");
}
} 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4001140#4001140

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4001140
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to