Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Service Development | Working with Web Services | Working with Binders | Binders and Mixed Use
 
Binders and Mixed Use
 
Existing Web Service Descriptors with Mixed Use Binders
Integration Server and Designer do not support mixed “use” across binders and operations in a single web service descriptor. That is, the binders in a web service descriptor must specify the same value for the SOAP binding use 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 “use” for all subsequent binders. If the first binder specifies a SOAP binding use of “literal”, any additional binder added to the provider web service descriptor must specify literal as the SOAP binding use.
*When creating a WSDL first provider web service descriptor or a consumer web service descriptor from a WSDL document, Integration Server will not create the web service descriptor if the WSDL document contains bindings with different use value or operations with different use values. Integration Server throws the following exception:
[ISS.0085.9285] Bindings or operations with mixed "use" are not
supported.