Configuring the SOAP API in an API Service component
Configure SOAP endpoints on the SOAP tab of your API Service component.
Procedure
-
In the API Service component, select the SOAP tab.
-
In the WSDL Namespace field, type the namespace that will be applied as a prefix in the WSDL to object names and List nodes. The default is
http://www.boomi.com/connector/wss. -
Do one of the following:
-
To enable the generation of a WSDL with embedded schemas, set Schema to Single.
-
To enable the generation of a schema file for each XML namespace, along with the WSDL, set Schema to Multi.
-
Optional: In the WSDL Service Name field, type the WSDL service name. This affects the
<port>and<binding>elements in the WSDL. It is typically unnecessary to set a custom value unless you have a requirement to mimic a pre-existing API. -
In the SOAP Version list, select the SOAP version(s) with which the WSDL is to be compatible — v1.1 (default), v1.2 or both v1.1 and v1.2.
-
Optional: To omit from the WSDL the -specific operation name wrapper elements for requests and responses, select Omit Operation Wrappers.
noteDo not use this option with operations for which the input type is Multiple XML objects or with operations whose names do not match the names of the corresponding profile elements.
-
Optional: To pass the entire SOAP request into the process, select SOAP Envelope Passthrough.
noteAdvanced SOAP functionality is an optional account feature. If you would like to have this feature enabled in your account, contact your representative.
-
Click Save or Save and Close.
Next steps
You need to generate or create SOAP endpoints and configure them.