Re: Web Service SOAP - Unknown element v1

2006-04-11 Thread Simon Brunning
On 4/11/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > This is the result of doing: setDVD(title="BenHur") > > *** Outgoing SOAP ** > >SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"; > xmlns:SOAP-ENC="http://schema

Re: Web Service SOAP - Unknown element v1

2006-04-11 Thread Simon Brunning
On 4/11/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I've already tried that, but the problem persists... Instead of saying > "Unknown element v1", it says "Unknown element title" (In my case, the > parameter name in the server is title). > > Any other suggestion? Have a look at the SOAP m

Re: Web Service SOAP - Unknown element v1

2006-04-11 Thread Simon Brunning
On 4/11/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > 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 par