Good Day,
I tried the following request, but it responds all of the customer:
<x:Envelope xmlns:x="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:Magento">
<x:Header/>
<x:Body>
<urn:call>
<urn:sessionId>f4ca9d39c6c0aa98cc2342d1486ec78c</urn:sessionId>
<urn:resourcePath>customer.list</urn:resourcePath>
<urn:args>
<urn:item>
<urn:key xsi:type="xsd:string">email</urn:key>
<urn:value xsi:type="xsd:string">a@yahoo.com</urn:value>
</urn:item>
</urn:args>
</urn:call>
</x:Body>
</x:Envelope>
Can someone help me how to use filter?
up
up