|
An updated version of this library has been made available through the Atlassian Codegeist competition. |
You will need to create a .NET proxy to the SOAP API, as follows:
wsdl /l:CS /protocol:SOAP http://localhost:8080/crowd/services/SecurityServer?wsdl |
csc /t:library /r:System.Web.Services.dll /r:System.Xml.dll SecurityServer.cs |
SecurityServer.DLL.When creating your .NET client application, remember to add a reference to this proxy. You will also need to add a reference to System.Web.Services.DLL.
The sample code calls methods from the proxy to perform authentication in a sample Crowd application. Change the constants at the top of the code relevant to any application you have previously set up in Crowd.