...
Right click SampleServices in the Project Explorer and navigate to New -> Endpoint. Ensure Create a New Endpoint is selected and click Next.
Fill in the information as in the following table:
FieldValueEndpoint Name ChannelingFeeEP Endpoint Type HTTP Endpoint URI Template http://localhost:9090/{uri.var.hospital}/categories/appointments/{uri.var.appointment_id}/fee Method GET Static Endpoint (Select this option because we are going to use this endpoint in this ESB Config project only and will not re-use it in other projects.) Save Endpoint in SampleServices Click Finish.
Anchor SettlePaymentEP SettlePaymentEP Create another endpoint for Settle Payment and fill in the information as in the following table:
FieldValueEndpoint Name SettlePaymentEP Endpoint Type HTTP Endpoint URI Template http://localhost:9090/healthcare/payments
Method POST Static Endpoint (Select this option because we are going to use this endpoint in this ESB Config project only and will not re-use it in other projects.) Save Endpoint in SampleServices Click Finish.
...