Open-Xchange-SOAP-C-Sharp: Difference between revisions

From Open-Xchange
(Created page with "= How to provision Open-Xchange with C# and SOAP = Here is an example on how create a C# project in Microsoft Visual Studio 2010.")
 
No edit summary
Line 2: Line 2:


Here is an example on how create a C# project in Microsoft Visual Studio 2010.
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'':
[[File:Add_service_reference.png]]
In the dialogue click on ''Advanced'':
[[File:Add_service_reference_click_advanced.png]]
In the following dialogue, select ''Add Web Reference'':
[[File:Service_reference_settings.png]]
and in the URL input field enter the URL to your open-xchange servers OXContextService:
[[File:Add_ox_context_reference.png]]
after clicking on Add Reference, the new service should be visible like shown below:
[[File:Reference_added.png]]

Revision as of 13:15, 26 October 2011

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