Web Service SOAP - Unknown element v1

Simon Brunning simon at brunningonline.net
Tue Apr 11 06:19:42 EDT 2006


On 4/11/06, Jesus.Javier.Masa.Lledo at dmr-consulting.com
<Jesus.Javier.Masa.Lledo at dmr-consulting.com> 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 messages to see what is being sent back and forth?

servidor.soapproxy.config.dumpSOAPOut = True
servidor.soapproxy.config.dumpSOAPIn = True

Look at the logs on the Java side?

Have you sucessfully invoked this service from any other clients?

FWIW, I'm using SOAPpy to talk to an Axis SOAP service (also Java),
and it works fine, so if you are using keywords, I doubt the problem
is on the Python side.

--
Cheers,
Simon B,
simon at brunningonline.net,
http://www.brunningonline.net/simon/blog/



More information about the Python-list mailing list