Hi!
We try to establish connect with external FTP server using FTP Proxy settings in sender channel.
We have approval that we should use USER@HOST proxy type. Proxy host is reachable. User credentials for target FTP server are also correct. FTP p...
Hi!I don't know how such declarations worked before the upgrade, but the correct syntax for Default namespace definition is:<note xmlns="http://www.openapplications.org/oagis/10">Regards, Evgeniy.
Hi!
As it stands from error message and your code snippet you use wrong double quote character:
Wrong: String RestXML = “<?xml version=\”1.0\” encoding=\”UTF-8\”?>”;
Right: String RestXML = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>";
Regards, ...
Hi!I guess that using functionality of Communication Channel Admin Servlet would fulfill your requirement:https://help.sap.com/saphelp_nw73/helpdata/en/4b/a2862d182b63a3e10000000a42189c/frameset.htmRegards, Evgeniy.