Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tutorial "Exposing Several Services as a Single Service" output incorrect #5555

Closed
lianescafarate opened this issue Apr 15, 2022 · 0 comments
Labels
IceBox Older issues that are not being actively worked on but may be revisited in the future.

Comments

@lianescafarate
Copy link

Description:
When following the steps of the exercise (Exposing Several Services as a Single Service), the output presented is:
{
"patient":"John Doe",
"actualFee":7000.0,
"discount":20,
"discounted":5600.0,
"paymentID":"8dc27d2d-b838-4f6e-ac2e-dd9260d90384",
"status":"Settled"
}

The tutorial says it should be:

{
"appointmentNo":1,
"doctorName":"thomas collins",
"patient":"John Doe",
"actualFee":7000.0,
"discount":20,
"discounted":5600.0,
"paymentID":"480fead2-e592-4791-941a-690ad1363802",
"status":"Settled"
}

Affected Product Version:
Enterprise Integrator V6.6.0

OS, DB, other environment details and versions:
macOS Monterey version 12.3.1
WSO2 EI 6.6.0
Java 11.0.13
WSO@ Integration Studio 8.0.1

Steps to reproduce:
Follow tutorial instructions.

@lianescafarate lianescafarate changed the title Tutorial Output incorrect Tutorial output incorrect Apr 15, 2022
@lianescafarate lianescafarate changed the title Tutorial output incorrect Tutorial " Exposing Several Services as a Single Service" output incorrect Apr 15, 2022
@lianescafarate lianescafarate changed the title Tutorial " Exposing Several Services as a Single Service" output incorrect Tutorial "Exposing Several Services as a Single Service" output incorrect Apr 15, 2022
@anupama-pathirage anupama-pathirage added the IceBox Older issues that are not being actively worked on but may be revisited in the future. label Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
IceBox Older issues that are not being actively worked on but may be revisited in the future.
Projects
None yet
Development

No branches or pull requests

2 participants