I was looking at XML-RPC for a project. And correct me if I'm wrong, but it seems like XML-RPC has no XML datatype. Are you supposed to pass as a string? or something else?
Am I missing something? Looks like this was though of with SOAP.
I was looking at XML-RPC for a project. And correct me if I'm wrong, but it seems like XML-RPC has no XML datatype. Are you supposed to pass as a string? or something else?
Am I missing something? Looks like this was though of with SOAP.
Depending on the language you are using you can work with different data types. This is for JAVA.
Here are all the data types among xml-rpc
One of them is the org.w3c.dom.Node. Which can be your xml.
Although IMHO. You don't need to have a data type of a xml. Take a look at the example on wikipedia