M.R.
M.R.

Reputation: 4837

Validate WSDL schema

I have this wsdl specification I have to code against (in asp.net 3.5), but it cannot be imported by visual studio 2010. I've tried using liquid XML, soapUI, xmlspy and webservice tester, and all of them give one error or the other. They keep saying that this is right, but I am unable to import. I want to be able to find exactly what is wrong, and what doesn't comply with the schema. The online validate WSDL tools doesn't really tell me much, or the specifics. Can anybody tell me what is wrong with this WSDL?

https://secure.avangate.com/api/merchant/?wsdl

The specific method I am trying to test is 'addLicense'.

Upvotes: 0

Views: 1395

Answers (1)

John Saunders
John Saunders

Reputation: 161831

You need typens:CSOAP_CardPayment, not xsd:CSOAP_CardPayment.

There are several other errors (seen via XMLSpy).

Upvotes: 1

Related Questions