What is a “web service manager”?
1:04 pm in SOA Answers by admin
The company I work for is going to buy Oracle Web Service Manger what is it? I looked at Oracle website but I do not understand?
Login or Signup to meet new friends, find out what's going on, and connect with others on the site.
Sorry, you are not allowed to register by yourself on this site!
You must either be invited by one of our team member or request an invitation by email..
Note: If you are the admin and want to display the register form here, log in to your dashboard, and go to Settings > General and click "Anyone can register".
1:04 pm in SOA Answers by admin
The company I work for is going to buy Oracle Web Service Manger what is it? I looked at Oracle website but I do not understand?
It’s a tool to manage web services. If you write an application, you can give it a web service and publish this on the web (it means the application has to be running on the web of course). With this web service, external clients can talk to your application using some methods that you define in your web service. So let’s say i wrote an application which was a clock, and I published it on my website. I could create a web service which let other users interact with my clock program. I might create a method called getTime() and if someone called that method then I would return the time to them. I could also create a method called getTimeUntilMyBirthday() which would return how many days are left until my birthday. These methods are all part of the web service. You manage the web service with a web service manager.