all groups > c# > april 2005 >
You're in the

c#

group:

Faster Webservices?!?


Faster Webservices?!? GeRmIc
4/20/2005 10:27:02 PM
c#:
Hi,
I was just wondering if anyone has used either XMill or implemented the Fast
Infoset Project specification and have been succesful in reducing the amount
of information passed to-fro webservices?

Am just trying to do something to the huge xml file transfered between my
Java webservice and my .NET client. Any suggestions/comments are eagerly
awaited.

Thanks!
Re: Faster Webservices?!? Jon Skeet [C# MVP]
4/21/2005 12:00:00 AM
[quoted text, click to view]

There's a binary SOAP protocol which has both a Java and .NET
implementation (and others):

http://www.caucho.com/hessian/

I haven't used it myself, but it may help you.

--
Jon Skeet - <skeet@pobox.com>
http://www.pobox.com/~skeet
AddThis Social Bookmark Button