If you are new to SOAP UI and SOAP APIs, then I recommend reading the following posts:
- How to test an xml WSDL endpoint using SOAP UI
- Testing connectivity with pymetrics Web Services using SOAP UI
Nov 17, 2019 6:52:27 PM / by Vu Long Tran posted in tech, web services, apis
If you are new to SOAP UI and SOAP APIs, then I recommend reading the following posts:
Oct 14, 2019 2:51:15 AM / by Vu Long Tran posted in tech, web services, apis
This is a brief guide if you are keen to learn how to test your WSDL endpoint using SOAP UI.
To start off with, what is WSDL?
WSDL is a "Web Service Definition Language" is an XML language for describing Web services. Specifically, it is defined by the industry body W3 - World Wide Web Consortium (W3C) organisation as the following:
Web Service Definition Language (WSDL) is an XML format for describing network services as a set of endpoints operating on messages containing either document-oriented or procedure-oriented information. The operations and messages are described abstractly, and then bound to a concrete network protocol and message format to define an endpoint.
W3.org
Source: https://www.w3.org/TR/wsdl.html#_wsdl
© 2020 Vu Long Tran.com by Vu Long Tran®. All rights reserved.