You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Within the E2E Bridge, it is important to differentiate between the following scenarios:

  • a SOAP call via an adapter within a service (see SOAP Adapter)
  • the called SOAP service itself

In this section you will find information on the called SOAP service itself.

The Bridge supports SOAP version 1.1.

Added in Builder 5.1.8.56 and Runtime 5.1.82.1 Support of  SOAP version 1.2 for document-literal encoded services.

The E2E Bridge supports SOAP 1.1. as well as SOAP 1.2, whereas SOAP 1.2 is only supported for document-literal encoded services. Which version to use for your web service is your choice. However, be aware of the fact that using document-literal encoded operations you will have to directly edit the SOAP request in test cases of the SOAP Test Tool and the E2E Analyzer to provide input parameters.

The procedure described in  Working with the SOAP Test Tool and Inserting Test Data only applies to RPC encoded operations.

Refer to HTTP Protocol Support regarding general information on HTTP protocol support in this context.

Since Runtime 2018.5, the E2E SOAP service supports IPv6.

  • No labels