XML-RPC

Markus Fritsche Fritsche.Markus at gmx.net
Sat Nov 16 18:41:30 UTC 2002


Dustin Sallings wrote:

>	And then my XML-RPC implementation and tests:
>
>	http://bleu.west.spy.net/~dustin/soft/Spy-XML-RPC.11.cs
>  
>
Using your decoder, my server fails the test suite. I think that the 
decoding/encoding of iso8601 is not symmetric, am I right? I attached 
the request by frontier and the response gone through your encoder/decoder.
   
XMLRPCStandardValidator>>#manyTypesTest:
manyTypesTest: aCollection
    "simply return the decoded values in aCollection encoded"
    | arr x |
    x _ 1.
    arr _ Array new: 6.
    aCollection do: [ :each | arr at: x put: each. x_x+1].
    ^arr

Regards, Markus

-------------- next part --------------
A non-text attachment was scrubbed...
Name: request.xml
Type: text/xml
Size: 793 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20021116/c0db6363/request.bin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: response.xml
Type: text/xml
Size: 864 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20021116/c0db6363/response.bin


More information about the Squeak-dev mailing list