Hi Simon,
If the data which needs to synchronize are not very much, you can consider
pass a dataset via WEB service and HTTPS. If the data are huge, I suggest
you may consider SQL replication with VPN, it is more stable on this issue.
Luke
Microsoft Online Support

Signature
Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
Simon Kewin - 21 Nov 2003 12:43 GMT
Hi Luke,
Thanks for the reply. As to HTTPS - I was thinking of
encryption at the message level using WSE (or WSE 2 as and
when it appears. Do we know whan that might be by the
way?). Can you flesh out your reasoning a little? Is it
because the WS route is "better" (easier? more robust?
more generic?) but that large amounts of data would be
more efficiently processed by direct SQL calls?
Simon.
>-----Original Message-----
>Hi Simon,
[quoted text clipped - 11 lines]
>
>.
MSFT - 24 Nov 2003 10:26 GMT
Hi Simon,
For web service solution, it is more flexible and easier to manage. You
don't need to build replication or even install a SQL server on your
client, you can get the data from multile clients. However, if the data is
huge, it may not be suitable for tranfer via http, the reponse may take a
long time and the data may get lost. SQL replication is more suitable at
this time.
Hope this help,
Luke
Microsoft Online Support

Signature
Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)