I've written a statement to perform RequestGetWorkbinContent in the code like this:
RequestGetWorkbinContent req = RequestGetWorkbinContent.create();
WorkbinInfo workbin = WorkbinInfo.create();
workbin.setWorkbinTypeId("Isban_WB_AgentGroup");
workbin.setWorkbinAgentId("VG_Isban_Inbound");
req.setWorkbin(workbin);
But it returned "Unsupported protocol element"
The messages generated when debugging:
'RequestGetWorkbinContent' (113) attributes:
WorkbinInfo:
attr_workbin_type_id [str] = "Isban_WB_AgentGroup"
attr_workbin_agent_id [str] = "VG_Isban_Inbound"
'EventError' (126) attributes:
attr_error_desc [str] = "Unsupported protocol element"
attr_error_code [int] = 4
attr_ref_id [int] = 2