Re: Soap web services with Soaplib in Django

2012-04-27 Thread Meenakshi Ithape
;>> which is getting from web service display it on web-browser? >>> I am waiting for the reply. >>> >>> On Thursday, 26 April 2012 11:36:19 UTC+5:30, somecallitblues wrote: >>>> >>>> It's probably a problem with what you're passing to

Re: Soap web services with Soaplib in Django

2012-04-27 Thread Meenakshi Ithape
're passing to the template or what >>> you have in your template. You should supply some actual code from your >>> view and your template. >>> >>> -m >>> >>> On 25 April 2012 15:01, Meenakshi Ithape wrote: >>> >>>> I used the Soa

Re: Soap web services with Soaplib in Django

2012-04-26 Thread Mario Gudelj
problem with what you're passing to the template or what >>> you have in your template. You should supply some actual code from your >>> view and your template. >>> >>> -m >>> >>> On 25 April 2012 15:01, Meenakshi Ithape wrote: >>> >

Re: Soap web services with Soaplib in Django

2012-04-26 Thread Mario Gudelj
to the template or what >> you have in your template. You should supply some actual code from your >> view and your template. >> >> -m >> >> On 25 April 2012 15:01, Meenakshi Ithape wrote: >> >>> I used the Soap web services with Soaplib in Django, fo

Re: Soap web services with Soaplib in Django

2012-04-26 Thread Meenakshi Ithape
you're passing to the template or what > you have in your template. You should supply some actual code from your > view and your template. > > -m > > On 25 April 2012 15:01, Meenakshi Ithape wrote: > >> I used the Soap web services with Soaplib in Django, for that i

Re: Soap web services with Soaplib in Django

2012-04-26 Thread Mario Gudelj
It's probably a problem with what you're passing to the template or what you have in your template. You should supply some actual code from your view and your template. -m On 25 April 2012 15:01, Meenakshi Ithape <meenakshi.ith...@gmail.com> wrote: > I used the Soap web services wit

Soap web services with Soaplib in Django

2012-04-25 Thread Meenakshi Ithape
I used the Soap web services with Soaplib in Django, for that i take the help from below link http://djangosnippets.org/snippets/979/ When i run this code through command prompt it runs properly, but when i run it on browser it shows nothing, Can anybody please help me, what should i done wrong