WSO2 Governance Registry can be used as a SOA Registry to store artifacts such as WSDL, Schema and Policy. You can point to the WSO2 Governance Registry using Microsoft Visual Studio and build Web Service Clients using the .NET framework in a few easy steps. Read more to understand how to connect to WSO2 Governance Registry from Visual Studio to discover Web Services and build clients.
...
Note | ||
---|---|---|
| ||
A situation may occur in which Visual Studio appears to hang while trying to search for Web Services. The embedded browser of Microsoft Visual Studio has been specifically designed to search for Web Services deployed on remote web sites. However, the process of searching can take longer than anticipated and can become frustrating to a user. If such happens, please click on the Visual Studio might also present you with error messages asking your consent on running scripts. Please click on Please note that you might have to repeat one or both of these steps while following the rest of these guidelines. |
9. Navigate to the WSDL List page and select the SimpleStockQuoteService.wsdl file to open it in the Resource Browser.
10. Expand the metadata section after the page has completely loaded.
11. Right-click on the HTTP
permalink and select Copy Shortcut
.
12. Replace the URL
by clicking on it to selecting it, then right-clicking and finally selecting Paste
.
13. Click to Go
button to open the WSDL within the embedded browser of Microsoft Visual Studio.
14. Visual Studio will present you with a security challenge when accessing the permalink requiring you to provide your credentials. Type in default "admin" as the "Username" and "admin" as the "Password." Click the OK
button.
...
Note | ||
---|---|---|
| ||
Microsoft Visual Studio will prompt you with a warning on your credentials being forwarded to the server via clear text. Click The WSO2 Governance Registry uses HTTP Basic Authentication between client and server when you are using HTTP and HTTPS permalinks. If it is a risk to provide your credentials to access these resources please consider granting anonymous read permissions to the WSDL resource and its dependencies. See Managing Role Permissions for more information on how grant |
...
Info | ||
---|---|---|
| ||
You can repeat the same steps to add more Web Service clients. Please note that the same steps can be followed for projects of types other than |
Excerpt | ||
---|---|---|
| ||
General information about using Microsoft Visual Studio to discover Web Services on WSO2 Governance Registry and build clients. |