Developer forum

Forum » Development » External access to datalists

External access to datalists


Reply
Hi folks,

I just got a quick question.

Is it possible to access datalists from an external server?
We're building a SMS application who needs access to the datalists but is it possible to run SQL external ?

Thanks :).

Martin C.

Replies

 
Nicolai Høeg Pedersen
Reply
You can get the XML using /Admin/Public/Datamanagement/PublishingOutput.aspx?PudID=XX where xx is the ID of the publishing. You can also find that link from the module.

You cannot execute a "random" sql from external systems - that would be a security problem.

You can add parameters to the querystring of PublishingOutput.aspx though - and use those information as a parameter in the view.

 

You must be logged in to post in the forum