On 4/11/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > This is the result of doing: setDVD(title="BenHur") > > *** Outgoing SOAP ****************************************************** > <?xml version="1.0" encoding="UTF-8"?> > <SOAP-ENV:Envelope > SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" > xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" > xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" > xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" > xmlns:xsd="http://www.w3.org/1999/XMLSchema" > > > <SOAP-ENV:Body> > <setDVD SOAP-ENC:root="1"> > <titulo xsi:type="xsd:string">BENHUR</titulo> > </setDVD> > </SOAP-ENV:Body> > </SOAP-ENV:Envelope> > ************************************************************************
Clearly it isn't. Your Python snippet uses the keyword "title", whereas the outgoing SOAP message uses "titulo". What does the WSDL say it needs? Have you looked at the Java side, as I suggested? BTW, please reply to the list rather than to me personally. Thanks. -- Cheers, Simon B, [EMAIL PROTECTED], http://www.brunningonline.net/simon/blog/ -- http://mail.python.org/mailman/listinfo/python-list