158159160161162163164165166167
} catch (Exception e) { // temporary - need to send back SOAP fault message } if (messageId!=null) { HttpResponseInfoImpl info = new HttpResponseInfoImpl(httpResponse); wsEngine.postProcessResponse(messageId, info); } return pipeResponse; }
283284285286287288289290291292293
wsUtil.writeReply(resp, errorMsgContext); } // final tracing notification if (messageID!=null) { HttpResponseInfoImpl response = new HttpResponseInfoImpl(resp); wsEngine.postProcessResponse(messageID, response); } }
117118119120121122123124125126
} delegate_.doPost(request, response); if (messageId!=null) { HttpResponseInfoImpl info = new HttpResponseInfoImpl(response); wsEngine_.postProcessResponse(messageId, info); } } }