Search found 5 matches

by arizonawebguy
Fri Feb 09, 2018 1:40 pm
Forum: Developers
Topic: App Development question with middle tier
Replies: 9
Views: 14643

Re: App Development question with middle tier

Ok, I've enabled https and switched to posting to that instead. Same error. System.Web.HttpRequestValidationException: A potentially dangerous Request.Form value was detected from the client (dtoString=""<?xml version=\"1.0\..."). at System.Web.HttpRequest.ValidateString(String value, String collect...
by arizonawebguy
Fri Feb 09, 2018 12:39 pm
Forum: Developers
Topic: App Development question with middle tier
Replies: 9
Views: 14643

Re: App Development question with middle tier

Ok, I'll keep that in mind. Also, I'm having trouble with the XML example. The response it returns is: System.Web.HttpRequestValidationException: A potentially dangerous Request.Form value was detected from the client (dtoString="<?xml version="1.0" ..."). I've tried it both in the Test box on http:...
by arizonawebguy
Fri Feb 09, 2018 12:18 pm
Forum: Developers
Topic: App Development question with middle tier
Replies: 9
Views: 14643

Re: App Development question with middle tier

This is great to get me started!

I'll definitely consider the plugin option. :)

Also, if I'm querying for updates on a schedule (say every 5 mins), could there be performance impact to the end-users using the Open Dental software in the office? Is there a low-priority option?
by arizonawebguy
Fri Feb 09, 2018 11:06 am
Forum: Developers
Topic: App Development question with middle tier
Replies: 9
Views: 14643

Re: App Development question with middle tier

Ok, so if I understand correctly, I can't tell it directly to run SQL queries, but instead I have to go through it's data query methods?

Can you give a simple example to get me started?
by arizonawebguy
Fri Feb 09, 2018 9:04 am
Forum: Developers
Topic: App Development question with middle tier
Replies: 9
Views: 14643

App Development question with middle tier

Hi, I'm new here. :) I'm trying to extend a home-grown app to support the middle tier option. Previously, the app just connected directly to the local mysql database and ran queries to produce reports. A new client was using a middle tier architecture and so I don't have direct database access, but ...