SOAP Web Service package
- Updated: 2024/12/02
SOAP Web Service package
Use the SOAP web service action from the SOAP Web Service package to access and exchange information between two systems in XML format.
With SOAP Web Service, you can perform these actions:
- Consume SOAP web services written to provide structured data for further business processing, such as currency conversion, weather reports, and language translation.
- Connect to different existing applications and different platforms, irrespective of any underlying infrastructure requirements.
The SOAP Web Service establishes complete interoperability between clients or applications and the internet, supporting XML-based open standards, such as Web Services Description Language (WSDL), Simple Object Access Protocol (SOAP), and Universal Description Discovery and Integration (UDDI).
Passing values securely
- Custom headers
- Operation parameters
- Raw data: You must select a Credential Vault value that contains the entire parameter as the value.
- Namespace
Is Default_Namespace that is the unique identifier for the defined elements and attributes.
- Prefix
Is Default_Prefix and is the short form for namespace.
- Action
Is Default_Action that is method or operation invoked in the web service.
- Namespace qualify XML elementsIs the property of elementFormDefault attribute that defines whether the XML element has qualified namespace or not. It contains the following values:
- True
- False
- Default
Is the default value for backward compatibility.
Proxy support
If your device is configured with a proxy, all outbound requests from this package are routed through the proxy server. See Connect Bot Agent to a device with a proxy.