I'm not 100% sure what the problem is...
I think the http conduit is being used, because external service is https
and I'm able to communicate with it.
However, when I step through the code the following code in
MAPAggregator.addRoleSpecific does not find a conduit in the exchange and
defaults To to the "none" address:

if (maps.getTo() == null) {
  if (isOutbound) {
    conduit = ContextUtils.getConduit(conduit, message);
  }
  EndpointReferenceType reference = conduit != null
                                                  ? conduit.getTarget()
                                                  :
ContextUtils.getNoneEndpointReference();
  maps.setTo(reference);
}

-- 
View this message in context: 
http://www.nabble.com/CXF-Proxy-fault-problem-tp20053523p20114773.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to