skip to Main Content

eBay SOAP API – Missing SOA operation name header – Ebay API

I am trying to invoke eBay's findItemsByKeywords method and I get Server raised fault: 'Missing SOA operation name header' My code is following: from config import * # url = 'http://developer.ebay.com/webservices/latest/ebaySvc.wsdl' # url = 'http://svcs.ebay.com/services/search/BestMatchItemDetailsService/v1?wsdl' url = 'http://developer.ebay.com/webservices/finding/latest/FindingService.wsdl' from suds.client…

VIEW QUESTION
Back To Top
Search