About SOAP and REST Connections
- Last UpdatedAug 27, 2024
- 1 minute read
The protocols used to access web services are
-
Simple Object Access Protocol (SOAP)
-
Representational State Transfer (REST)
The support for SOAP or REST protocol depends on which connection the web services support. For SOAP- based web services, the WEBSVC Communication Driver is configured to support SOAP protocol. For REST-based web services, the WEBSVC Communication Driver is configured to support REST protocol.
The differences between SOAP and REST connections are:
|
SOAP |
REST |
|
|
You can create multiple SOAP or REST configurations to connect with multiple web servers.
The WEBSVC Communication Driver communicates messages with SOAP or REST connections over an HTTP network.