Altova Mailing List Archives>Archive Index >microsoft.public.xml Archive Home >Recent entries >Thread Prev - RE: Posting and XML doc encoded using ISO-8859-1 and VB 6.0 [Thread Next] Re: Posting and XML doc encoded using ISO-8859-1 and VB 6.0To: NULL Date: 6/3/2005 12:21:00 PM Can you show us the error line?
--
Pohwan Han. Seoul. Have a nice day.
"David Heffler" <DavidHeffler@d...> wrote in message
news:73EA63EE-7CBF-4611-BDD5-637C5989FC48@m......
> Han,
>
> I changed my program to use the xmlhttp.send (xmldoc) and I get the error
> message
> "Object doesn't support this property or method"
>
> Any additional help would be greatly appreciated.
>
> Dave
>
> "David Heffler" wrote:
>
>> 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
| ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
