EnggRoom

Full Version: web service with MySQL database connection
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
My project is on web services in ASP.NET:

1) We have 3 or more web services(WS), each service connected with individual MySQL database connection.

2) Each DB have admin control.

3) If user request one data throw web application, web service collect that data and display to user from various DB. (service intermediate).
(i) User request -> WS.1-> WS.2-> WS.3
(ii) request <- (response){WS.1 <-WS.2 <-WS.3}

Kindly provide me a source code for this concept.