Hey Brad

We're doing this right now for a system created in Rails.  We needed
to access the data in a main 4D db and this turned out to be an easy,
fast way to GET, PUT any data needed.

Instead of XML, we return well-formed data as json. But the XML would
be straightforward (though not as easy as using the json libraries).

In fact, we prefer using A4D because we can adjust the scripts needed
without getting into 4D's method editor and recompiling.

Michael Check



On Mon, Aug 31, 2009 at 12:20 PM, Brad Perkins<[email protected]> wrote:
> Subject line says it all.
>
> Has any used Active4D or NTK (or event ITK) standalone to develop a
> simple web services server? This would not be a public service and the
> interface would be extremely simple (pass in a single known ID) so WSDL
> support would not be required. Is this a lot more complex than simply
> setting the proper headers and returning the result as valid XML?
>
> Most are probably asking why not just use 4D's Web Service server? That
> would obviously be the simplest route. The only problem is that we use
> already use NTK in the proposed system for both Active4D and in a legacy
> web app (NTK as a standalone web server). I'm hesitant to add yet
> another server to the mix.
>
> Thanks,
>
> Brad
> _______________________________________________
> Active4D-dev mailing list
> [email protected]
> http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
> Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/
>
_______________________________________________
Active4D-dev mailing list
[email protected]
http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/

Reply via email to