XML-RPC vs. SOAP
-
What are your opinions? SOAP can bybass firewalls, but XML-RPC not as feature filled. Hmmm :confused:
-
What are your opinions? SOAP can bybass firewalls, but XML-RPC not as feature filled. Hmmm :confused:
IMHO, it seems that SOAP is the wave of the future... (sigh) Also, SOAP has the backing of MS which can hardly be considered a bad thing. Tim Smith I know what you're thinking punk, you're thinking did he spell check this document? Well, to tell you the truth I kinda forgot myself in all this excitement. But being this here's CodeProject, the most powerful forums in the world and would blow your head clean off, you've got to ask yourself one question, Do I feel lucky? Well do ya punk?
-
IMHO, it seems that SOAP is the wave of the future... (sigh) Also, SOAP has the backing of MS which can hardly be considered a bad thing. Tim Smith I know what you're thinking punk, you're thinking did he spell check this document? Well, to tell you the truth I kinda forgot myself in all this excitement. But being this here's CodeProject, the most powerful forums in the world and would blow your head clean off, you've got to ask yourself one question, Do I feel lucky? Well do ya punk?
Tim Smith wrote: SOAP has the backing of MS which can hardly be considered a bad thing Okay, you can pay for cleaning up my moniter and a new keyboard after I spewed coffee into it.
Visual Studio Favorites - improve your development! GUIgui - skin your apps without XP
-
What are your opinions? SOAP can bybass firewalls, but XML-RPC not as feature filled. Hmmm :confused:
Hey Martin you're an idot. Linux Rulz! Soap is for bathing not computers. See the light man. Down load a Linux Distro and save your soul. Microsoft is the Beast from Redmond.:mad: :mad: :mad: X| X| X| . Microsoft Sucks.
-
What are your opinions? SOAP can bybass firewalls, but XML-RPC not as feature filled. Hmmm :confused:
"What are your opinions? SOAP can bybass firewalls, but XML-RPC not as feature filled. Hmmm" Forgive me for asking, but what do you mean SOAP can bypass firewalls? As far as I can remember, we have to open a port on the firewall to an inside machine that runs the SOAP server. Once there is a hole in the firewall, any socket based program can communicate through the firewall. So I don't think SOAP can go through firewalls better than other technologies. But I could be wrong. ;)
-
Hey Martin you're an idot. Linux Rulz! Soap is for bathing not computers. See the light man. Down load a Linux Distro and save your soul. Microsoft is the Beast from Redmond.:mad: :mad: :mad: X| X| X| . Microsoft Sucks.
Stewart Newcomer /Linux Activist wrote: Hey Martin you're an idot. Linux Rulz! Soap is for bathing not computers. See the light man. Down load a Linux Distro and save your soul. Microsoft is the Beast from Redmond. . Microsoft Sucks. Missed two. Christian The tragedy of cyberspace - that so much can travel so far, and yet mean so little. "I'm thinking of getting married for companionship and so I have someone to cook and clean." - Martin Marvinski, 6/3/2002
-
What are your opinions? SOAP can bybass firewalls, but XML-RPC not as feature filled. Hmmm :confused:
-
"What are your opinions? SOAP can bybass firewalls, but XML-RPC not as feature filled. Hmmm" Forgive me for asking, but what do you mean SOAP can bypass firewalls? As far as I can remember, we have to open a port on the firewall to an inside machine that runs the SOAP server. Once there is a hole in the firewall, any socket based program can communicate through the firewall. So I don't think SOAP can go through firewalls better than other technologies. But I could be wrong. ;)
abc wrote: As far as I can remember, we have to open a port on the firewall to an inside machine that runs the SOAP server. SOAP runs over HTTP, which is the beauty of it. So does XML-RPC. So you just need port 80 open on a firewall and most firewalls have that port open anyway to let through web traffic. regards, Paul Watson Bluegrass Cape Town, South Africa "The greatest thing you will ever learn is to love, and be loved in return" - Moulin Rouge Sonork ID: 100.9903 Stormfront
-
What are your opinions? SOAP can bybass firewalls, but XML-RPC not as feature filled. Hmmm :confused:
Thought you might be interested in this article on XML-RPC over at TopXML, Martin. Seems like XML-RPC and SOAP are not really competitors. Each is used for different situations. regards, Paul Watson Bluegrass Cape Town, South Africa "The greatest thing you will ever learn is to love, and be loved in return" - Moulin Rouge Sonork ID: 100.9903 Stormfront