How can i initiate a workflow through CSSDK using Microsoft .NET.
I have cssdk.cs file where all class,methods and interface are defined(such as CSBranchData).How can i use those class or methods in .NET to initiate workflow.
Note:I have tried by using WorkflowServiceBinding class,CreateWorkflow method to initiate workflow ,but it throws an exception
" An unhandled exception of type 'System.Web.Services.Protocols.SoapHeaderException' occurred in system.web.services.dll
Additional information: No port for method 'createWorkflow:
http://content-services.org/cm/2.0/workflow' with SOAPAction '""' found "
Help me to resolve it.Can i use the same method to invoke it or any other?
Thanks in Advance.