A RHPAM project that consumes a simple REST service.
|
|
4 年 前 | |
|---|---|---|
| global | 4 年 前 | |
| src | 4 年 前 | |
| .gitignore | 4 年 前 | |
| COPYING | 4 年 前 | |
| README.md | 4 年 前 | |
| package-names-white-list | 4 年 前 | |
| pom.xml | 4 年 前 | |
| project.imports | 4 年 前 | |
| project.repositories | 4 年 前 |
An example process model where a REST task (along with the corresponding
WorkItemHandler) is used to consume a REST WS. Depends on the
ws-customer-data service being deployed somewhere, by default on
http://localhost:9080/ws-customer-data/.
For proper serialization of objects coming from a shared dependency (such as
Customer in this case), the WIH definition in kie-deployment-descriptor.xml
needs to be modified to use the module class loader (as of RHPAM 7.11).