Tuesday, December 28, 2010

Re: ZSI WEB SERVICE

I am working on a server side implementation of a given wsdl file. So
I tried zsi to generate
the stubs. Did you have any success in incorporating a zsi soap server
into django?

I found a snippet for implementing a server with soaplib, but this
generates its wsdl file on
demand. http://djangosnippets.org/snippets/979/
There seem to be plans to use a wsdl as input, but not in the near
future.
http://mail.python.org/pipermail/soap/2010-December/000351.html
I also found a home grown script to generate soaplib code from a wsdl
file, but
I did not test it:
http://stackoverflow.com/questions/3083186/generating-python-soaplib-stubs-from-wsdl

So after all, zsi still seems the way to go. Unfortunately I did not
find any examples on how to
make zsi and django work together, could you already provide some?
Could someone provide pointers to the right documentation, please?

Thank you and best regards,
Benedikt

On Dec 18, 5:41 pm, sami nathan <itssami.g...@gmail.com> wrote:
> """""""__init__() must be called with TypeCode instance as first argument
> (got String instance instead) """""""what this error says when i overriden
> the ZSI server file (generated using wsdl2py in ZSI) i got this error
> is there any one to say what this
> error says I am trying to act as  server

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment