This is the result of calling:
>>>servidor.soapproxy.config.dumpSOAPOut = True
>>>servidor.soapproxy.config.dumpSOAPIn = True
>>> servidor.setDVD(title="BenHur")
*** Outgoing SOAP **
SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/en
Im trying to develope a web service that comunicates python (client) with Java (server). Everything works fine until the client calls a method that takes parameters ( for example: setName("Joe") ). Any other method that takes no parameteres works perfect ( For example: getDate() ), even the ones t