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 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,
[EMAIL PROTECTED],
http://www.brunningonline.net/simon/blog/
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to