Hi There,I'm looking for an example of a simple SOAP web service call using theZolera SOAP Infr...
By stevo
I'm trying to access a SOAP web-service using the latest ZSI, I have theServiceDescription and ...
By даманг
En Sun, 25 Feb 2007 06:12:32 -0300, Marco <marco@waven.comescribi:Quote:Originally Posted by I wa...
By gabrielgenellina
I have a ZSI client talking to a perl program through SOAP. The perlprogram has defined a return typ...
By catherine_jervis_hotmail
I try to connect to web services (written in C#/.NET) with latest ZSI2.0rc3 library. It just does no...
By jaroslawzabiello, 9 Comments
i have a compiled program named m.exe. when i execute it asks me toenter a parameter like "me.dat". ...
By mehmetmutigozel_gmail, 3 Comments
Marc 'BlackJack' Rintsch wrote:> But why use a metaclass? If the meta class is only app...
By k_s_sreeram, 3 Comments
Hi all!I'm trying to make a simple SOAP call from python to SOAP::Lite (perl)SOAP server.My SOA...
By maxim_sloyko, 1 Comments
i have a compiled program named m.exe. when i execute it asks me toenter a parameter like "me.dat". ...
By mehmetmutigozel_gmail_com, 3 Comments
> I tried to use different library - SOAPpy, but I couldn't. It requires
> fpconst library which cannot be installed because its server does not
> respond at all. What a shit...
>
I concur! When I tried to use ZSI the first time, it turned out it has
no support for attachments. Next time I it turned out that it requires
PyXML, which has no support and cannot be installed for Window + Python
2.5. Then I needed to use WSSE login, and then I wanted to authenticate
with x509. Too many problems. SOAP support for Python is bad indeed.
> Why nobody wants to add SOAP to standard Python library? XML-RPC was added
> and it works without any problems
Unfortunately, cursing won't help. It would be the best to join the ZSI
group - it is where we can help. However, it is an interesting question.
Ruby has smaller community, how could they implement a standard SOAP lib?
My personal opinion is that SOAP is a piece of shit itself. It is
hampered from the beginning. If you are interested why, read this:
[url]http://wanderingbarque.com/nonintersecting/2006/11/15/the-s-stands-for-simple/[/ur
l]
XML-RPC is a fantastic, often undervalued protocol. You can create a
new, secure XML-RPC server in Python within 5 minutes. You can write a
client for it within one minue. It is REALLY simple. I'm using it
continuously.
In contrast, SOAP is overcomplicated and anything but simple. No one
should create new web services using SOAP. We have enough problems with
the existing ones. :-(
Despite SOAP is even not a finished standard, big software companies are
pushing the technology, can someone explain why? Is it because it only
works correctly with Java and .NET? I guess the reasons are quite
financial. :-(
Laszlo
laszlonagy | Sun, 18 May 2008 21:22:00 GMT |
Dnia Mon, 26 Mar 2007 20:06:28 +0000 (UTC), David E. Konerding DSD staff
napisa(a):
> Try fixing your WSDL, then try again.
The problem is I see no errors in my WSDL. Pythonic implementation of SOAP
is just crapy.
Jaroslaw Zabiello
http://blog.zabiello.com
jaroslaw_zabiello | Sun, 18 May 2008 21:23:00 GMT |
On Mar 26, 3:47 pm, Jaroslaw Zabiello <hipertrac......gmail.com> wrote:
> Dnia Mon, 26 Mar 2007 20:06:28 +0000 (UTC), David E. Konerding DSD staff
> napisa=B3(a):
>
> The problem is I see no errors in my WSDL. Pythonic implementation of SOAP
> is just crapy.
> --
> Jaroslaw Zabiellohttp://blog.zabiello.com
As Lawrence suggested, did you try soaplib? It is a newer project. Try
the more recent svn version
svn co https://svn.optio.webfactional.com/soaplib/trunk soaplib
In my experience, it is more compliant than ZSI, although I mainly
used it as a server than a client.
Ravi Teja.
raviteja | Sun, 18 May 2008 21:24:00 GMT |