Web Service SOAP - Unknown element v1

2006-04-12 Thread Jesus . Javier . Masa . Lledo
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

Web Service SOAP - Unknown element v1

2006-04-11 Thread Jesus . Javier . Masa . Lledo
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