by circlekstrings » Sun Oct 31, 2010 8:15 am
So in an attempt to solve this problem, i did some digging...deep digging into the data being returned by my shopsite store, the data is valid xml. So grasping at straws, i set up a demo site at shopsite.com - set up the readyshipper to talk to it, and it worked fine, pointed it my site, it failed - my site is running v10sp2r2 the demo was r1. So now i know that the problem SEEMS to stem from my site and not ready shipper.
SO what is the problem?
I decided to dig into the xml, and didnt find any "errors" (malformed xml, dab data) but i DID find one difference -
from the demo store:
<?xml version="1.0"?>
<ShopSiteOrders>
<Response>
<ResponseCode>2</ResponseCode>
<ResponseDescription>success</ResponseDescription>
</Response>
</ShopSiteOrders>
From my store:
<?xml version="1.0"?>
<ShopSiteOrders>
<Response>
<ResponseCode>1</ResponseCode>
<ResponseDescription>success</ResponseDescription>
</Response>
So there is a difference in the response. code 1 from my store code 2 from demo store. Both read success, but could this difference in response codes be the underlying cause of the problem?
Thoughts?