Faster Webservices?!?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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!
Gerard
 
GeRmIc said:
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.

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.
 
Back
Top