Checkout our demo site to practice selenium https://magento.softwaretestingboard.com/

1 like 0 dislike
1.4k views
by Contributing Tester (78 points)
retagged by
I have API link only. Where to get the WSDL.While adding the REST API project, Soapui asks the WSDL.

2 Answers

0 like 0 dislike
by Master (1.2k points)
selected by
 
Best answer

WSDL: A WSDL is an XML document that describes a web service. It actually stands for Web Services Definition Language.

The URI is the link to your API.

In your SOAP UI, 

Сlick Rest on the main toolbar or select File > New Rest Project

It will ask you for the link. That's where you should put your API  link.

If you are provided with WSDL then you can use it. Otherwise, it is fine.

Let us know your findings.

1 like 0 dislike
by Expert (748 points)
edited by

To setup a project for REST API, you can select File - > new REST project and pass on your API URL

WSDL -Web Service Description Language.

WSDL example: http://www.webservicex.net/CurrencyConvertor.asmx?WSDL

WSDL will be provided when you want to setup an API with SOAP.

by Master (1.2k points)
+1 for proving the example.
by Expert (748 points)
Thanks Mayur Sir
by Expert (572 points)
What is the difference between SOAP and REST API?
https://softwaretestingboard.com/qna/2714


This site is for software testing professionals, where you can ask all your questions and get answers from 1300+ masters of the profession. Click here to submit yours now!

...