07-27-2016 08:21 AM
Hi,
In the CUCM administration site, it's possible to create a Call Pickup Group named "XXX YYY" and another named "XXX YYY" (with two space between XXX and YYY).
Using AXL, the getCallPickupGroup request will return the name "XXX YYY" with only one space between XXX and YYY even if in the CUCM the name has two spaces between XXX and YYY. Is there a way to preserve the spaces in the AXL response?
Thanks,
Fabien
Solved! Go to Solution.
07-28-2016 01:07 AM
Hi David,
Thank you for taking time to look at this question.
I think I have found the problem. In fact the response is correct using SOAP UI.
But the AXLSoap.xsd of the AXL 9.0 says that the name of the complexType RCallPickupGroup is an "xsd:Name". This type collapses spaces and this is why I lost the two spaces.
In the AXLSoap.xsd of the AXL 10.0 the type is "xsd:string" so if I use this xsd, the spaces are preserved.
Fabien
07-27-2016 10:43 AM
Are you retrieving the PUG by name or UUID? Can you provide an example of the XML request/response?
07-28-2016 01:07 AM
Hi David,
Thank you for taking time to look at this question.
I think I have found the problem. In fact the response is correct using SOAP UI.
But the AXLSoap.xsd of the AXL 9.0 says that the name of the complexType RCallPickupGroup is an "xsd:Name". This type collapses spaces and this is why I lost the two spaces.
In the AXLSoap.xsd of the AXL 10.0 the type is "xsd:string" so if I use this xsd, the spaces are preserved.
Fabien
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide