| At line 111 changed 1 line. |
| So as promised, we have a simple example of how to use handlers with OpenESB. Here we have our famous Synchronous sample, and we are going to add a couple of handlers on\\ |
| So as promised, we have an example of how to use handlers with OpenESB. Here we have our famous Synchronous sample, and we are going to add a couple of handlers on\\ |
| At line 114 changed 1 line. |
| We have three |
| We have three projects here: the Synchronous sample project which includes the BPEL and the Composite Application projects, and the Java SE project which has the handler implementations.\\ |
| Not much to be said about the Synchronous sample. The Java SE project has two handlers implemented: a SOAP handler that logs the entire SOAP message, and a logical handler that\\ logs just the message payload (i.e. the payload in the SOAP body) |
| At line 117 added 1 line. |
| All three projects are included here in the Handler_Sample.zip here. |