Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

Bug in data model web service

Avatar

Level 2

Ref: A common data model applied Lab; Page 51.

This exercise uses the GetEmployeeInfo LiveCycle process exposed as a WebService.

It should return the employee results based on the newHireIdentifier input parameter. However in the process the value is hard coded to be 12345, and it therefore always returns the same values.

You can test this by browsing to (change the newHireIdentifier value to test):

http://localhost:8080/soap/services/MAX_Guides/Processes/GetEmployeeInfo?method=invoke&newHireIdenti...

This can be fixed by:

1) Open GetEmployeeInfo Process

2) Open properties for "Get New Hire Prefill Data" Step

3) In the input section change it to an input variable from literal and set to the newHireIdentifier variable

4) Save and deploy

1 Reply

Avatar

Level 3

I'm going to mark this item as assumed answered.

cheers,

Val