I would imagine the file is an IBM AS/400 file of some sort. If you could figure out what the content type of this file is or what character set it uses, you might be able to use something like this right after the objXMLHTTP.Open line...
I think the problem is that it is trying to interpret those characters and it doesn't know how to, so it just bails. If that is the case, you can't just replace those characters because it won't even read them, but if you can figure out how to make
it read those characters, that should get it working.
Please remember to Mark as Answer if this answered your question.
Marked as answer by Vince Xu - MSFT on Aug 07, 2009 10:04 AM
SynergyNT
Participant
1641 Points
355 Posts
Re: Partial Results With MSXML2.ServerXMLHTTP
Aug 03, 2009 05:51 PM|LINK
I would imagine the file is an IBM AS/400 file of some sort. If you could figure out what the content type of this file is or what character set it uses, you might be able to use something like this right after the objXMLHTTP.Open line...
I think the problem is that it is trying to interpret those characters and it doesn't know how to, so it just bails. If that is the case, you can't just replace those characters because it won't even read them, but if you can figure out how to make it read those characters, that should get it working.