Automatic download orders export (v2.65)

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Hace 11 años
Hi,

I need to download the xml orders export via client c# application.

In this case i try with the HttpWebRequest but in necessary a login before to download the file.

What is the best practices in this case?

thanks
Hace 11 años
kava wrote:
Hi,

I need to download the xml orders export via client c# application.

In this case i try with the HttpWebRequest but in necessary a login before to download the file.

What is the best practices in this case?

thanks


You can actually just use HttpWebRequest to issue a series of request, first login and then the subsequent to download the file.

Perhaps you can also extend the Nop.Plugin.Misc.WebServices plugin to allow you to download XML. I see this as a cleaner approach. :)
Hace 11 años
Thank!
I'll try with a web service
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.