mirror of
https://github.com/php/presentations.git
synced 2026-03-24 15:42:33 +01:00
16 lines
279 B
XML
16 lines
279 B
XML
<slide title="XMLRPC Request Source">
|
|
|
|
<example title="Request"><![CDATA[<?xml version="1.0"?>
|
|
<methodCall>
|
|
<methodName>package.info</methodName>
|
|
<params>
|
|
<param>
|
|
<value>
|
|
<string>XML_RPC</string>
|
|
</value>
|
|
</param>
|
|
</params>
|
|
</methodCall>]]></example>
|
|
|
|
</slide>
|
|
|