Re: Writing SOAP Server in Django

2008-12-08 Thread 董诣

danlester 写道:
> There are some posts on this list from a year or two ago suggesting
> that there is a contrib module allowing a SOAP server to be built in
> Django easily. It certainly isn't part of Django 1.0.2...
>
> Has anyone built a SOAP server using Django recently?
>
> I've been able to get something going using soaplib (http://
> trac.optio.webfactional.com/) and a corresponding Django 'adapter'
> found on djangosnippets.org.
>
> soaplib is a great library, but just doesn't quite seem complete
> enough or supported anymore... But it even generates WSDL!
>
> I think I've outgrown it, though, and would like to generate my WSDL
> by hand anyway, using a SOAP library that might be more flexible and
> up-to-date (maybe ZSI...?)
>
> Any thoughts about sticking this into Django? Or if anyone wants to
> hear more about my adventures so far, please get in touch.
>
> Dan
>   

I am trying to use django to build a soap interface for my probject too
I found an article about it :

http://code.djangoproject.com/ticket/552



it seems to be written some years before, I modify some place to run
but I still can't figure out how to use it


--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Writing SOAP Server in Django

2008-12-07 Thread danlester

There are some posts on this list from a year or two ago suggesting
that there is a contrib module allowing a SOAP server to be built in
Django easily. It certainly isn't part of Django 1.0.2...

Has anyone built a SOAP server using Django recently?

I've been able to get something going using soaplib (http://
trac.optio.webfactional.com/) and a corresponding Django 'adapter'
found on djangosnippets.org.

soaplib is a great library, but just doesn't quite seem complete
enough or supported anymore... But it even generates WSDL!

I think I've outgrown it, though, and would like to generate my WSDL
by hand anyway, using a SOAP library that might be more flexible and
up-to-date (maybe ZSI...?)

Any thoughts about sticking this into Django? Or if anyone wants to
hear more about my adventures so far, please get in touch.

Dan

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---