Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Add a parameter to transports that allow the IPAddress/Hostname that is used in EPRs to be overridden. For example, if I am on a server behind a firewall, the getHostByName() will reply something like 10.0.0.2, but the real addressable name may be www.company.com.
Similarly with a replyTo, I may have a ADSL NAT router in front of my client., so my machine's IP is called 192.168.1.2, but the addressable IP is myserver.dyndns.org.
So we need to be able to configure transports. Similarly the port maybe changed, so that also needs the ability to override.