Hi,
I’ve reviewed the sample code provided for the Web API integration but I’m having some trouble with some basic things that may be due to changes in the product versus when the documentation/post was made.
I wanted to first use the example of connecting and starting a workflow request. In particular, I was mimicking the code and actions listed in: How to invoke a WorkflowGen API using .NET code but I get different object properties from the ProcessRuntime.ASMX web service object.
In particular, there is no: RuntimeService() object defined but RuntimeServiceSoap() and RuntimeServiceSoapClient(). When I instantiate it, I used the RuntimeServiceSoapClient() object but there is no ClientCredentials to pass through to the web service. I am using the latest version of 7.x.
I understand how to use web services but I’m getting confused by some of the documentation and posts on the forum. Is there anyway you could supply an example or tell me what I’m doing wrong?
Thanks in advance.