I'm trying to get java to speak to python. My python code used to return an array of strings which worked just fine. Now it returns a multidimensional array... but it is returning it in the form:
<QueryUserDocsResponse SOAP-ENC:root="1">
<Result SOAP-ENC:arrayType="xsd:list[1]" xsi:type="SOAP-ENC:Array">
<item SOAP-ENC:arrayType="xsd:string[2]" xsi:type="SOAP-ENC:Array">
<item>Robert</item>
<item>Frost</item>
</item>
</Result>
</QueryUserDocsResponse>
I can't figure out how to write the type to retrieve this... I just
want a multidimensional array of strings... Any hints? Which list is
really the "right" list for this?
Keith
--
-----------------------
Keith Baker
PGP Key: E5D92911 --
http://math-www.uni-paderborn.de/pgpnet/pks-commands.html
Metacarta Inc.
126 Prospect St.
Suite 5
Cambridge, MA 02139
617-661-6382 x127
-----------------------
-----------------------
"If a server crashes in a server farm and no one pings it, does
it still cost four figures to fix?"
signature.asc
Description: This is a digitally signed message part
