SOAP over BEEP
May 19, 2004
RFC3288 describes how to do SOAP over BEEP, and Joe Gregorio points to IBM Alphaworks’ implementation, BeepLite. I wonder how this performs? Maybe a custom BEEP transport for Systinet’s Java Server would allow for some nice comparative studies …
About
This page contains a single entry from Stefan Tilkov's Random Stuff posted on May 19, 2004 9:13 PM. The previous post in this blog was Partial Document Changes (PATCH Method) for HTTP. The next post in this blog is MovableType Madness. Many more can be found on the main index page or by looking through the archives.
Comments
Performance? Excellent question! I bet it performs like a dog, since it’s doing in three layers (SOAP, BEEP, application interface) what most application layer protocols do in one. It could be improved by building a combined SOAP/BEEP layer, but I’d bet money that it’d never do as well, in the general case, as a single dedicated-to-a-single-application application protocol.
Posted by: Mark Baker at May 19, 2004 10:26 PM | link
