gcameo
27-04-09, 13:33
I am trying to make a SOAP call as part of an intergration work I am doing but I am not getting any response back. I am a newbie so I maybe missing something obvious but any form of help will be greatly appreciated. I have pasted the soap logs here
OUT GOING REQUEST:
<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
<S:Header>
<ns2:UserAuthentication xmlns:ns2="http://api.productserve.com/">
<iId>[USER ID]</iId>
<sPassword>[HASH V2 ID]</sPassword>
<sType>affiliate</sType>
</ns2:UserAuthentication>
<ns2:getQuota xmlns:ns2="http://api.productserve.com /">
true
</ns2:getQuota>
</S:Header>
<S:Body>
<ns2:getMerchantProduct xmlns:ns2="http://api.productserve.com/">
<iMerchantId>1256</iMerchantId>
<sMerchantProductId>14452708</sMerchantProductId>
</ns2:getMerchantProduct>
</S:Body>
</S:Envelope>
INCOMING REQUEST:
EMPTY
If I deliberately fail authentication, it flags up which means i am connecting to the service but I don't understand why I don't get anything back. Examples of soap calls that work will be greatly appreciated
Please help.
OUT GOING REQUEST:
<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
<S:Header>
<ns2:UserAuthentication xmlns:ns2="http://api.productserve.com/">
<iId>[USER ID]</iId>
<sPassword>[HASH V2 ID]</sPassword>
<sType>affiliate</sType>
</ns2:UserAuthentication>
<ns2:getQuota xmlns:ns2="http://api.productserve.com /">
true
</ns2:getQuota>
</S:Header>
<S:Body>
<ns2:getMerchantProduct xmlns:ns2="http://api.productserve.com/">
<iMerchantId>1256</iMerchantId>
<sMerchantProductId>14452708</sMerchantProductId>
</ns2:getMerchantProduct>
</S:Body>
</S:Envelope>
INCOMING REQUEST:
EMPTY
If I deliberately fail authentication, it flags up which means i am connecting to the service but I don't understand why I don't get anything back. Examples of soap calls that work will be greatly appreciated
Please help.