you are right, normally every value is typed, but according to the xml-rpc specification (http://www.xmlrpc.com/spec) if no type is specified it is implicitly assumed to be a string, so here your value is of type string.
Regards Michele
Benno Lange wrote:
Hi,
I am currently trying to get the XML-RPC interface working with TCL.
Being not too deep involved with XML-RPC before, I probably misunderstand something :-(
In the data returned, there is no type information for the values, so my unmarshalling routines fail ! I expected every value to be explicitly 'typed' !
Here is the raw data received:
<?xml version="1.0" encoding="ISO-8859-1"?><methodResponse><params><param><value>sessionId:192.16
8.0.15-null-1068019262453-636668406-36</value></param></params></methodRespon
se>
Could someone please clarify/explain ?
(Release used is 0.8.5e)
Regards Benno -- Benno Lange Lange Software GmbH E-Mail..: [EMAIL PROTECTED] Hornmodlstr. 21 Voice...: +49/7142-950095 D-74321 Bietigheim-Bissingen Fax.....: +49/7142-950098 Germany
-- Michele Laghi mailto:[EMAIL PROTECTED] tel. +46 8 7492952 / mob. +46 70 4103964 http://eclettic.tripod.com http://www.xmlBlaster.org
