cancel
Showing results for 
Search instead for 
Did you mean: 

Soap v1 request

Soap v1 request

Hi im using soap v1 and all goes well until I used: cart_product.add

 

How can I put args which is an array of {quoteId, array{key, value}}

<x:Envelope xmlns:x="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:Magento">
    <x:Header/>
    <x:Body>
        <urn:call><urn:sessionId>98386f70f56303ca4d5b7d615a5081ee</urn:sessionId>
            <urn:resourcePath>cart_product.add</urn:resourcePath>
           <urn:args>
               
           </urn:args>
        </urn:call>
    </x:Body>
</x:Envelope>

 thanks