MikeBronner
Programmer
Hi All!
I have the following situation:
SQL Server 2000 server at company A wants to send data to a SQL Server 2000 server at company B. Company B wants to send an acknowledgment back to the SQL server at company A once the received data is processed.
What is the best way to do this? I was hoping to find a solution along the SOAP / XML lines, so that we could send XML data to a certain PORT on the SQL Server, where it would automatically consume it. (Of course along with validation provided be XSD.)
I believe that setting this up as Linked Servers is out of the question due to security restrictions.
What are your thoughts on the best method of achieving direct server-to-server communication?
Best Regards!
Mike
Take Care,
Mike
I have the following situation:
SQL Server 2000 server at company A wants to send data to a SQL Server 2000 server at company B. Company B wants to send an acknowledgment back to the SQL server at company A once the received data is processed.
What is the best way to do this? I was hoping to find a solution along the SOAP / XML lines, so that we could send XML data to a certain PORT on the SQL Server, where it would automatically consume it. (Of course along with validation provided be XSD.)
I believe that setting this up as Linked Servers is out of the question due to security restrictions.
What are your thoughts on the best method of achieving direct server-to-server communication?
Best Regards!
Mike
Take Care,
Mike