473,385 Members | 1,838 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Why is TCP SOAP more efficient than Http SOAP?

Hi All.

In Remoting, There are 4 combinations possible.
HTTP -SOAP
HTTP - Binary
TCP - SOAP
TCP - Binary.

The above combinations are in increasing order of
interoperability and in decreasing order of efficiency. Can any one please
tell me the reason why TCP with SOAP is more efficient than HTTP with SOAP

Thanks
Reshma
Jun 19 '06 #1
2 6867
HTTP uses TCP as a transport. By using TCP alone, you eliminate the need to
parse the HTTP protocol.

--
HTH,

Kevin Spencer
Microsoft MVP
Professional Chicken Salad Alchemist

I recycle.
I send everything back to the planet it came from.

"Reshma Prabhu" <re***********@persistent.co.in> wrote in message
news:uA**************@TK2MSFTNGP03.phx.gbl...
Hi All.

In Remoting, There are 4 combinations possible.
HTTP -SOAP
HTTP - Binary
TCP - SOAP
TCP - Binary.

The above combinations are in increasing order of
interoperability and in decreasing order of efficiency. Can any one please
tell me the reason why TCP with SOAP is more efficient than HTTP with SOAP

Thanks
Reshma

Jun 19 '06 #2
HTTP - SOAP builds on top of TCP. And it is adding all sorts of HTML tags
that are not needed. TCP - SOAP still has the overhead of generating XML as
plain text, but there are no HTML tags to be added / removed.

And of course Binary is the best because the XML Doc is not sent as text.
The number 32756 can be stored in an int, but as XML Text it must be written
using 5 characters - a LOT more data.
"Reshma Prabhu" <re***********@persistent.co.in> wrote in message
news:uA**************@TK2MSFTNGP03.phx.gbl...
Hi All.

In Remoting, There are 4 combinations possible.
HTTP -SOAP
HTTP - Binary
TCP - SOAP
TCP - Binary.

The above combinations are in increasing order of
interoperability and in decreasing order of efficiency. Can any one please
tell me the reason why TCP with SOAP is more efficient than HTTP with SOAP

Thanks
Reshma

Jun 30 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: jm | last post by:
I understand how an XML formatted SOAP message is used to request items from a web service and how the XML formatted SOAP response is used. I am still missing the big picture, however. When is...
3
by: Nimai Malle | last post by:
I have not had any luck searching for a simple, simple example that calls a method on an object given a SOAP string. Here's what I'm looking for (in pseudocode): string SOAPCall = "bla bla...
52
by: frankgerlach | last post by:
>From my simple performance tests of SOAP it seems that it is about ten times slower than binary object request protocols such as RMI, IIOP or SimpleORB. Is this also YOUR experience ?
1
by: paul.drummond | last post by:
Hi all, I am new to whole idea of "web services" and architectures such as .NET and J2EE so please bare with me. I am trying to research as much as possible before asking silly questions but...
15
by: =?Utf-8?B?ZG91Zw==?= | last post by:
I hadn't had a class yet and I had some MS help on this to set up, but I wrote a .Net WS that creates a proxy class response using SOAP. Works fine. And in kind of a good way, the IDE has hidden...
5
by: =?Utf-8?B?SmltbWVy?= | last post by:
Hello, I've been trying to create a WCF SOAP Router Service that can forward not just the message body but also any security headers set by the originator of the message. The destination service...
3
by: Lance Wynn | last post by:
Hello, I am receiving this error when trying to instantiate a webservice component. I have 2 development machines, both are XP sp2 with VS 2008 installed. On one machine, the code works fine. On...
5
by: =?Utf-8?B?TWFyaw==?= | last post by:
Hi... I've got a .Net client to a soap service that works for the most part, but there are a couple of things I'd like to improve: 1) the first request to the client wrapper always takes...
3
by: GaryDean | last post by:
I'm using Visual Studio 2005 with WSE 3.0. I'm developing a Web Client that connects to a Web Service and using x.509 Certificates. How can I see my SOAP message? I downloaded "Web Service...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.