leos1981
08-16-2004, 08:53 AM
Dear All,
Hai, I am trying to passing data ( in xml string ) from 1 server to another server. I using microsoft MSXML2.ServerXMLHTTP to passing the xml. ie: call http://www.mysite.com?xml=XMLDATASTRING.
Now, i meet a problem. that is when the data had been processed in SERVER A, and the data then will compile into xml string and pass it to SERVER B to update the database in SERVER B ( By using MSXML2.ServerXMLHTTP). But now the SERVER B is temporary not available. I had to find out a method to handle this senario. Does anyone got any suggestion?
I hope I can put all the xml string in a queue ( when SERVER B is not available), so when the SERVER B is available, the xml data will automatic send to server B.
THANK YOU
Regards
Leos1981
Hai, I am trying to passing data ( in xml string ) from 1 server to another server. I using microsoft MSXML2.ServerXMLHTTP to passing the xml. ie: call http://www.mysite.com?xml=XMLDATASTRING.
Now, i meet a problem. that is when the data had been processed in SERVER A, and the data then will compile into xml string and pass it to SERVER B to update the database in SERVER B ( By using MSXML2.ServerXMLHTTP). But now the SERVER B is temporary not available. I had to find out a method to handle this senario. Does anyone got any suggestion?
I hope I can put all the xml string in a queue ( when SERVER B is not available), so when the SERVER B is available, the xml data will automatic send to server B.
THANK YOU
Regards
Leos1981