You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
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 browser?
Thanks in advance
Ovnicraft
unread,
Apr 26, 2012, 12:18:51 PM4/26/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
I suggest you put your code 'client' from command prompt in a view method so there you can call data and render it in templates.
If you put the logic in the right place then you can show data to users.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
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 8:02 AM, Meenakshi Ithape 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 oject to @rpc() or @soap() method of soaplib? How to display webservice response in template or browser?
I suggest you put your code 'client' from command prompt in a view method so there you can call data and render it in templates.
If you put the logic in the right place then you can show data to users.
On Thursday, 26 April 2012 21:48:51 UTC+5:30, ovnicraft wrote:
On Thu, Apr 26, 2012 at 8:02 AM, Meenakshi Ithape 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 oject to @rpc() or @soap() method of soaplib? How to display webservice response in template or browser?
I suggest you put your code 'client' from command prompt in a view method so there you can call data and render it in templates.
If you put the logic in the right place then you can show data to users.