2nd Post From Flash!

And another sent from flash, I have used the metaWeblog.newPost(string blogid, string username, string password, struct content, bool publish)
Following is the structure passed as a third argument:

<struct>
   <member>
      <name>description</name>
      <value>This Post was generated, from the flash! :) </value>
   </member>
   <member>
      <name>categories</name>
      <value>
         <array>
            <data>
               <value>flash</value>
               <value>xml-rpc</value>
         </data>
      </value>
   </member>
   <member>
      <name>dateCreated</name>
      <value>
         <dateTime.iso8601>20100822T02:50:00</dateTime.iso8601>
      </value>
   </member>
   <member>
      <name>title</name>
      <value>Post From Flash!</value>
   </member>
</struct>
Posted in flash, xml-rpc | Tagged , , | Comments Off on 2nd Post From Flash!

Post From Flash!

This Post was generated, from the flash! 🙂

Posted in flash, xml-rpc | Tagged , | Comments Off on Post From Flash!

Flash-XML-RPC->WordPress!

Hi,
if you had a chance to look at the Flash->XML-RPC->Magento post then you have all you need to achieve similar with wordpress:) how cool is that? And I have lost so many years by not adding this (webservices) into my consideration.
Continue reading

Posted in flash, xml-rpc | Tagged , , , | 1 Comment

Flash->XML-RPC->Magento

In this article I’ll show you how to connect (login) and disconnect (release session) to the magento store using Magento API.
Continue reading

Posted in flash, magento, xml-rpc | Tagged , , , , | Comments Off on Flash->XML-RPC->Magento

Magento API

Like I have mentioned in the first post I am starting with magento, with the shop itself I am battling for some time now, but recently I desired to do something more:) (set-up store is just not enough). Because I am Flash fan I wanted to build an application that will replicate some or all of the functionality that are accessible through browser.
Continue reading

Posted in flash, magento, xml-rpc | Tagged , | Comments Off on Magento API