I have a tool that downloads the eBay Trading API WSDL
(https://developer.ebay.com/webservices/1379/ebaysvc.wsdl) and builds
the associated Java classes (ie. I am trying to access it in code.).
However, I am getting a HTTP 403 error. I was not experi...