Re: get request from an java API to DJango

2010-12-19 Thread Bjørn Høj Jakobsen
Hi Take a look at this tutorial: http://www.jansipke.nl/python-soap-client-with-suds Regards Bjørn On 18 Dec., 15:58, Bjørn Høj Jakobsen wrote: > I would advice you to use the "suds" to create the soap (I presume) > client. > > I spent a lot of time trying to get the ZSI to work but got stuck

Re: get request from an java API to DJango

2010-12-18 Thread sami nathan
But i should act as an server will suds allow that? -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googl

Re: get request from an java API to DJango

2010-12-18 Thread sami nathan
thanks for notification.Please guide me through a source to get a grasp of suds and continue working.Suggest me a point to startwith.To be honest i am completely new to this. Regards, Sami -- You received this message because you are subscribed to the Google Groups "Django users" group. To pos

Re: get request from an java API to DJango

2010-12-18 Thread Bjørn Høj Jakobsen
I would advice you to use the "suds" to create the soap (I presume) client. I spent a lot of time trying to get the ZSI to work but got stuck on "None-types". Otherwise it is straight forward. Regards Bjørn On 17 Dec., 19:32, sami nathan wrote: > THANKS FOR NOTIFICATION >              Hi i am