Ben Reichelt's Weblog

Sponsors

The Lounge

Advertisement

Images in this post missing? We recently lost them in a site migration. We're working to restore these as you read this. Should you need an image in an emergency, please contact us at imagehelp@codebetter.com
Appropriate uses of web services

[Advertisement]

Comments

Scott Galloway wrote re: Appropriate uses of web services
on 02-01-2005 3:56 AM
Personally, if the client is connecting to a DB on a LAN I'd tend to use remoting more than WebServices - config is easier and it lets you more rapidly switch between remote and local versions (handy for debugging). Of course, it also lets you avoid the need for IIS :-)
Scott Galloway wrote re: Appropriate uses of web services
on 02-01-2005 3:56 AM
Umm...config referring to code-related configuration, not the *actual* config of course :-)
Brendan Tompkins wrote re: Appropriate uses of web services
on 02-01-2005 6:09 AM
Ben,

I think your soltion is fine, from everything I've gleaned on the subject, for these reasons:

1) Using Web Services now for this type of communication will put you in a better position for moving to Indigo.

2) Transferring DataSets is *okay* (not great, but okay), if you can be sure you can control both ends. Behind the firewall, you most probably can.

http://codebetter.com/blogs/brendan.tompkins/archive/2004/06/22/17281.aspx