Skip to main content
Published: May 17 2007, 7:32:00 PMUpdated: August 23 2022, 3:25:58 AM

I have a version indicated in my SOAP URL which works fine for other calls such as AddItem.
Why is the GetCategories call still returning 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:Client</faultcode>
     <faultstring>Error. Client Schema Version incompatible.</faultstring>
     <faultactor>http://www.ebay.com/ws/websvc/eBayAPI</faultactor>
     <detail>
       <FaultDetail>
         <ErrorCode>14004</ErrorCode>
         <Severity>Error</Severity>
         <DetailedMessage>Error. Client Schema Version incompatible. Client Schema Version: null. Minimum eBay Schema Version supported: 347.</DetailedMessage>
       </FaultDetail>
     </detail>
   </soapenv:Fault>
 </soapenv:Body>
</soapenv:Envelope>



 

 

 

How well did this answer your question?
Answers others found helpful