S
serge calderara
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
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