logoalt Hacker News

justinclifttoday at 10:12 AM1 replyview on HN

> WSDL/XSD specs in this case seem to be incomplete or just wrong.

Are you meaning in my comment, or in the GitHub repo the article references?

Asking because AFAIK the theory of having (accurate) vendor provided WSDL/XSD files is that you can generate a bunch of code (ie parsers, strong validation) that works with it, generate tests. There are additionally well developed SOAP specific GUIs (ie www.soapui.org) which will directly load the WSDL/XSD files and let you immediately make test network calls to validate things.

Though sure, you can do the above manually without WSDL/XSD files, but if you have accurate ones provided to you by vendors then it makes things a lot easier.


Replies

lazidetoday at 11:07 AM

Are you not reading the thread where people with direct experience with these specific backends are noting the WSDLs either are not accessible or don’t match the actual services?

Which is also my experience too.

Or have you not dealt with decade+ long services with severe inertia/lockin? Because that is what lets them get away with this.

show 1 reply