Binders and Mixed Style
Integration Server and Designer do not support mixed “style” across binders in a single web service descriptor if the web service descriptor does not run in pre-8.2 compatibility mode. That is, the binders in a web service descriptor for which the Pre-8.2 compatibility mode property is set to false must specify the same value for the SOAP binding style property.
Integration Server and Designer enforce this restriction in the following way:
In a service first provider web service descriptor, the first binder determines the “style” for all subsequent binders. If the first binder specifies a
SOAP binding style of “document”, any additional binder added to the provider web service descriptor must specify document as the
SOAP binding style.
When creating a WSDL first provider web service descriptor from a WSDL document,
Integration Server will not create the web service descriptor if the services reference bindings with different styles.
When creating a consumer web service descriptor from a WSDL document,
Integration Server will not create the web service descriptor if the services reference supported bindings that specify mixed style values.
Note:
The restriction on mixed binding styles across binders does not apply to web service descriptors that run in pre-8.2 compatibility mode.