我创建了一个magento自定义SOAP V2模块,我有一个xml请求如下。
from the firebug
----------------
endpoint :http://202.129.197.46:4141/magento/vmagento9/inventory.php
operationName :getFilterValues
requestXml :<GetFilterValuesRequest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.promostandards
.org/WSDL/InventoryService/1.0.0/">
<wsVersion>Token1</wsVersion>
<id>tvijay12312</id>
<password>Token1</password>
<productID>Token1</productID>
<productIDtype>Token1</productIDtype>
</GetFilterValuesRequest>
version : 1.2.1
webServiceName : Inventory
从这里我想要id,密码,productId和productIDtype。 请分享您的想法以获取此请求数据并传递给login和mycustom api方法