Hi Andrew,
to set the proxy for service invocations you can create a property file with the '.endpoint' extension.
The properties to use are:
http.proxy.host
http.proxy.port
http.proxy.domain
http.proxy.user
http.proxy.password
If your settings vary from one service to another, you can use the alias syntax described in the ODE user-guide [1]
The property file might be created in two different locations:
. in $bpms_server/var/process/$your_process/foo.endpoint
. or in $bpms_server/var/config/foo.endpoint
If some properties are set twice from these two locations, values in /var/config/ take precedence.
Alexis
[1]
http://ode.apache.org/user-guide.html#UserGuide-EndpointConfiguration