The Web Service Call builder
Let's take a look at the Web Service Call builder.
The Web Service Call builder inputs vary depending upon the web service type you are invoking. The web services can be pure SOAP services or WSDL-based SOAP services.
In our example, we will work with a WSDL-based SOAP service. For this type of service, the Web Service Call builder presents the following sections to capture inputs:
Properties
General (This section is not labeled in the builder)
Request Parameters
Request SOAP Headers
Service Information
WS-Security
Advanced
The Properties section is common to all builders. Besides that, this builder has an unmanned section identified as General. This section captures the builder name and the WSDL URL.
Note
Web Service Multiple Operations: WEF offers another builder to enable you to invoke web service. The Web Service Multiple Operations builder. While the Web Service Call builder enables you to specify one operation per builder, the Multiple Operations builder...