Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hello,
I've been working with trying to automate the creation of user accounts in WebEx and activate/deactivate accounts but I've encountered a problem.
With XML API you assign the securitycontext first and does not require any session creation lik...
I've changed the URL and it seem to work now.I did some changes to the script as well which might have made some kind of change to the result. I added the XML namespace for SERV which can't be found anywhere except in the example codes in the end of ...
In powershell I've tried Invoke-webrequest, Invoke-restMethod and also creating the request from .NET library directly by [System.Net.HttpWebRequest]::CreateHttp('URL'). None of the methods work and all give the same response (see below). Because sev...