< Go Back to Homepage

Showing posts with label: Web Service

I’ve been working on building a .NET Client Application to consume a Java based Web Service hosted in an Equinox-based Server Application. I followed the standard procedure in Visual Studio to consume a Web Service

Add Web Reference
Instantiate Proxy Class in my client code
Added the additional User Credential code as the Web Service requires user authentication
Ran [...]

Read full post >>