Hi,
 
 
I want to create a service with Hashtable object parameters  with AXIS2 , could you let me know how to code it at server and client sides?
 
The parameters will be like below in Java

public String MyService(String parm0,Hashtable parm1) {

    business logic......

}

 

Thanks,
Glen

Reply via email to