-
sending binary data with XML
I'm having trouble sending binary data to an object on a web page.
I use an xml element on the page to load binary data from another page.
Then I assign the data to the object.
On the page that's sending the data, I create an xml document and save it
to the Response object (this is ASP).
on the node that contains the data, I set the dataType to "bin.hex".
Then I assign the binary data to the node's nodeTypedValue property.
The naming scheme has been set like this:
oRoot.setAttribute "xmlns:dt", "urn:schemas-microsoft-com:datatypes"
The data is written as a stream of hexadecimal characters. But when I receive
the data, there seems to be some missing (the length of the data is less
than it should be). I cannot find out where the data gets corrupted and
why. Has anyone any idea what's going on?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks