Created
June 27, 2011 16:10
-
-
Save sfentress/1049171 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version:"1.0"?> | |
<methodCall> | |
<methodName>extapi.callWpMethod</methodName> | |
<params> | |
<param> | |
<value> | |
<string>rpc-admin</string> | |
</value> | |
</param> | |
<param> | |
<value> | |
<string>password</string> | |
</value> | |
</param> | |
<param> | |
<value> | |
<string>wp_insert_post</string> | |
</value> | |
</param> | |
<param> | |
<value> | |
<array> | |
<data> | |
<value> | |
<struct> | |
<member> | |
<name>post_title</name> | |
<value> | |
<string>rpc_test</string> | |
</value> | |
</member> | |
<member> | |
<name>post_content</name> | |
<value> | |
<string>Another test post pretending to be Chad</string> | |
</value> | |
</member> | |
<member> | |
<name>post_status</name> | |
<value> | |
<string>publish</string> | |
</value> | |
</member> | |
<member> | |
<name>post_author</name> | |
<value> | |
<int>2</int> | |
</value> | |
</member> | |
</struct> | |
</value> | |
</data> | |
</array> | |
</value> | |
</param> | |
</params> | |
</methodCall> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment