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.
I am sending the following xml message to https://mywebsite.webex.com/WBXService/XMLService<?xml version="1.0" encoding="UTF-8"?><serv:message xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><header><securityContext><webExID>myuserid</webExID><...
Thanks much. I had read that before but did not believe it applied to me since I was not using Notepad to generate the string.I was building the xml string in the code. Anyway I finally replace that method with the proper XmlTextWriter class and that...