Search found 9 matches

by sunnyag
Tue Dec 23, 2014 8:36 am
Forum: Developers
Topic: Connecting application
Replies: 17
Views: 19211

Re: Connecting application

The OpenDentalServer project is hosted on local IIS I have got two issues 1. To resolve above issue I have first called "OpenDentBusiness.Security.LogInWeb" method which maintained the connection and then called "Appointments.GetForPeriod" from my application. The problem is OpenDental has no connec...
by sunnyag
Wed Dec 17, 2014 8:01 am
Forum: Developers
Topic: Connecting application
Replies: 17
Views: 19211

Re: Connecting application

For source code its in D:\Projects\OpenDental\OpenDentalServer

for application its in C:\Program Files (x86)\Open Dental

Settings are correct and yes i did iisreset

And mysql is also running
by sunnyag
Wed Dec 17, 2014 2:12 am
Forum: Developers
Topic: Connecting application
Replies: 17
Views: 19211

Re: Connecting application

I am not using OD application and trying from source code. I will explain what I have done. I am using source code of OD and not trial application. 1. I have hosted OpenDentalServer on local IIS and its working fine. 2. Then created a WinForms application which references OpenDentBusiness.dll and We...
by sunnyag
Tue Dec 16, 2014 5:59 am
Forum: Developers
Topic: Connecting application
Replies: 17
Views: 19211

Re: Connecting application

I am stuck at one location please help. I have passed DtoGetTable object from my app to Open Dental Service(middle tier). Every method calls goes well only thing is I am not able to populate DataConnection, it remains blank. Is there any way that I can populate connection settings? Or do I have to m...
by sunnyag
Thu Dec 11, 2014 8:20 pm
Forum: Developers
Topic: Connecting application
Replies: 17
Views: 19211

Re: Connecting application

what I have thought is to add the particular dll of dto in my service and will send accordingly. There is method call GetPeriods which will give me schedule of a particular day.
I will manipulate the Dto in my service and send data back to website.
by sunnyag
Thu Dec 11, 2014 6:39 am
Forum: Developers
Topic: Connecting application
Replies: 17
Views: 19211

Re: Connecting application

Thanks for your valuable reply.

Can you share sample on how data (DtoGetTable) looks like before serializing and passing into ProcessRequest method of OpenDentalServer.ServiceMain ?
by sunnyag
Wed Dec 10, 2014 2:29 am
Forum: Developers
Topic: Connecting application
Replies: 17
Views: 19211

Re: Connecting application

If suppose I create mediator as web service on my server then dentists has to consume that web service. But, here I want to connect to their database and get result back which means dentists need to host this web service. This means dentists have to host OpenDentServer separately? Other option is th...
by sunnyag
Tue Dec 09, 2014 7:58 pm
Forum: Developers
Topic: Connecting application
Replies: 17
Views: 19211

Re: Connecting application

Thanks for your response it helped me lot in understanding.

As you said MySQL service needs to be exposed so is there anyway to expose this through Open Dental.
The OpenDentServer project is the middle tier in source code?
by sunnyag
Tue Dec 09, 2014 12:21 am
Forum: Developers
Topic: Connecting application
Replies: 17
Views: 19211

Connecting application

Hi, I new to this system and looking forward to buy for my client. I have my own website and want to connect to dentists database to get the schedules. Below are some of my queries 1. The Open Dental database is hosted at dentist's server or Open Dental has centralised location for database? 2. Does...