The moose likes XML and Related Technologies and the fly likes problem with <string> in XmlRpc request Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » XML and Related Technologies
Reply Bookmark "problem with <string> in XmlRpc request" Watch "problem with <string> in XmlRpc request" New topic
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
    
    1
According to this reference if no tag is given, string is assumed.

Bill

Java Resources at www.wbrogden.com
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: problem with <string> in XmlRpc request
 
Similar Threads
RPC - SOAP
How on Earth do I get started???!
Should I use web service in my assignment?
XML-RPC vs SOAP vs Custom
need help with apache's XmlRpcServlet example...