/
Obtaining a WSDL file from a SOAP API Route
Obtaining a WSDL file from a SOAP API Route
There are two ways to obtain a WSDL file associated with a SOAP API route (available in Profound.js version 6.2.0)
1. Designer: After opening a SOAP API file in Designer. The WSDL file can be downloaded by clicking on the following icon:
The WSDL file for the active route will then be downloaded.
2. WSDL Route: After a SOAP API has been created, the WSDL file becomes accessible through a GET request to the route the API is defined on so long as a wsdl flag is passed in the URL. For example, if your PAPI server is running on localhost:8081
and a SOAP API is defined on route /route1
. Then a GET request to localhost:8081/wsapi/route1?wsdl
will respond with the WSDL file.
, multiple selections available,