Dennis, Thanks for your reply.
Here are some extra considerations:
The initial load is going to be the heaviest, but next loads are gonna be
under 1 MB.
Both of the systems have their own database schema on different servers.
Both of the systems are on top of the .NET Platform and using MSSQLServe 2K.
Both of the systems are part of the same intranet.
Given all of this, is it still good choice to consume a webservice to load
data?
TIA
Jorge Luzarraga
> Imho XML is a best approach in many cases (and imho in your situation too),
> but I dont use web services always because its "cooool". Check requarements
[quoted text clipped - 21 lines]
> >
> > Jorge.
Denis Kondratyev - 08 Sep 2004 19:44 GMT
Imho with 1 MB data u dont have performance troubles with web services via
intranet. For initial load u can use DTS if amount of data is big.
> Dennis, Thanks for your reply.
> Here are some extra considerations:
>
[quoted text clipped - 10 lines]
>
> Jorge Luzarraga