InterviewSolution
Saved Bookmarks
| 1. |
How can a service be invoked from a browser? |
|
Answer» The 'Run in Browser' command ENABLES you to run a service from a browser. Using this command, Designer prompts you for input values of service, creates the URL (Uniform Resource Locator) that is needed to invoke the service based on the input values you provide and passes the URL to your browser. If you use the 'Run in Browser' command to run a service, the browser (not Designer) triggers or invokes the service and receives the results. Open your browser and enter the following URL to invoke a service: HTTP://servername:port/invoke/folder.subFolder.subsubFolder/serviceName |
|