Author Message
MLUK
Joined: Jul 20, 2017
Messages: 1
Offline
Hi,

I'm trying to change the skillset assigned to a contact in an outbound campaign. I'm using transferContactToSkillsetResult but I get an error:

A Soap Exception Occurred - Details : 2834 No Skillsets Returned.

The skillset id exists and so does the contact Id. Anyone any ideas?

AgentTransferWS.AgentTransferWS transInvoke = new AgentTransferWS.AgentTransferWS();

long transferContactToSkillsetResult = transInvoke.TransferContactToSkillset("106801", 75, "Test", GlobalDef.getInstance().MySessionKey);


Go to:   
Mobile view