Website/Controls folder
- AppointmentControl.ascx
Website/bin folder
- CalendarUserControls.dll
- TriplEformsAppointment.Adapters.QCalendar_REST.dll of TriplEformsAppointment.Adapters.QCalendar_REST_orchestra 7.dll
- TriplEformsAppointment.Common.dll
- TriplEformsAppointment.Processor.dll
- QRCoder.dll
Web.config toevoegingen
<configuration> <configSections> <section name="appointmentControl" type="Kodision.TriplEforms.Appointments.AppointmentControlSection, TriplEformsAppointment.Common"/> </configSections> <appointmentControl defaultAdapter="orchestra7Cloud"> <serviceAdapters> <!-- orchestra 7 adapter --> <serviceAdapter identifier="orchestra7" type="QCalendar_REST_orchestra_7.QMATIC_QCalendar_REST_Adapter, TriplEformsAppointment.Adapters.QCalendar_REST_7" username="test" password="test" domain="" wsdlUri="https://bnlxdemo.qmatic.cloud/calendar-backend/public/"/> <!-- orchestra 7 adapter Cloud Versie --> <serviceAdapter identifier="orchestra7Cloud" type="QCalendar_REST_orchestra_7.QMATIC_QCalendar_REST_AdapterCloud, TriplEformsAppointment.Adapters.QCalendar_REST_7" AuthToken="f8e15a47-ea44-4d5c-950c-d45ad693343e" wsdlUri="https://bnlxdemo.qmatic.cloud/calendar-backend/public/"/> <!-- orchestra 6 adapter --> <serviceAdapter identifier="orchestra6" type="QCalendar_REST.QMATIC_QCalendar_REST_Adapter, TriplEformsAppointment.Adapters.QCalendar_REST" wsdlUri="https://qmatic.nl/test/calendar-backend/public/"/> <!-- orchestra test adapter --> <serviceAdapter identifier="TestService" type="Kodision.TriplEforms.Appointments.Adapters.TestService_Adapter, TriplEformsAppointment.Adapters.Test" wsdlUri="http://localhost/"/> </serviceAdapters> </appointmentControl> <system.webServer> <handlers> <add name="AppointQR" verb="*" path="appointmentqrgenerator.axd" type="Kodision.TriplEforms.Appointments.AppointmentQrGenerator"/> </handlers> </system.webServer> <system.web> <httpHandlers> <add verb="*" path="appointmentqrgenerator.axd" type="Kodision.TriplEforms.Appointments.AppointmentQrGenerator"/> </httpHandlers> </system.web> </configuration>
Was dit artikel nuttig?
Dat is fantastisch!
Hartelijk dank voor uw beoordeling
Sorry dat we u niet konden helpen
Hartelijk dank voor uw beoordeling
Feedback verzonden
We stellen uw moeite op prijs en zullen proberen het artikel te verbeteren