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

Error responses Hospital-Service-JDK11-2.0.0.jar #67

Open
Marsanm opened this issue Mar 2, 2020 · 0 comments
Open

Error responses Hospital-Service-JDK11-2.0.0.jar #67

Marsanm opened this issue Mar 2, 2020 · 0 comments

Comments

@Marsanm
Copy link

Marsanm commented Mar 2, 2020

Hi im have a error in some responses. An example:

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

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

An other issue is some url to service couldnt be found(http://localhost:9090/healthcare/appointments/validity/${appointmentNo}), when i am trying to send a mail with BPS i cant because noOfDays give me a error:

ERROR {org.wso2.carbon.bpmn.rest.common.provider.ExceptionMapper.BPMNExceptionHandler} - Activiti Exception Occured org.activiti.engine.ActivitiException: Unknown property used in expression: ${noOfDays >2}

if use a GET with some pacient added before i recieve this reponse: Problem accessing: /healthcare/appointments/validity/1. Reason: Not Found

Im following Tutorial step by step and I've done it twice with same result.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant