I just started a new job and they have K2 BlackPoint. I have used Nintex for a few years so I am familiar with this type of tool. But I have a question. I have a need to create a new ASP.NET web service (SOAP based) and need to understand if BlackPoint can consume the web service and execute the methods from a workflow within SharePoint. The web service will be surfacing employee data, so the output will be custom objects that are rendered something like this:
<Employee>
<EmpId>1234</EmpId>
<FirstName>Joe</FirstName>
</Employee>
So my method would be something like "GetEmployeeData" and would pass a string parameter like employeeID and then I'd like K2 to return the various attributes of the Employee node so I can write them to variables and use them in the workflow logic. Doable? Nintex does this out of the box, so I'm hoping BlackPoint does it as well, as I do not have access to Nintex anymore.
Thanks