We are trying to setup an outbound transmission of a Order Release from an OTM 5.5 CU4 installation and would like to drop the XML on the local file system on the Application Server.
The External System setup we normally use has the URL of the OTM Tomcat Web Server:
http://<OTM_Web_RootURL>/GC3/glog.in...lSystemServlet (additional parameters omitted)
This then does an FTP to where you want the file to go.
The question - Is there a simple way to drop the XML on the localhost file system like this?:
http://<OTM_App_Server_Name>:<port>/...lSystemServlet (...)
And FTP from the Application server to the Application server, or even better just drop the file on the localhost.
Also a related question - Can the WMServlet be used for outbound XML transmissions?
Any examples of what the URL would look like in the External System configuration would be greatly appreciated.
Thanks
The External System setup we normally use has the URL of the OTM Tomcat Web Server:
http://<OTM_Web_RootURL>/GC3/glog.in...lSystemServlet (additional parameters omitted)
This then does an FTP to where you want the file to go.
The question - Is there a simple way to drop the XML on the localhost file system like this?:
http://<OTM_App_Server_Name>:<port>/...lSystemServlet (...)
And FTP from the Application server to the Application server, or even better just drop the file on the localhost.
Also a related question - Can the WMServlet be used for outbound XML transmissions?
Any examples of what the URL would look like in the External System configuration would be greatly appreciated.
Thanks
Comment