skip to Main Content

wsdl2java Invalid endpoint address in port when the address exists – Ebay API

I would like to connect to eBay API. I downloaded the WSDL from their site I can see that the address exists: <wsdl:service name="FindingService"> <wsdl:documentation> <Version>1.12.0</Version> </wsdl:documentation> <wsdl:port name="FindingServiceSOAPPort" binding="tns:FindingServiceSOAPBinding"> <soap12:address xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" location="https://svcs.ebay.com/services/search/FindingService/v1"/> </wsdl:port> </wsdl:service> However, when I try to…

VIEW QUESTION
Back To Top
Search