Installing the UDDI Service Sample
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
This section describes the process for installing the UDDI Service sample. You must install UDDI Service sample from the solution project.
To install the UDDI Service sample
- Open the project named ESB.UDDIService.TestClient.csproj from the \Source\UDDIService\ESB.UDDIService.TestClient folder where you installed the ESB source files into Visual Studio 2005.
- Use the commands on the Build menu to compile the sample client application.
You may need to edit the App.config file located in the client application folder to specify the URL of the UDDI service. The following is the relevant section of the App.config file:
<applicationSettings>
<ESB.UDDIService.TestClient.Properties.Settings>
<setting name="ESB_UDDIService_TestClient_UDDIService_UDDIService"
serializeAs="String">
<value>https://localhost/ESB.UDDIService/UDDIService.asmx</value>
</setting>
</ESB.UDDIService.TestClient.Properties.Settings>
</applicationSettings>