Trial Magento Connector for Dynamics NAV
Easily integrate your Magento webshop with Microsoft Dynamics NAV. With this example you can create products in a Magento webshop out of Microsoft Dynamics NAV (Navision).
This example uses the API of Magento: SOAP and WSDl.
http://www.mibuso.com/dlinfo.asp?FileID=1417
Discuss this download here.
Comments
<?xml version="1.0" encoding="UTF-8"?>
-<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">-<SOAP-ENV:Body>-<SOAP-ENV:Fault><faultcode>SOAP-ENV:Server</faultcode><faultstring>Procedure 'catalogProductCreate' not present</faultstring></SOAP-ENV:Fault></SOAP-ENV:Body></SOAP-ENV:Envelope>
I can see sessionId value but when i call "'catalogProductCreate" nothing happens and the result is the xml file showing the error in the procedure 'catalogProductCreate' is there any solutions??