WSO2 publish a SOAP API
In following we will create a simple SOAP pass through service using WSO2. This tutorial assumes that you have a running WSO2 and the EmployeeVerificationService is running.
Click on the Add application to create new application
The application is added
Now go to publisher and add new api
Add the new SOAP endpoint the path should be up till the wsdl
Enter details for the service
The production and sandbox url should point to backend service.
Select default configuration values
Save and publish the API
After publish go to store and subscribe to the application, once subscribed you can see the authorization information.
Download wsdl from store and import to the soap ui. You should be able to access your backend service now via WSO2.