Home
Find the answer to your question
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> <soapenv:Header/> <soapenv:Body> <soapenv:Fault xmlns:axis2ns27="http://schemas.xmlsoap.org/soap/envelope/"> <faultcode>axis2ns27:Server</faultcode> <faultstring>Service operation GetJobs is unknown</faultstring> <detail> <errorMessage xmlns="http://www.ebay.com/marketplace/services"> <error> <errorId>2000</errorId> <domain>CoreRuntime</domain> <severity>Error</severity> <category>Request</category> <message>Service operation GetJobs is unknown</message> <subdomain>Inbound_Meta_Data</subdomain> <parameter name="Param1">GetJobs</parameter> </error> </errorMessage> </detail> </soapenv:Fault> </soapenv:Body> </soapenv:Envelope> |
I am getting the ErrorCode 2000 as above for my LMS call showing below: What is the problem?
Summary
The possible cause for the Service operation xxx is unknown error is the value specified for the HTTP header X-EBAY-SOA-OPERATION-NAME does not match any of the elements declarationed in the eBay API Schema of interest nor the one defined in the SOAP request payload. Keep in mind XML elements are case senstive. The element getJob is different from the element GetJob in this case.