Share

XML-RPC Library for COM

Tracker: Bugs

5 string implementation fault - ID: 819304
Last Update: Tracker Item Submitted ( nobody )

(from www.xmlrpc.com/spec)

"If no type is indicated, the type is string."

This is something comxmlrpc seems to do not.

I've used xmlrpc++07 as server and it does not add the
tag <string> inside <value> when the payload is a string.

This should be correctly recognised by comxmlrpc, but
the XMLtovb function has no default - it returns nothing
on a payload of

<methodResponse>
<params>
<param>
<value>this is a string</value>
</param>
</params>
</methodResponse>

where

<methodResponse>
<params>
<param>
<value>
<string>this is a string</string>
</value>
</param>
</params>
</methodResponse>

returns "this is a string"

xmlrpc++07 remarks "optionally" concerning
the "<string>" tags, so I feel some controversy there

who's to fix?

Dirk Griffioen

d.griffioen@humaninference.com


Nobody/Anonymous ( nobody ) - 2003-10-07 14:43

5

Open

None

Nobody/Anonymous

None

None

Public


Comments




Log in to comment.

No follow-up comments have been posted.

Attached File

No Files Currently Attached

Change

No changes have been made to this artifact.