IBM BPM, V8.0.1, All platforms > Get started with IBM BPM > Key concepts > Bindings > Binding types > Web service bindings

Web service bindings overview

A web service import binding allows you to call an external web service from your Service Component Architecture components. A web service export binding allows you to expose your SCA components to clients as web services.

With a web service binding, you access external services using interoperable SOAP messages and qualities of service (QoS).

You use Integration Designer to generate and configure web service bindings on imports and exports in SCA modules. The following types of web service bindings are available:

Regardless of the transport (HTTP or JMS) used to convey the SOAP message, web service bindings always handle request/response interactions synchronously. The thread making the invocation on the service provider is blocked until a response is received from the provider. See "Synchronous invocation" for more information about this invocation style.

The following combinations of web service bindings cannot be used on exports in the same module.

If you need to expose components using more than one of these export bindings, you need to have each in a separate module and then connect those modules to your components using the SCA binding:

After the SCA module that contains the web service binding is deployed to the server, you can use the administrative console to view information about the binding or to change selected properties of the binding.

Web services allow applications to interoperate by using standard descriptions of services and standard formats for the messages they exchange.

For example, the web service import and export bindings can interoperate with services that are implemented using Web Services Enhancements (WSE) Version 3.5 and Windows Communication Foundation (WCF) Version 3.5 for Microsoft .NET. When interoperating with such services, you must ensure that:

Web service bindings


Related concepts:
Synchronous invocation


Related information:
Access Web services