Tim Smith | Hi, When I send the following request to my CUCM version 8.6.2.21900-5 - it pegs the CPU and hangs the Tomcat service everytime without fail. I have to reset Tomcat to get it back to normal. Request below: <?xml version="1.0" encoding="UTF-8"?><soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" soap:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:axl="http://www.cisco.com/AXL/API/8.5"><soap:Body><axl:updateUserGroup><name xsi:type="xsd:string">TestGroup</name><addMembers><member><item><userid xsi:type="xsd:string">jbloggs</userid></item></member></addMembers></axl:updateUserGroup></soap:Body></soap:Envelope> Thanks, Tim |