Swap out the two URLs (first is source, second is target) then run with curl:
curl -X POST -d @pingback.xml http://example.com/xmlrpc
<?xml version="1.0" encoding="iso-8859-1"?> | |
<methodCall> | |
<methodName>pingback.ping</methodName> | |
<params> | |
<param> | |
<value> | |
<string>http://indiewebcamp.com/comment</string> | |
</value> | |
</param> | |
<param> | |
<value> | |
<string>http://aaronparecki.com/replies/2013/03/19/1/indiewebcamp</string> | |
</value> | |
</param> | |
</params> | |
</methodCall> |