[jboss-user] [JBossWS] - Re: out parameter

rukus do-not-reply at jboss.com
Thu Feb 21 05:31:55 EST 2008


"heiko.braun at jboss.com" 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



More information about the jboss-user mailing list