Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


Posting and XML doc encoded using ISO-8859-1 and VB 6.0

From: DavidHeffler@-----------.---------.---
To: NULL
Date: 5/31/2005 3:42:00 PM
I am trying to post and XML doc using ISO-8859-1 encoding.   My program is as 
follows: 
Dim request As String 
Dim xmldoc As New MSXML2.DOMDocument40 
Dim response As New MSXML2.DOMDocument40 
xmldoc.Load ("c:\uss\uss4.0\ups\licrequest.xml") 
Dim xmlhttp As New MSXML2.XMLHTTP40 
xmlhttp.open "POST", "https://www.ups.com/ups.app/xml/License", False 
xmlhttp.setRequestHeader "Content-type", "text/xml;charset=ISO-8859-1;" 
xmlhttp.send (xmldoc.xml) 
request = xmlhttp.responseText 

In the xml document I have coded entries for the acute accent (é).   I am 
using é  The server is responding with an error and their tech support is 
stating that my document is sending <c3><a9> instead of <e9>.  They have 
tested my document at their offices and stated it is properly formatted, but 
the visual basic method I am using is filtering the doc improperly. 

Any help would be greatly appreciated! 

Dave


transparent
Print
Mail
Like It
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent