473,395 Members | 2,437 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

can't load xml containing an encoded control code

using soap with a .net client, a soap server sends a document with a
string structure. In the string structure is a vertical tab (0x0b).
The soap server converts the tab to  before transmitting. This
seems to be a valid xml document upon transmitting.

however, the client receives this document and throws the exception
({"'\v', hexadecimal value 0x0B, is an invalid character. Line 1,
position 468." })

Why is it that the validation is being done on a document with 0x0B and
not &#xB, shouldn't the conversion of the data occur after the
validation?

How do I get around this and send this data without base64 encoding it.
I don't have control over client applications that also use this soap
interface, so I'm reluctant to make a change like that.

what the string looks like over the wire is below

tag data begins at 3A6
0000039F 6f 6d 6d 65 6e 74 3e 26 23 31 32 35 31 33 3b 26 omment>&
#12513;&
000003AF 23 31 32 35 33 31 3b 26 23 31 32 34 39 36 3b 2d #12531;&
#12496;-
000003BF 26 23 36 35 34 33 36 3b 26 23 36 35 33 39 31 3b ワ

000003CF 26 23 36 35 34 30 34 3b 26 23 36 35 33 38 38 3b シ

000003DF 2d 28 26 23 39 33 34 3b 33 30 29 26 23 78 42 3b -(Φ
30)
thanks,

dan

Jul 17 '06 #1
0 1435

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

11
by: Patrick Van Esch | last post by:
Hello, I have the following problem of principle: in writing HTML pages containing ancient greek, there are two possibilities: one is to write the unicode characters directly (encoded as two...
5
by: Just Me | last post by:
Given a button name Btn_5 and Index=5 I want to do something like dim zz as string = Btn_??Index??.Text or given an array of buttons, do:
0
by: staeri | last post by:
I have a simple aspx page containing a FormView which I have converted to a ascx page but when I load this user control it's empty. If I load demo user controls from msdn they show up so the...
6
by: Dave Harvey | last post by:
I have developed a standard .NET control which displays medical images and works fine in applications, but increasingly, my customers are wishing to use it in an ASP.NET environment, so I am...
0
by: Kostya | last post by:
Hello. We need to use UserControl-derived components written in C# in our existing MFC application. The components need to be inserted into existing ActiveX controls (written using MFC and ATL...
3
by: forest demon | last post by:
for example, let's say I do something like, System.Diagnostics.Process.Start("notepad.exe","sample.txt"); if the user does a SaveAs (in notepad), how can i capture the path that the user...
2
by: peter.drienovsky | last post by:
Hello, let me describe my problem: ENVIRONMENT: ..Net 2.0, MSVS 2005, c#, WinXP SYMPTOMS: If assembly 'AgentDesktop' IS NOT in the (loading) application folder,
10
by: lamxing | last post by:
Dear all, I've spent a long time to try to get the xmldocument.load method to handle UTF-8 characters, but no luck. Every time it loads a document contains european characters (such as the...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.