GeteBayOfficialTimeResponse error when using GetItem request
Trying to send a GetItem request... but getting an error telling me that GeteBayOfficialTimeResponse is not valid... which is strange.
I get the error when I send any request (including non-existent) AND, it returns the same with an expired token. Is this a default error??
***** I am using an OAuth User Token - and the API works for me with these headers and request when using Postman, as well as eBay's API Explorer... I get this error using Fortra GoAnywhere... and, I'm obviously I have something out of place there... and I am trying to track it down - hoping this error will point me to my issue.
So what does this mean?
Here's the response I get (I'll post my request below that):
My request and headers:
X-EBAY-API-SITEID:0
X-EBAY-API-COMPATIBILITY-LEVEL:967
X-EBAY-API-CALL-NAME:GetItem
X-EBAY-API-IAF-TOKEN:*removed*
// <?xml version="1.0" encoding="utf-8"?>
// <GetItemRequest xmlns="urn
apis:eBLBaseComponents"
// <ErrorLanguage>en_US</ErrorLanguage>
// <WarningLevel>High</WarningLevel>
// <ItemID>251969666023</ItemID>
// </GetItemRequest>
** UPDATE - not only do I get this message sending a GetItemRequest... but, I also get it with any nonsensical "request" that does not exist. AND, I get it with an expired token too.
So - I'm guessing that this is just some default error??
** END UPDATE**