|
From: Daniel A. <da...@we...> - 2001-09-25 09:59:36
|
I was using the SOAP-Implementation from Actzero, yet.
With that I just called a method with a dictionary and the Arguments Names
were serialized as Tag Names:
order({"amount":"1", "othervalue":"some"})
<order>
<amount xsi:type="xsd:string">1</amount>
<othervalue xsi:type="xsd:string">some</othervalue>
</order>
I couldn't find a way to do that with ZSI.
Is there?
Another Problem:
When using dispatch.AsCGI(myModule) it seems to call the right method, but
generates a SOAP-fault saying "Loop over non-sequence".
I altered the SOAP-Requests and the values, the remote method returns. The
error remained.
--
Daniel Allgaier (da...@we...)
|