Hi! This seems exactly what i have been looking for... But how can you call it? Can you call it like methods inside magento web service api? I mean would something like this work outside magento:
$mag_connection = new SoapClient( 'http://server/magento/api/soap/?wsdl' ); $mag_session = $mag_connection->login( 'apiU', 'apiK' ); $list = $mag_connection->call($mag_session, 'order.initOrder.); var_dump($list);
<code>
<blockcode>
<apache>
<bash>
<c>
<cpp>
<drupal5>
<drupal6>
<java>
<javascript>
<perl>
<php>
<python>
<ruby>
<xml>
<foo>
[foo]
More information about formatting options
Hi! This seems exactly what i have been looking for... But how can you call it? Can you call it like methods inside magento web service api? I mean would something like this work outside magento: