"&" in the soap envelope's urn3:Name<urn3:LocalizedString xml:lang="en-us" charset="UTF-8" value="Need Note - causes the soap envelope not to validate and a 500 error is returned.
The <hmis:NoteText hmis:dateCollected="20200606134801" hmis:dateEffective="20200606134801"> in the attached CCD doc maintains the escaping correctly, so that doesn't have to be changed.
Also "/" symbols should either be removed or escaped as well, as they are also reserved in XML.
"&" in the soap envelope's urn3:Name<urn3:LocalizedString xml:lang="en-us" charset="UTF-8" value="Need Note - causes the soap envelope not to validate and a 500 error is returned.
The <hmis:NoteText hmis:dateCollected="20200606134801" hmis:dateEffective="20200606134801"> in the attached CCD doc maintains the escaping correctly, so that doesn't have to be changed.
Also "/" symbols should either be removed or escaped as well, as they are also reserved in XML.