I have php SOAP service which returning php associative array, when I use axis 
client I get strange result.

code:
....
call.setReturnClass(HashMap.class);
msg = (HashMap<String, HashMap>) call.invoke(new Object[] {});
for(Object o : msg.values()) {
        System.out.println("obj " +o.getClass()+", 
isHashMap="+o.getClass().isInstance(new HashMap()));                            
             
}

I get:
class [Ljava.util.HashMap;


Enyone know how to typecsat or how to set setReturnType for associative array?


Best Regard, Tomaz
                
begin:vcard
fn;quoted-printable:Toma=C5=BE Majerhold
n;quoted-printable:Majerhold;Toma=C5=BE
org:ARNES, Slovenian NREN;Development team
adr:;;Jamova 39;Ljubljana;;;Slovenia
title:Developer
tel;work:+386 1425 38 01
tel;fax:+386 1 479 88 99  
url:http://www.arnes.si/
version:2.1
end:vcard


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

Reply via email to