[Soap-Python] Django and soaplib

Alessandro Ronchi alessandro.ronchi at soasi.com
Tue Sep 7 12:49:37 CEST 2010


Hi to all.
I'm new for this list.

I'm trying to make a soap service with soaplib and django, and I've no
problem with soapui and suds client, but perl doesn't parse correctly my
wsdl. I need to use it inside a webgui asset.


my $soap = new SOAP::Lite->service("
http://192.168.0.146:8000/soap/service.wsdl");
my $return = $soap->get_product(
    SOAP::Data->name(object_id => '15'),
    SOAP::Data->name(language_code=>'it_IT')
);

I'm using soaplib 0.8.2 alpha from
http://github.com/arskom/soaplib/tree/0.8.2-alpha2/src/soaplib/test/interop/server

I've used that version because I didn't find any documentation that explains
how to use the 0.9.x alpha version, if it's possible.

the call sends only the second parameter to my app.

this is my WSDL:
http://dpaste.com/239913/

do you know any solution?

Thanks in advance, best regards.

-- 
Alessandro Ronchi
http://www.soasi.com

Hobby & Giochi
http://hobbygiochi.com
http://www.facebook.com/hobbygiochi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/soap/attachments/20100907/83105205/attachment.html>


More information about the Soap mailing list