Hi, everyone 

I have a method like this 

     public String getNameFromDB(int id, List errors)

The parameter 'errors' is used to record any exception while this method is 
carried out.  


Now I want to have this method as Web Service. We can see  both a an input 
parameter and an output parameter have to be specified, as well as the return 
value.

I'm using JDK 1.4.   How can I do this via aegis binding?  If aegis can't help, 
is there any other way?  Please give more details. 

Thank you! 

Reply via email to