Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Sharing user object using webservice

Reply
Thread Tools

Sharing user object using webservice

 
 
Edgardo Rossetto
Guest
Posts: n/a
 
      04-01-2005
Hello,

We have several web applications (some in classic asp, some in asp.net
and there's probably gonna be others with asp.net 2) that share the same
user db, the problem is that all the applications retrieve the
information (make auth etc) directly from the database, I want to make a
webservice to integrate the user database across applications (think
about something like passport), have anyone done something similar? is
there any information available about this?

Thanks,
Edgardo
 
Reply With Quote
 
 
 
 
JV
Guest
Posts: n/a
 
      04-01-2005
Essentially, you will want to design WebMethods that accept parameters for
your selects, updates, etc and return a DataSet object.

"Edgardo Rossetto" <> wrote in message
news:...
> Hello,
>
> We have several web applications (some in classic asp, some in asp.net and
> there's probably gonna be others with asp.net 2) that share the same user
> db, the problem is that all the applications retrieve the information
> (make auth etc) directly from the database, I want to make a webservice to
> integrate the user database across applications (think about something
> like passport), have anyone done something similar? is there any
> information available about this?
>
> Thanks,
> Edgardo



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
WebService returns object - storing that object in ViewState Mark ASP .Net 3 07-18-2006 02:12 PM
Error connection using webservice locally (3 webservice in balanci Roberto Giorgetti ASP .Net Web Services 0 06-13-2006 06:40 PM
How to get the real object instead of a skeleton object, when calling a webservice in asp.net 2.0 heinrich.elsigan ASP .Net Web Services 2 05-21-2006 07:09 AM
Object creation - Do we really need to create a parent for a derieved object - can't the base object just point to an already created base object jon wayne C++ 9 09-22-2005 02:06 AM
webservice.htc and custom object array. only first object is deserialized in the result.value sonicsoul@gmail.com ASP .Net Web Services 0 05-18-2005 10:48 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57