Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list

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