<div dir="ltr">Hi List,<div><br></div><div>I've been putting around the net over the past few days figuring out how to get xmlrpc working with ruby. I'm trying to do some programmatic insertion of products into a WooCommerce site. Running the latest version of Wordpress. I've read some stuff on add_post_meta() but hasnt helped.</div>
<div><br></div><div>I've managed to get the posting working, as well as custom fields, the problem has come in with hidden fields. In the snippet bellow product_url works fine, _sku doesn't</div><div><br></div><div style>
snippet as part of the post content:</div><div style>-------------------------------------------------------------------------------------------------------------------------</div><div><div>'custom_fields' => [{'key' => 'product_url', 'value' => '<a href="http://mysite.com?rsid=9999'">http://mysite.com?rsid=9999'</a>},</div>
<div> {'key' => "_sku", 'value' => '9999'}]</div></div><div>-------------------------------------------------------------------------------------------------------------------------<br>
</div><div><br></div><div>XMLRPC Call:</div><div>-------------------------------------------------------------------------------------------------------------------------<br></div><div><div>post_id = connection.call(</div>
<div> 'metaWeblog.newPost',</div><div> 1,</div><div> 'user',</div><div> 'password',</div><div> post,</div><div> true</div><div>)</div><div>-------------------------------------------------------------------------------------------------------------------------<br>
</div><div><br></div><div style>Hoping someone can help me out.</div><div style><br></div><div><div><div>Bradly Swart</div><div><br></div><div>Mobile: +61447068962</div><div>Skype: bradly.swart</div><div>Twitter: <a href="http://twitter.com/brad8711" target="_blank">@brad8711</a></div>
</div><div><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">linkedIn:</span><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)"> </span><font color="#222222" face="arial, sans-serif"><a href="http://za.linkedin.com/in/bradlyswart" target="_blank">http://za.linkedin.com/in/bradlyswart</a></font></div>
</div>
</div></div>