PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WEBDEV 2024 → Sending XML from Webdev - no RPC functionality :(
Sending XML from Webdev - no RPC functionality :(
Débuté par Stefan Buteneers, 02 oct. 2013 14:42 - 1 réponse
Posté le 02 octobre 2013 - 14:42
Hi all,

I have a serious issue with Webdev 17. The test site I built creates XML files and stores them on a server in an intranet environment for further processing. Now that I want to deploy the website to the internet the XML file destination needs to change to an internet server instead of a local server.

The intention was to use RPC to transfer the files just as it is commonly used in Windev, but now it seems Webdev does not support RPC !!!
I need to exchange lots of XML's as fast as possible so FTP is not a valid alternative.

Does anyone know of a workaroud or an alternative ?

Thanks
Stefan
Posté le 03 octobre 2013 - 13:38
Hi Stefan

If you do not want to use FTP, for which there is always a server
available on web wserver, You will need either a web service, or a
single awp page running on the remote server... But I do not see how
that will get you a faster trasnfer rate than with ftp

Best regards


--
Fabrice Harari
Consultant WinDev, WebDev et WinDev Mobile International

Plus d'information sur http://fabriceharari.com


On 10/2/2013 6:42 AM, Stefan Buteneers wrote:
Hi all,

I have a serious issue with Webdev 17. The test site I built creates XML
files and stores them on a server in an intranet environment for further
processing. Now that I want to deploy the website to the internet the
XML file destination needs to change to an internet server instead of a
local server.
The intention was to use RPC to transfer the files just as it is
commonly used in Windev, but now it seems Webdev does not support RPC !!!
I need to exchange lots of XML's as fast as possible so FTP is not a
valid alternative.

Does anyone know of a workaroud or an alternative ?

Thanks
Stefan