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

Compare with Current View Page History

Version 1 Next »

Proxies are not supported if the model is executed by the embedded xUML Runtime. The URL will be redirected to the service port.

  • Added in Builder 6.0

Each E2E Bridge provides an Apache reverse proxy as described in Bridge Architecture. This proxy can be automatically configured by defining proxy components for SOAP and HTTP services in the component diagram. Please refer to Managing Proxy Services for more information about how to manage these proxies after deployment.

Putting a proxy component in front of a given SOAP or HTTP service is usually done by using the component wizard as described in the Creating a Component Diagram.

Figure: Component Diagram of the HTTPS Proxy Dedicated Example

The proxy definitions are specified via tagged values on the E2E SOAP Service.

Tagged ValueDescription
proxyPort
MultiExcerpt named proxyport was not found -- Please check the page name and MultiExcerpt name used in the MultiExcerpt-Include macro
proxyPath

MultiExcerpt named proxyPath was not found -- Please check the page name and MultiExcerpt name used in the MultiExcerpt-Include macro

The path used to dispatch the request to the SOAP/HTTP service. By default, the path consists of a string unique within the proxy context having the following syntax: /<target host name>/<composite name>/<service name>. For example, assuming the xUML service shown in the component diagram above is running on myBridge.e2e.ch, the default path would look like /myBridge.e2e.ch/HttpsProxyDedicatedExample/HttpsProxyDedicatedService. A request URI starting with this path is then automatically redirected to http://myBridge.e2e.ch:12203 .

proxyHost
MultiExcerpt named proxyHost was not found -- Please check the page name and MultiExcerpt name used in the MultiExcerpt-Include macro
externalProxyHost
MultiExcerpt named externalProxyHost was not found -- Please check the page name and MultiExcerpt name used in the MultiExcerpt-Include macro
proxyProtocol
MultiExcerpt named proxyProtocol was not found -- Please check the page name and MultiExcerpt name used in the MultiExcerpt-Include macro

The following examples show how to:

  • implement a proxy server in front of the E2E Bridge services using the http protocol
  • implement a proxy server in front of the E2E Bridge services using the https protocol and certificates
  • implement a proxy server in front of the E2E Bridge services using dedicated machines

Example File (Builder project Advanced Modeling/Proxy):

<your example path>\Advanced Modeling\Proxy\uml\proxyHttp.xml
<your example path>\Advanced Modeling\Proxyuml\proxyHttpDedicated.xml
<your example path>\Advanced Modeling\Proxy\uml\proxyHttps.xml
<your example path>\Advanced Modeling\Proxy\uml\proxyHttpsDedicated.xml

  • No labels