Version is required in the request XML of a SOAP GetCategories call
Find the answer to your question
Advanced Search
Products
Question
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>