Create and Publish a SOAP API
WSO2 API Manager supports the management of both REST and SOAP APIs.
In this tutorial, we create and publish an API with a SOAP endpoint and then invoke it using the integrated API Console and a third-party tool (SOAP UI).
See the following topics for a description of the concepts that you need to know when invoking an API:
Let's get started.
Log in to the API Publisher and click ADD NEW API.
Select the option to design an API with an existing SOAP endpoint, give the endpoint URL and click Start Creating.
The Design tab of the API opens. Give the information in the table below and click Next: Implement > to proceed to the implementation phase.
Click the Managed API option.
Select HTTP/SOAP Endpoint, provide the production endpoint, which is http://ws.cdyne.com/phoneverify/phoneverify.asmx in this example, and click Manage.
In the Manage tab, select the Gold tier, scroll down and click Save and Publish.
You have now published the SOAP API to the API Store. Let's subscribe to it.
Log in to the API Store and open the newly created API from the store.
The SoapTest API opens. Select an application (e.g., DefaultApplication), the Gold tier and subscribe to the API.
Click the APPLICATIONS menu and click the Production Keys tab. If you have an access token already generated, scroll down and click Re-generate. By default, access tokens expire an hour after creation, unless you change the expiration time.
You have now subscribed to an API in the API Store. Let's invoke the API.Back in the API Store, click the API to open it and go to its API Console tab.
Expand the POST method, enter the following, and invoke the API.
Note the API response that appears on the console.
In this tutorial, you have created an API with a SOAP backend and invoked it using both the integrated Swagger API Console in the API Manager, as well as an external tool.
You can invoke this API using a third party tool, such as SOAP UI, as well. For more information on how to invoke an API using a SOAP client, see Invoke an API using a SOAP Client.