Hi All,

Is anyone know how to write a service/client code in Java with Hashtable
as parameter in AXIS2 (1.0)?
Ideally the Service like 
Public String  MyService(String parm1, Hashtable parm2) {
        //Business logic
        return "";
}

I tested above code:
1. Do not know how to write a client in AXIS2.
2. Do not get anything for parm2 in server side with RPC call.


Thanks,
Glen

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to