Can a web service handle XML?

Re: Can a web service handle XML?

by Jérôme Mouneyrac -
Number of replies: 0
Hi Jackie,
XML-RPC/SOAP protocols deal with XML parameters following their specific protocols. If you want to know the XML format, they both use Zend servers, that themself use the PHP implementation of these protocols.
You can google for the XML format, but I would advice to use the REST protocol, it's much faster. The REST parameters format can be found into Admin > Plugins > Web service > API documentation.
Good luck,
Jerome