WSO2 EI provides a built-in feature to try SOAP services. This feature can be used to test SOAP services, including proxy services and data services. It is a basic feature that does not allow us to test REST services, so data services that are exposed as resources will not be able to test their resources from this feature. For this purpose, we will use SOAPUI, as we will describe in the next section.
We can access this testing window from the list of services:
Alternatively, we can access it from the service dashboard:
The testing window, as you might have seen earlier in the book, looks like this:
There are three main sections in this window. On the left-hand side of the window, we have the list of SOAP operations available in the service:
We just need to click on any of them to generate a template request. In the top section, we can choose...