| Re: Extract xml from OTM Stefano,
The only other way I can see to do this is to utilize a stock Apache server to accept posts and write to disk via a CGI program and then have OTM send integration to it via http posts. The two most common OTM outbound integrations are http and ftp, so if ftp is blocked...
Also, since this is on the same app server, just in a different directory, firewall rules shouldn't matter, since everything will be transferred via localhost (127.0.0.1) and avoid the network interfaces.
--Chris |