473,405 Members | 2,310 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,405 software developers and data experts.

XML-RPC and SOAP:differences and general issues...

Hello everybody, I have already found a fair bit of information
regarding on this group however I wouldn't mind expanding that a bit
if possible. :)

I am at the moment weighing my options in regards to developing a
distributed system. Some of the key characteristics are:

a) The server, apart from listening for client RPC's, must also listen
to a database demon which informs it about any updates. The server
then must notify the client about these updates, if the client is
interested (i.e. something like a callback). Also note that the server
must listen on two ports, for two different things (RPC's and database
updates)

b) The amount of data transferred from server to clientis relatively
big at the start of the application (around 10MB, but of course will
be larger with XML). Subsequent calls would most likely be of a
smaller size.

c) We would like to avoid the server being multi-threaded.

Obviously, one of the technologies I am considering are XML-RPC and
SOAP. However, there are a few questions still bothering me:

1. Throughout this group I keep runnning into posts where people claim
SOAP has the bigger overhead. I thought it was the opposite because of
the extra tags XML-RPC seems to insert with method calls and structs.

2. Does any one of these protocols have an advantage considering the
specs I gave above? The documentation on these two doesn't really
answer my question so I was hoping there might be somebody with
experience in using them. I am especially concerned about the
possibilities of implementing callbacks with these technologies.

3. How would these technologies rate compared to CORBA? (I know this
question has been here a million times, and I'm sorry, just would like
a perspective on this particular problem). What would be the
advantages and disadvantages?

4. At the moment the client and server are written in C/C++. Are there
any good toolkits out there? If they don't suit me, what are the steps
needed in building a custom SOAP (XML-RPC) app?

5. If I was to use a toolkit available for C/C++ and later on the
client side was re-written to be in Java, what would the necessary
steps be to get this working again? Would it be a huge task?
I know this is a lot of questions, but would be very grateful if
somebody could clarify some of these issues.
Thank you.
Jul 20 '05 #1
0 1308

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

Similar topics

1
by: Darkstar 3D | last post by:
Hi, building a database backend for a Google Map application. Struggling along in PHP (I'm a java dude) but doing pretty good. The code below has me confused. Both will create valid files if sent...
4
by: Amy L. | last post by:
It is my understanding that in order to append XML to a file you would have to read the file in as an XML document and insert the node. However, what if the file is close to 1GB in size? Would you...
0
by: C# newbie | last post by:
Hi Group, I'm planning to write a program to find strings into an xml file These strings could be like: "Please Check Your Response" but user may enter "pLease *space* cHeck Your...
8
by: kepioo | last post by:
I currently have an xml input file containing lots of data. My objectiv is to write a script that reports in another xml file only the data I am interested in. Doing this is really easy using SAX....
3
by: Juan R. | last post by:
In http://canonicalscience.blogspot.com/2006/04/scientific-language-canonml-is.html] I presented some generic requirements for a markup language for science and mathematics. Basic features of...
4
by: SteveW | last post by:
Thanks to some good help from a previous post, I have been able to create well formed xml as part of a report logger app. However, I still have a small problem. When I add new xml to the log file,...
4
by: Bragadiru | last post by:
Hi, I'm using in a .NET app : MyDataSet.WriteXml("myFileName.xml", XmlWriteMode.WriteSchema); If I'm opening the xml file in VS2005 I can see only xml, not tabular representation of data. The...
3
by: Moqtar | last post by:
I am using python to walk a directory and write the filename in an xml document of type <?xml version="1.0" encoding="ISO-8859-1"?> <job> <jobname>Test</jobname>...
4
by: Roshawn | last post by:
Hi, Using LINQ with xml files is a breeze, much easier than working with other methods IMO. But I've run into a bit of a snag with it. You see, I have an xml file that look like this: <?xml...
11
by: casucci | last post by:
I do a return as XMLDataDocument in my webservice but it returns not with the namespaces etc in them. Anyone have and example where I can have the webservice return it as a XML. C# preferred....
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
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
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.