When configuring a SOAP web service, you will specify all the necessary information about the inputs and configuration of the web service. The information you provide will include the SOAP configuration information for your service such as the port name, service name, and operation name. You will also specify a SOAP action that is to be performed, and a target namespace. You can use tags from our system to insert real-time system data into your SOAP message headers, or to set the values of your SOAP inputs.
Let’s review how you can create and configure a SOAP web service.