Re: Soap webservice with soaplib & suds

2012-04-27 Thread Meenakshi Ithape
I done this, thanks for the reply On Friday, 27 April 2012 12:31:50 UTC+5:30, Meenakshi Ithape wrote: > > Thanks for the reply, i already done this, & my problem is solved. > But now i have another issue, > how to send the object to the web_service method or how to check the > methods parameters

Re: Soap webservice with soaplib & suds

2012-04-27 Thread Meenakshi Ithape
Thanks for the reply, i already done this, & my problem is solved. But now i have another issue, how to send the object to the web_service method or how to check the methods parameters type using suds? On Thursday, 26 April 2012 21:48:51 UTC+5:30, ovnicraft wrote: > > > > On Thu, Apr 26, 2012 at

Re: Soap webservice with soaplib & suds

2012-04-26 Thread Meenakshi Ithape
Thanks for the reply, i already done this, & my problem is solved. But now i have another issue, how to send the object to the web_service method or how to check the methods parameters type using suds? On Thursday, 26 April 2012 21:48:51 UTC+5:30, ovnicraft wrote: > > > > On Thu, Apr 26, 2012 at

Re: Soap webservice with soaplib & suds

2012-04-26 Thread Ovnicraft
On Thu, Apr 26, 2012 at 8:02 AM, Meenakshi Ithape < meenakshi.ith...@gmail.com> wrote: > I use soap webservices with soaplib & create client from command prompt > using suds, > This working properly. > Can anybody tell me how to create client through view instead of command > prompt? > How to pass

Soap webservice with soaplib & suds

2012-04-26 Thread Meenakshi Ithape
I use soap webservices with soaplib & create client from command prompt using suds, This working properly. Can anybody tell me how to create client through view instead of command prompt? How to pass oject to @rpc() or @soap() method of soaplib? How to display webservice response in template or b