Hallo,

I have generated with the WSDL2Java Tool the client code to acces my service 
which results String[][] but it does not work:

I get the following error message:

org.apache.axis.encoding.ser.ArrayDeserializer$ArrayListExtension

while casting the result Object to String[][]

Invocation is as follows:
 
call.setReturnType(new 
javax.xml.namespace.QName("http://tfplinux1.orat.xyz:8080/services/TeamMobilty/services/TeamMo
 
call.setUseSOAPAction(true);
call.setSOAPActionURI("");
call.setOperationStyle("rpc");
call.setOperationName(new 
javax.xml.namespace.QName("http://soapinterop.org/";, "executeQuery"));
 
Object resp = call.invoke(new Object[] {new Long(uid), new Long(gid), 
dbQuery});

Does anybody has an idea what cauld be the problem?

best regards

Oliver
-- 
Oliver Rettig
Lachnerstr. 6
76131 Karlsruhe

ORAT Software-Entwicklung
www.orat.de
Steinstr. 23, 76131 Karlsruhe
Tel.: 0721/38489600

Reply via email to