|
Server to server dat transfer -- Rohitash Pandhi --
Hi guys can anybody tell me abt any way through wich we can transfer data from server to server. I am integrating city bank payment gateway and i need to send a query message to city bank server. not through client's browser but through server to server transfer. One way to do so is webDav. But mine clients are not enabling webdav on their server so its not feasible to use WebDav. Any suggestion please do let me know as i m stuck with this problem. Thanks in advance i need it badly Rohtash |
|
-- "Bradley, Peter" --
Sounds like a job for remoting, to me. Or a Web service - but the bank may have security reservations on that score. Remoting will involve opening a port on the remote server and have a service listening on that port, however you could use HTTP and IIS, assuming that IIS is installed on the remote server. Any solution will involve having at least port 80 open. BizTalk would be a more expensive solution, but it may give you a few more options. BTS would have to be running on the servers at both ends of the communication. Peter |
|
-- vassy serban --
I had a project in the past where I had to transer data from one DB to another (diferent schema) on two independent servers in the hight security. I used IBM MQ Series to transfer data in XML file and is not any problem with security. I didn't try but Windows MQ might work the same. If you need more details, I can give to you. V From: "Rohitash Pandhi" Reply-To: DotNetDevelopment To: DotNetDevelopment Subject: Server to server dat transfer Date: Tue, 4 Jul 2006 16:17:43 +0530 Hi guys can anybody tell me abt any way through wich we can transfer data from server to server. I am integrating city bank payment gateway and i need to send a query message to city bank server. not through client's browser but through server to server transfer. One way to do so is webDav. But mine clients are not enabling webdav on their server so its not feasible to use WebDav. Any suggestion please do let me know as i m stuck with this problem. Thanks in advance i need it badly Rohtash |