hey all,
I've created a webservice client using ZSI (-l -b -u options).  The function 
that I'm trying to access on the webserver takes one param (a complex type).  I 
had to use the -l option because the type actually has a member var which is of 
the same type (so I used to get the recursive error otherwise).

Anyway, when I call the .NET webservice, the param is received as NULL??  any 
ideas on what could be causing this??  I turned on debug on the client side & 
the xml seems to be well-formed (the only difference I can see between my xml & 
xml sent from a sample .net client is that the namespace is part of the element 
instead of the parent)..  I tried the approach mentioned here 
(http://article.gmane.org/gmane.comp.python.pywebsvcs.general/2211), but no 
improvement...

I've been tearing my hair out since Monday on this, so any help would be 
appreciated :)

thanks a million.

regards,
Pat.


_________________________________________________________________
Get 30 Free Emoticons for your Windows Live Messenger
http://www.livemessenger-emoticons.com/funfamily/en-ie/
_______________________________________________
Web-SIG mailing list
Web-SIG@python.org
Web SIG: http://www.python.org/sigs/web-sig
Unsubscribe: 
http://mail.python.org/mailman/options/web-sig/archive%40mail-archive.com

Reply via email to