Open-Xchange-SOAP-C-Sharp

Revision as of 13:15, 26 October 2011 by Choeger (talk | contribs)

How to provision Open-Xchange with C# and SOAP

Here is an example on how create a C# project in Microsoft Visual Studio 2010.

In your C# project, right click on References and then on Add Service Reference:

Add service reference.png

In the dialogue click on Advanced:

Add service reference click advanced.png

In the following dialogue, select Add Web Reference:

Service reference settings.png

and in the URL input field enter the URL to your open-xchange servers OXContextService:

Add ox context reference.png

after clicking on Add Reference, the new service should be visible like shown below:

Reference added.png