Zsi interoperability

Mailing List SVR lists at svrinformatica.it
Wed Oct 1 10:42:07 EDT 2008


Il giorno mar, 16/09/2008 alle 08.31 +0200, Mailing List SVR ha scritto:
> Il giorno lun, 15/09/2008 alle 20.26 +0200, Marco Bizzarri ha scritto:
> > On Mon, Sep 15, 2008 at 8:15 PM, Stefan Behnel <stefan_ml at behnel.de> wrote:
> > > Mailing List SVR wrote:
> > >> I have to implement a soap web services from wsdl, the server is
> > >> developed using oracle, is zsi or some other python library for soap
> > >> interoperable with oracle soa?
> > >
> > > No idea, but I'd definitely try soaplib before ZSI.
> > >
> > > Stefan
> > 
> > I'm working on a project where I need to write a client for SOAP with
> > Attachments; I can see ZSI does not support it; is soaplib any better?
> > 
> 
> I don't need soap attachments, I have some images but are base64 encoded
> string, all other field are string, however my server require client
> certificate authentication,
> 
> does soaplib or zsi work in this environment?
> 
> is really strange that there isn't a standard and well manteined
> soap-1.2 implementation for python so we can talk without
> interoperability issue with axis2,metro,cxf,oracle,.net ecc.. :-(
> 
> thanks
> Nicola

I can confirm that zsi (2.0) works fine in my environment:

- oracle soa, as soap server
- class generation from wsdl
- several complex types
- no soap attachments (I transfer image as base64 encoded string)

regards
Nicola

> 
> > Can you argument your suggestion a little more?
> > 
> > Regards
> > Marco
> > 
> > 
> > 
> 
> --
> http://mail.python.org/mailman/listinfo/python-list




More information about the Python-list mailing list