Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Right click SampleServices in the Project Explorer and navigate to New -> Endpoint. Ensure Create a New Endpoint is selected and click Next.

  2. Fill in the information as in the following table:

    Field
    Value
    Endpoint NameChannelingFeeEP
    Endpoint TypeHTTP Endpoint
    URI Templatehttp://localhost:9090/{uri.var.hospital}/categories/appointments/{uri.var.appointment_id}/fee
    MethodGET
    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 inSampleServices

    Click Finish.

    Image Modified

  3. Anchor
    SettlePaymentEP
    SettlePaymentEP

    Create another endpoint for Settle Payment and fill in the information as in the following table: 

    Field
    Value
    Endpoint NameSettlePaymentEP
    Endpoint TypeHTTP Endpoint
    URI Template

    http://localhost:9090/healthcare/payments

    MethodPOST
    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 inSampleServices

    Click Finish.

...