A RHPAM project that consumes a simple REST service.

Grega Bremec a115f0f3f5 fixed some markdown bits 3 سال پیش
global b8b9b9daad refactor and reconfigure 3 سال پیش
src e35010f06f {/src/main/resources/net/p0f/samples/rhpam_fuse_integration/pam_consume_ws_rs/services.consume-rest-ws-taskform.frm} 3 سال پیش
.gitignore b882ec71f0 updated readme 3 سال پیش
COPYING b882ec71f0 updated readme 3 سال پیش
README.md a115f0f3f5 fixed some markdown bits 3 سال پیش
package-names-white-list b73a6a3e77 whitelist shared-data-model 3 سال پیش
pom.xml dc674a63b2 Batch mode 3 سال پیش
project.imports 4926ce1a37 Initial commit 3 سال پیش
project.repositories cde8c82c11 Batch mode 3 سال پیش

README.md

RHPAM REST Client

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).