all groups > dotnet web services > february 2007 >
You're in the

dotnet web services

group:

Web Services For e-commerce?


Web Services For e-commerce? Tina
2/26/2007 9:53:43 AM
dotnet web services:
My boss asked me to look into passing orders back and forth with our vendors
and customers using web services. It seems web services are designed to
just provide data from a call. It seems e-commerce demands more
architecture such as sync and async responses, etc.

Is Web services architecture itself good enough for the kind of e-commerce
we need to do?

Thanks,
T

Re: Web Services For e-commerce? Tina
2/26/2007 5:46:39 PM
I notice that all of the books on web services are pretty old. I don't see
any with anything about "sessions". Is there any good up-to-date books or
material available?
Thanks,
T
[quoted text, click to view]

Re: Web Services For e-commerce? Peter Morris
2/26/2007 8:42:31 PM
You can use sessions etc just as you can with a website, so think of a
webservice as a website where another computer is the user.

Re: Web Services For e-commerce? chandy NO[at]SPAM totalise.co.uk
2/28/2007 3:35:30 AM
[quoted text, click to view]

Umm, what? That wouldn't work that I know of! You need to emulate
sessions by passing the same identifier all the time (as standard
sessions do with cookies or url tokens). Think of calling the
webservice like calling a database, if your request is specific to
something (a primary key), you will be passing that as an argument to
the web method.

In principle using webservices is fine though.

My 2c

Chandy
AddThis Social Bookmark Button