A RHPAM project that consumes a simple REST service.

Grega Bremec 384c132a6f fixed readme 3 tahun lalu
global b8b9b9daad refactor and reconfigure 3 tahun lalu
src e35010f06f {/src/main/resources/net/p0f/samples/rhpam_fuse_integration/pam_consume_ws_rs/services.consume-rest-ws-taskform.frm} 3 tahun lalu
package-names-white-list b73a6a3e77 whitelist shared-data-model 3 tahun lalu
pom.xml dc674a63b2 Batch mode 3 tahun lalu
project.imports 4926ce1a37 Initial commit 3 tahun lalu
project.repositories cde8c82c11 Batch mode 3 tahun lalu
readme.md 384c132a6f fixed readme 3 tahun lalu

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