472,347 Members | 2,321 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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

question about SOAPpy

Hello Pythoneers:

I would like to ask you a simple question:
Are you satisfied by SOAPpy module?

Actually, I use this module since a year and i immediately found it very
well-implemented, corresponding to dynamic "meta-data" discovering
nature of SOAP/WSDL.

BUT i read sometimes threads saying that SOAPpy is "dead" and we should
all migrationg to Zolera SOAP Infrastructure (ZSI) module.

Can you tell me what do you think about it ?

thanks.
Aug 29 '06 #1
1 1892
For my purposes I'm not particularly satisfied. Though there's always a
possibility that it's operator error on my part. To name off a few
issues:

- I've yet to find a good way to force data to be consistently untyped.
Setting the "typed" configuration option doesn't seem to untype data
consistently, meaning I end up wrapping essentially every variable in
SOAPpy.untypedType().

- Why do I want everything untyped? Because SOAPpy's ints and longs
(which, as far as I know, just depend on type()) don't play nice with,
for example, Java/Axis's restrictions on ints and longs. Besides, often
with doc-lit services the type information is redundant.

- SOAPpy attempts to reference redundant values, possibly for
efficiency purposes. It does a poor job of this, often referencing the
wrong IDs, or attempting to link values recursively (i.e. dies with an
error). There's a configuration option to turn this off, but this
feature doesn't seem to be implemented. My workaround? Wrapping raw XML
in untypedType().

- It uses str() to marshal data.

I'd considered ZSI, but at the time it wasn't possible to set header
values, so it wasn't viable. It looks like they've updated since then,
so it may be worth re-evaluating. At present I use a heavily modified
copy of SOAPpy.

If anyone happens to have feedback regarding the above issues, I'd
appreciate the input.

Daniel O'Brien
m.banaouas wrote:
Hello Pythoneers:

I would like to ask you a simple question:
Are you satisfied by SOAPpy module?

Actually, I use this module since a year and i immediately found it very
well-implemented, corresponding to dynamic "meta-data" discovering
nature of SOAP/WSDL.

BUT i read sometimes threads saying that SOAPpy is "dead" and we should
all migrationg to Zolera SOAP Infrastructure (ZSI) module.

Can you tell me what do you think about it ?

thanks.
Aug 30 '06 #2

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

Similar topics

0
by: Vivek | last post by:
Hi, Can anyone provide me with sample code that will allow me to use SOAPpy with a WSDL file using HTTP basic authentication? The only thing...
0
by: Harry George | last post by:
I'm trying to setup a SOAPpy service under xinetd. Has someone done this sort of thing? Didn't find it from google searches or documentation. ...
0
by: elsarfhem | last post by:
I have a problem with soappy when i try to send a python dictionary... i send something like this {'1':2,'3':4} and it returns something like this...
1
by: Jim | last post by:
Hi all, I am new to SOAP and Python. I am practicing learning SOAP with Python. I sent a request and I got the following response: ...
0
by: giblfiz | last post by:
I'm having difficulty sending out correctly named method parameters to a php soap server that I am running using SOAPpy. Idealy I would like to...
0
by: Sameer Deshpande | last post by:
Hi, I am using python SOAPpy module to call a web service. Call to web service gets executed successfully. I am facing a problem if the call to...
0
by: benboals | last post by:
Note: this is in reply to a message from August 2 which i found searching for help on my own problem. I couldn't seem to reply to it, but a friend...
8
by: dan.winsor | last post by:
Hi all, I'm trying to write through SOAPpy in python to a Java implemented API. The API for the method I want to use is as follows: boolean...
0
by: pion | last post by:
Hello I'm trying to make a web service client in python, and so to start out, I found this simple example that are supposed to parse an wsdl file...
0
better678
by: better678 | last post by:
Question: Discuss your understanding of the Java platform. Is the statement "Java is interpreted" correct? Answer: Java is an object-oriented...
0
by: Kemmylinns12 | last post by:
Blockchain technology has emerged as a transformative force in the business world, offering unprecedented opportunities for innovation and...
0
by: Naresh1 | last post by:
What is WebLogic Admin Training? WebLogic Admin Training is a specialized program designed to equip individuals with the skills and knowledge...
0
jalbright99669
by: jalbright99669 | last post by:
Am having a bit of a time with URL Rewrite. I need to incorporate http to https redirect with a reverse proxy. I have the URL Rewrite rules made...
0
by: antdb | last post by:
Ⅰ. Advantage of AntDB: hyper-convergence + streaming processing engine In the overall architecture, a new "hyper-convergence" concept was...
0
by: Arjunsri | last post by:
I have a Redshift database that I need to use as an import data source. I have configured the DSN connection using the server, port, database, and...
0
hi
by: WisdomUfot | last post by:
It's an interesting question you've got about how Gmail hides the HTTP referrer when a link in an email is clicked. While I don't have the specific...
0
by: Matthew3360 | last post by:
Hi, I have been trying to connect to a local host using php curl. But I am finding it hard to do this. I am doing the curl get request from my web...
0
Oralloy
by: Oralloy | last post by:
Hello Folks, I am trying to hook up a CPU which I designed using SystemC to I/O pins on an FPGA. My problem (spelled failure) is with the...

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.