hi,
I need to connect to workflow AppWebServices and retrieve some data,
i have no idea about that but i found web service url : http://[my Server]/[my Org]/AppWebServices/Workflow.asmx
now according to Below link :
https://help.exacttarget.com/en/technical_library/web_service_guide/getting_started_developers_and_the_exacttarget_api/connecting_to_the_web_service_api_using_wcf/
i've add webservice, and now i'd like to Use it .
here is my code in my function:
WFWebService.WorkflowWebServiceSoapClient service = new WFWebService.WorkflowWebServiceSoapClient();
string str = service.RefreshWorkflowStep("{6172A307-76F0-4DE7-BEBA-FF64782411CF}");
but there is some problem with authentication and Error is :
The HTTP request is unauthorized with client authentication scheme 'Anonymous'. The authentication header received from the server was 'Negotiate,NTLM'.
is there some sample for Workflow Appwebservice ?
What Should I Do ?
Thanks.