Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Unable to get skill number for all Avaya agents

Status
Not open for further replies.

zygmuntix

Programmer
Feb 19, 2021
2
0
0
PL
Hi, I am trying to retrieve information for all Avaya agents using Avaya SMS Web Service.
I am sending SubmitRequestType to Avaya with ModelFields created like that:
Java:
AgentType agentType = objectFactory.createAgentType();
modelFields.getAgent().add(agentType);

and 'list' operation. Many fields are generated correctly, for example 'extension' when agent is logged in to extension. However I cannot retrieve 'sn' field for all agents (I just get for example for one agent array with one element, empty string). When I am using 'display' operation for just 1 agent this is working properly.
How can I get 'list' operation work so that I get skill number for all agents?
Unfortunately there is no agentType.setSN() method... there is only 'getSN()' method.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top