cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

GetOrders Error in Sandbox

Hello,

 

I use the .NET SDK to retrieve orders via the traditional APIs.  Recently, the GetOrders call started throwing the following error:

 

<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Body>
<soapenv:Fault>
<faultcode xmlns:ns1="http://xml.apache.org/axis/">ns1:Server</faultcode>
<faultstring>Web Service framework internal error.</faultstring>
<faultactor>http://www.ebay.com/ws/websvc/eBayAPI</faultactor>
<detail>
<FaultDetail>
<ErrorCode>14005</ErrorCode>
<Severity>Error</Severity>
<DetailedMessage>Web Service framework internal error. no command response.</DetailedMessage>
</FaultDetail>
</detail>
</soapenv:Fault>
</soapenv:Body>
</soapenv:Envelope>

 

Is this a known issue with the sandbox currently?  Nothing has changed from a code standpoint between the last time I was able to successfully make the call and when the error started.

 

Thanks!

Message 1 of 1
latest reply
0 REPLIES 0