Skip to content

Commit

Permalink
[JBWS-3945] Setting "org.apache.cxf.transport.process_fault_on_http_4…
Browse files Browse the repository at this point in the history
…00" property in SOAPConnectionImpl
  • Loading branch information
asoldano committed Oct 16, 2015
1 parent 4cfcadd commit c2a41df
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -75,6 +75,7 @@ public SOAPMessage call(SOAPMessage msgOut, Object addressObject) throws SOAPExc
Message outMessage = new MessageImpl();
Exchange exch = new ExchangeImpl();
outMessage.setExchange(exch);
exch.put("org.apache.cxf.transport.process_fault_on_http_400", true); //JBWS-3945

// sent SOAPMessage
try
Expand Down

0 comments on commit c2a41df

Please sign in to comment.