| Author |
problem with <string> in XmlRpc request
|
rachana ravali
Ranch Hand
Joined: Jun 20, 2006
Posts: 32
|
|
I am trying to send an XML RPC request through Apache XMLRPC client.
In the resquest created by the client , the tag <string> in front of the string value is not generated.
All the other types are being appended with their respective types like <i4> etc.
Will this make my request invalid ?
|
 |
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12271
|
|
According to this reference if no tag is given, string is assumed.
Bill
|
Java Resources at www.wbrogden.com
|
 |
 |
|
|
subject: problem with <string> in XmlRpc request
|
|
|