473,413 Members | 1,875 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,413 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 1944
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 I've been able to find on the net is...
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. This is probably a sockets-level issue, but I was...
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':, '3':4} function on the server is simply an...
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: <SOAPpy.Types.structType HashStringResponse at 23909440>: {}
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 send XML that looks like this (which I cribbed from...
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 WS results into redirect. I get "HTTPError:...
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 suggested that simply using the same subject...
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 added = SoapService.addAttachmentsToIssue(token,...
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 using SOAPPy. I'm using Windows and got SOAPPy...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
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...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

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.