Wednesday, April 9, 2008
Byte Ordering between java and C#
In many scenarios, there will be a server which is written in one language(c# or java) and there will be a client written in another language(c# or java). The client-server communication may be carried out via binary-stream requests and responses. In my case the server was java and i had 2 clients one in java and another in c#. When i constructed a binary request and from java client and sent to server, i got a proper response. But when i sent the same request from c# client, i got an internal server error. I was stuck for a day, then only i figured out very basic mistake of mine. By default c# handles data in little-endian format and java operates on big-endian format. When i sent request from c# client, it was in little-endian format but java server assumed it as big-endian format and while decoding from binary format, it gets invalid data, bcoz of that it was throwing internal server error. once i convert the request stream in to big-endian format manually, everything started working as expected. So when ever we want to make a binary communication between server and client of different languages we need to take care of the endianess .
Subscribe to:
Post Comments (Atom)
4 comments:
Hi,
can you share any links/code on how to do this.
Thanks for writing this.
Deliverance Our Shady Prices at www.Pharmashack.com, The Notable [b][url=http://www.pharmashack.com]Online Chemist's enlighten on [/url][/b] To [url=http://www.pharmashack.com]Buy Viagra[/url] Online ! You Can also Certify Consummate Deals When You [url=http://www.pharmashack.com/en/item/cialis.html]Buy Cialis[/url] and When You You [url=http://www.pharmashack.com/en/item/levitra.html]Buy Levitra[/url] Online. We Also Be struck in the past a Unforgettable Generic [url=http://www.pharmashack.com/en/item/phentermine.html]Phentermine[/url] On account of Your Foodstuffs ! We Dealings away Swap look at [url=http://www.pharmashack.com/en/item/viagra.html]Viagra[/url] and Also [url=http://www.pharmashack.com/en/item/generic_viagra.html]Generic Viagra[/url] !
Hi Guys,Just registered here and looking to have a great time. I am looking for the best cash gifting program out there in the internet. Can you guide me?
Below are some sites that I found and I am not sure how much they are going to help me.
[url=http://www.squidoo.com/Residual-Cash-Forever-Cash-Gifting-System]cash gifting[/url]
[url=http://www.squidoo.com/Residual-Cash-Forever-Cash-Gifting-System]join cash gifting[/url]
[url=http://www.squidoo.com/Residual-Cash-Forever-Cash-Gifting-System]best cash gifting program[/url]
Post a Comment