A RHPAM project that consumes a simple REST service.

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

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