Set Timeout for WSProjectGroup getProjectGroup(int id) when taking too long

While making a call to get a project group to WorldServer webservices the getProjectGroup times out when there are a lot of locales for the project group (more than 8 locales or so).

The application is in C# and like below we can get the authorization fine and the call works well for projects with fewer locales.

WSWorkflowManager mgr = new WSWorkflowManager(context); //this works fine
WSProjectGroup group = mgr.getProjectGroup(Convert.ToInt32(groupNumber)); //this times out for groups with many locales

Is there a way to force this to continue to process? mgr has a default mgr.timeout value of '-1' which I assume should let it work for as long as possible.

If there is anyway to help this process or even say return all the Project IDs from the Project Group number that would be helpful.

Thanks,

Joe

emoji
Parents Reply Children
No Data