Use Common Web Service Connection Function from other Web Services

dewclaw

New member
Joined
Aug 19, 2009
Messages
1
Programming Experience
1-3
Anybody have any experience calling web services from other web services?

I have a web service for connecting to the database as odbc connection and then I have another service that searches a database. Is there a way to call the connection service, make the database connection, and then pass that connection object back to the other service.

I'm going to have several different Web Services for different departments but they all connect to the database. Is there a way to create a "Common" connection that all the various web services can use?
 
Back
Top