"[EMAIL PROTECTED]" wrote : I think nobody understands what you are asking for 
;)
hmm - ok, maybe this let others to understand what i want:
For example we have:
 @WebMethod public void  get_parameter(String outParam) {
  | outParam="Test";
  | }
  | 
When we invoke this webmethod from client:
String param="empty";
  | myservice.get_parameter(param);
  | System.out.println(param); //output Test instead empty

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

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

Reply via email to