Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 847 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 847 Bytes

Magento SOAP API v2 with WS-I mode enabled examples

I created this code to answer the Magento StackExchange question Create sale in magento using pos application.

What you can find here:

  • createOrder.php: shows how to create an order using the Magento SOAP API v2 with WS-I mode enabled.
  • lib/MagentoSoapClient.php: class taking care of the actual API calls, doing some work before and after the calls.

Developer

Matthias Zeis http://www.matthias-zeis.com
@mzeis

Licence

OSL - Open Software Licence 3.0

Copyright

(c) 2013 Matthias Zeis