Re: Just tell me why ? so confuse...
- From: "Scott M." <s-mar@xxxxxxxxxxxxx>
- Date: Wed, 9 Nov 2005 15:24:49 -0500
Who told you that using a web service to access data was a bad idea? I
don't think that person knows what they are talking about.
Perhaps they meant that a web service class should not "directly" access a
database, but rather it should call another data layer class that gets the
data from the database and passes it back to the web service for the service
to pass back to the calling application.
Using web services to access data on remotes systems is possibly the most
common thing that people use web services for.
-Scott
"serge calderara" <sergecalderara@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in
message news:71D8055D-00E2-4DEA-8187-7300946A75D7@xxxxxxxxxxxxxxxx
> Dear all,
>
> I was planning to build a web service component for one of my customer
> that
> will be preliminary use in there company intranet.
>
> This web service will be in charge of sending back data from an SQL server
> database base on a user request like for example following webmethod :
>
> - GetLastEntry :
> will return last recorded data elements
>
> - GetEntryBetween (Startdate, EndDate° : retrun a range of record between
> those dates
>
> base on that I have benn told that using Web service for database access
> is
> a bad, bad idea due to performance and security reason because it is a
> SOAP
> request.
>
> But when I check for instance WebService provides by Amazon to get
> information relative to a particular book, I guess tiere web service
> retrive
> data from a database too.
>
> So could anyone cold clearly explain ?
>
> thanks for your help
> regards
> serge
>
.
- Follow-Ups:
- Re: Just tell me why ? so confuse...
- From: serge calderara
- Re: Just tell me why ? so confuse...
- Prev by Date: Re: .asmx files vs .aspx
- Next by Date: Re: .asmx files vs .aspx
- Previous by thread: .asmx files vs .aspx
- Next by thread: Re: Just tell me why ? so confuse...
- Index(es):
Relevant Pages
|
Loading