有没有办法让magento的原始肥皂调用

时间:2014-04-14 06:37:01

标签: magento soap

我正试图通过肥皂打电话给magento。 我没有安装PHP或magento,但我想调用api 1的MULTICALL方法。

我看到的所有例子都是php,我不认为无论如何都要对正在通过的肥皂进行逆向工程。

是否有一个工具可用于推送PHP并获取移动的SOAP?

这是我现在的肥皂电话..这是错的,但我不知道如何 我正在寻找一个工具,所以我不必再问这个了。

 <SOAP-ENV:Envelope SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" 
  xmlns:ns1="urn:Magento" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" 
    xmlns:ns2="http://xml.apache.org/xml-soap">
    <SOAP-ENV:Body><ns1:multiCall>
    <sessionId xs:type="type:string" xmlns:xs="http://www.w3.org/2000/XMLSchema-instance">f6bf01f73f6d995ea0a72d13ae3f2a28</sessionId>
    <calls SOAP-ENC:arrayType="xsd:ur-type[0]" xsi:type="ns1:FixedArray">


<item SOAP-ENC:arrayType="xsd:string[3]" xsi:type="SOAP-ENC:Array">
                          <item xsi:type="xsd:string">customer.info</item>
                          <item SOAP-ENC:arrayType="xsd:ur-type[2]" xsi:type="SOAP-ENC:Array">
                          <item xsi:type="ns2:Map">
                            <item>
                                    <key>email</key>
                                <value xsi:type="ns2:Map">
                                   <item>
                                     <key>eq</key>
                                     <value>john.smyth@example.com</value>
                                   </item>
                                </value>
                               </item>
                          </item>
                          </item></item>
</calls>
<options xsi:nil="true"/></ns1:multiCall></SOAP-ENV:Body></SOAP-ENV:Envelope>

0 个答案:

没有答案