Hi,
Basically we have exposed webservice to get the workflows for mobile using odata.
Now we have two back end servers with the same named web service, Using multi origin concept we have made two system alias and made both of them as default.
The problem is when Iam tying to get the workflowtasks using this, the new query with multi origin extension {;mo} I am able to get the tasks but when I take decision for newly configured server I am getting an error "workitem can not be read" as the query I am using is not pointing to the correct server .
for ex- i have 2 servers abc and xyz
abc is previously configured with my webservice through which i was getting data and able to take decision
Now i have encorporated xyz server with abc using multi origin concept.
When I request for workflowtaskcollection Iam getting data from both the servers but when I am taking decisons for xyz server data Iam getiing this "Workitem cannnot be read" errorr.And I am not getting any error for abc server for the same.
Please help me, ps.all the configuration part is done already.
Regards,
Sunny Singh