How do people handle invoking SOAP/HTTP services when the address of the
service isn't known until runtime? If I know the address at deployment time
then I can create a service unit for servicemix-http with the appropriate
endpoints configured. However, I won't know the address at deployment time,
just the interfaces. I've tried manipulating the wsa:EndpointReference for my
BPEL process at runtime to specify the correct wsa:Address but the only way I
can get this to work is if I invoke previously configured endpoints using the
jbi:end-point-reference element to target the service endpoint.