Service Proxy: static endpoint pattern

Use this pattern to provide decoupling between web service requesters and web service providers by routing through a virtual service that is bound directly to the target service provider.

Use this pattern:

Solution

The solution is to implement a message flow that provides a proxy for the provider web service and can also include logging and error handling capabilities.

A diagram showing the behavior of the pattern. Service requests are forwarded to the end service provider.
Proxy flow
Error subflow
Log subflow
Tasks to complete before applying the pattern
Parameters for the pattern
Tasks to complete after generating the pattern