Post XML from server to another server
Hi ;-)
I need to POST xml document from server to another server.
Can I use XMLHTTPRequest for this?
Any suggestions will be welcome.
[155 byte] By [
Alon] at [2007-11-9 14:55:15]

# 1 Re: Post XML from server to another server
"Alon" <alonr@commtouch.co.il> wrote:
>
>Hi ;-)
>I need to POST xml document from server to another server.
>
>Can I use XMLHTTPRequest for this?
>
>Any suggestions will be welcome.
Why not?
The terms "Client" and "Server" are relative.
In this case the Server1 has to act as client:
Make an asp in Server2 and POST your xml data using xmlhttp to this page
from Server1 - note this call may come from another asp page, an application
running on Server1, which makes this call after a certain prd of time or
on some trigger etc.
Rohit