Unknown macro: {next_previous_links}
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

A proxy service defines virtual services hosted on the ESB that can accept requests, mediate them, and deliver them to an actual service. A proxy service can perform transport or interface switching and expose different semantics from the actual service: WSDL, policies, and QoS aspects like WS-Security, etc. It can mediate the messages before they are delivered to the actual endpoint and mediate the responses before they reach the client.

Adding a Proxy

Follow the instructions below to add a proxy to the Governance Registry. 

  1. Log on to the Management Console.
  2. Click Main > Metadata > Add > Proxy.
  3. Enter information about the proxy. 
FieldDescription
NameThe name of the proxy.
VersionThe version of the proxy. (E.g., 1.0.0)
TransportsA transport is responsible for carrying messages that are in a specific format.
StartOnLoadWhen deployed, should the proxy be active or deactive.
TraceEnable trace log.
PinnedServers 
ServiceGroup 
InSequenceA sequence is an ordered list of mediators (a mediator chain). When a sequence is given a message, it will go through all the mediators in the sequence. A sequence can also handover messages to other sequences.
OutSequenceA sequence is an ordered list of mediators (a mediator chain). When a sequence is given a message, it will go through all the mediators in the sequence. A sequence can also handover messages to other sequences.
FaultSequenceIf there is an error in the InSequence or OutSequence, the FaultSequence is triggered.
EndpointRepresentation of the backend service in ESB.
PublishWSDL 
EnableAddressingEn
EnableSec 
EnableRM 

 

Listing Proxies

  1. Click Main > Metadata > List > Proxies.
  2. Filter proxies as required.


When filtering the data using more than one value in the search field, use comma separated values with quotation marks to distinguish the values. E.g., if there are two entries with the words Connector and Resource, the search string would be: "Connector", "Resource".

  • No labels