Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space WBRIDGE and version 21.1.4
Div
Classe2e-refDiv
Rp

...

Info
iconfalse

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

...

SingleLinefalse

Added in Builder 6.0

...

Each

...

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.

...

Image Modified

The proxy definitions are specified via tagged values on the

...

<<E2ESOAPService>>.

Tagged ValueDescription
proxyPort
Multiexcerpt include
MultiExcerptNameport
nopaneltrue
PageWithExcerptSOAP Service Reference
proxyPath
Multiexcerpt include
MultiExcerptNameproxyPath
nopaneltrue
PageWithExcerptSOAP Service Reference

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 include
MultiExcerptNameproxyHost
nopaneltrue
PageWithExcerptSOAP Service Reference
externalProxyHost
Multiexcerpt include
MultiExcerptNameexternalProxyHost
nopaneltrue
PageWithExcerptSOAP Service Reference
proxyProtocol
Multiexcerpt include
MultiExcerptNameproxyProtocol
nopaneltrue
PageWithExcerptSOAP Service Reference

The following examples show how to:

  • implement a proxy server in front of the

...

  • Bridge services using the http protocol
  • implement a proxy server in front of the

...

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

...

  • Bridge services using dedicated machines

Multiexcerpt include
MultiExcerptNameproxy
nopaneltrue
PageWithExcerptINTERNAL:_examples_BRIDGE