Yes, thanks :).
Well, the objective of my question was to make a xml-rpc response that takes more than one parameter, but the specifications of xml-rpc shows that a xml-rpc response only have a tag <param>. But thanks for your response.
Regards.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi to all.
Is there a way to return more than one parameter in order to make an xml with more than one param, like this one:
<methodCall>
<methodName>echo</methodName>
<params>
<param>
<value>
<string>Hello</string>
</value>
</param>
<param>
<value>
<i4>123</i4>
</value>
</param>
</params>
</methodCall>
Thanks in advance.
Regards
Well, it seems that a xml response have only one param.
Thanks
Just make your response value an array or struct.
Yes, thanks :).
Well, the objective of my question was to make a xml-rpc response that takes more than one parameter, but the specifications of xml-rpc shows that a xml-rpc response only have a tag <param>. But thanks for your response.
Regards.