WEB SERVICE

2011-01-23 Thread sami nathan
Hi i want to do web service in using django My client is sending SOAP request and should send response as SOAP response i am now sucessful in this process using ZSI but i want to run the process in django server So i refered http://djangosnippets.org/snippets/979/ now it would be helpfull

ZSI WEB SERVICE

2010-12-18 Thread sami nathan
__init__() must be called with TypeCode instance as first argument (got String instance instead) what this error says when i overriden the ZSI server file i got this error is there any one to say what this error says -- You received this message because you are subscribed to the Google Groups "D

Re: WEB SERVICE

2011-01-25 Thread sami nathan
HI Now i am getting some way but i still cant parse the incoming request my view looks like this at present i am trying to send the request i am getting from xml.dom import minidom import urllib import socket from django.http import HttpResponse from django.core import serializers import urlli

Web service development

2012-07-08 Thread Seyfullah Tıkıç
Hello, How can I develop web service using django? Is there edit and continue feature in django/python like Microsoft Visual Studio/CSharp? Thank you. -- SEYFULLAH TIKIÇ -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to

Consume Web Service

2012-11-08 Thread Derrick Jackson
Hi all, I have a web service that I need to consume. Do you have any recommendations as to what I should be using to consume it? SoapLIb, Suds, etc... -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the

WEB service using Restify

2010-12-07 Thread sami nathan
THANKS FOR NOTIFICATION I am trying to do webservice with RESTfull web service but i dint create models my view file looks like this from django.http import * import urllib def current_datetime(request): word = request.GET['word'] message=urllib.urlopen('http://m.broov

Re: ZSI WEB SERVICE

2010-12-18 Thread Jonas H.
On 12/18/2010 10:59 AM, sami nathan wrote: __init__() must be called with TypeCode instance as first argument (got String instance instead) what this error says when i overriden the ZSI server file i got this error is there any one to say what this error says * Do not open a second thread with

Re: ZSI WEB SERVICE

2010-12-18 Thread sami nathan
"""__init__() must be called with TypeCode instance as first argument (got String instance instead) """what this error says when i overriden the ZSI server file (generated using wsdl2py in ZSI) i got this error is there any one to say what this error says I am trying to act as server --

Re: ZSI WEB SERVICE

2010-12-28 Thread benedikt
I am working on a server side implementation of a given wsdl file. So I tried zsi to generate the stubs. Did you have any success in incorporating a zsi soap server into django? I found a snippet for implementing a server with soaplib, but this generates its wsdl file on demand. http://djangosnip

Re: ZSI WEB SERVICE

2011-01-06 Thread sami nathan
Ya me too in the same problem if any one find the solution please post here -- 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

Re: Web service development

2012-07-08 Thread John Yeukhon Wong
ango. Then look at Django's tutorials. Sometimes you want to have some "Graphical" tutorials before diving into textual tutorials. On Sunday, July 8, 2012 4:20:52 AM UTC-4, stikic wrote: > > Hello, > > How can I develop web service using django? > > Is there

Re: Consume Web Service

2012-11-08 Thread Tim Sawyer
I keep it simple and just create the XML manually. Works for me on simple services. http://drumcoder.co.uk/blog/2009/nov/23/running-soap-webservice-without-library/ Tim. On 08/11/12 21:26, Derrick Jackson wrote: Hi all, I have a web service that I need to consume. Do you have any

Re: Consume Web Service

2012-11-09 Thread Derrick Jackson
umcoder.co.uk/blog/2009/nov/23/running-soap-webservice-without-library/ > > > Tim. > > On 08/11/12 21:26, Derrick Jackson wrote: > > Hi all, > > > > I have a web service that I need to consume. Do you have > > any recommendations as to what I

Restful web service create

2015-07-06 Thread ywaghmare5203
Hello All, I am working on django 1.6.6 and I am to create a web services in the existing code. please tell me how to create a Restful web services using django. I am beginner in python. Thanks, Yogesh Waghmare -- You received this message because you are subscribed to the Google Groups "

Re: How WEB SERVICE works?

2010-10-26 Thread Tom Evans
Bad netiquette. Please don't send unsolicited attachments to mailing lists. If it is really that riveting, provide a link. On Tue, Oct 26, 2010 at 11:55 AM, girish shabadimath wrote: > > Hi friends, > i found this ppt interesting, specially the diagram which made me to > understand WS better,, >

Re: How WEB SERVICE works?

2010-10-26 Thread girish shabadimath
sorry friends, ignore this On Tue, Oct 26, 2010 at 4:31 PM, Tom Evans wrote: > Bad netiquette. > > Please don't send unsolicited attachments to mailing lists. If it is > really that riveting, provide a link. > > On Tue, Oct 26, 2010 at 11:55 AM, girish shabadimath > wrote: > > > > Hi friends, >

Re: WEB service using Restify

2010-12-07 Thread Tom Evans
On Tue, Dec 7, 2010 at 1:50 PM, sami nathan wrote: > THANKS FOR NOTIFICATION > > I am trying to do webservice with RESTfull web service but i dint create > models > > my view file looks like this > from django.http import * > import urllib > > def curren

RESTful web service unit tests

2011-05-12 Thread Bruno Ripa
production / development, but not the tests. So far i've tried: 1. send credentials to the web service when doing the PUT request 2. successfully login, and consequentely contact the ws in both cases, the response is an Authorization Required and status code is 401. Btw, i am using follow =

Re: Restful web service create

2015-07-06 Thread Avraham Serour
take a look at DRF and tastypie On Mon, Jul 6, 2015 at 3:58 PM, ywaghmare5203 wrote: > Hello All, > > I am working on django 1.6.6 and I am to create a web services in the > existing code. please tell me how to create a Restful web services using > django. I am beginner in python. > > Thanks, >

Feeds as a web service

2006-08-16 Thread James
Anyone thought of using Django's feeds to supply XML in a sort of simple, read-only, web service kinda way? :) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to t

Problem tapping into Amazon web service

2009-02-26 Thread bax...@gretschpages.com
This code used to work, but appears to have stopped working at some point. I suspect it's either a unicode or escaping thing. I'm trying to use Amazon web services and return books: amazonfile = urllib.urlopen("http://webservices.amazon.com/onca/xml? Service=AWSECommerceService&AWSAccessKeyId=myk

Django admin interface for Web service

2009-06-23 Thread Kusako
Hi- I need to access an XMLRPC web service from the Django admin interface. Basically what I need is some create forms that will send data to the web service instead of storing to a database. As I'm somewhat new to Django I'm wondering about the best way to accomplish this. Should I j

urllib and writing web service clients

2010-07-09 Thread irum
general. Hoping to get a reply from here:) I am trying to implement a small example of a RESTful web service i.e a hotel booking service. I have implemented my resources successfully with read, update and delete methods according to my specifications. I can invoke them successfully using '

Passing file to .net web service

2010-10-19 Thread Pradnya
') ] data=urllib.urlencode(data) req=urllib2.Request(URL, data,headers) u = urllib2.urlopen(req) here URL is the .net web service url and it is throwing error as "The request was aborted: The request was canceled." If tried without sending file or binary data it works fine. Is there

WEB SERVICE IN DJANGO USING SOAP

2010-11-26 Thread sami nathan
Thanks for notification I am trying to develop web service using django with soap interface i checked my code in python to open wsdl file but its showing error i am sure that wsdl file dosent have any errors this is my code>>> from SOAPpy import WSDL >> server=WSDL.Proxy('

WEB SERVICE IN DJANGO USING ZSI

2010-11-28 Thread sami nathan
To genrate sevice file from my wsdl i used following command but it shows the same D:\Python25\Scripts>wsdl2py --complexType --file=ZonedLocation.wsdl 'wsdl2py' is not recognized as an internal or external command, operable program or batch file. but my wsdl2py is in the scripts oly -- You rec

ASP .NET web service and Django

2014-05-24 Thread shar100101
Hi, How to create and send HTTP request from ASP .NET web service with POST data in it, to Django, and get HTTP responce from Django to web service ? Does anyone have a simple example of this? Regards, Dušan -- You received this message because you are subscribed to the Google Groups

ASP .NET web service and Django

2014-05-24 Thread Ariel Calzada
hi .net -> django you should look tastypie django -> asp you should use python library named request regards fron colombia El sábado, 24 de mayo de 2014, shar100101 > escribió: > Hi, > > How to create and send HTTP request from ASP .NET web service with POST >

Extracting arguments to web service methods

2006-08-24 Thread magus
>From what I can see django would be a very convenient tool to build webservices similar to the del.icio.us API (i.e. I'm not interested in SOAP, XML-RPC, JSON, etc). The only way I've found of extracting arguments is to use request.GET like this request.GET['arg1'] (Optional arguments (i.e.

Add Web Service Reference Django project

2017-08-26 Thread Anar Novruzaliyev
I need to add web reference and use it in my Django project , How I can do it or it is possible? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+un

Putting external web service accesses into models.py?

2008-12-24 Thread Jeff Hammerbacher
Hey, I'm building a web applications that pulls all of its data from an external web service rather than from a managed database. The documentation for the model layer in Django seems to assume you're retrieving application information from a database. Can anyone point me to a res

Re: Problem tapping into Amazon web service

2009-02-26 Thread Baxter
Disregard. Change was due to some changes in Amazon and/or XMLtramp, coupled with inadequate error handling in my code. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send

Re: Django admin interface for Web service

2009-06-24 Thread nautilebleu
django-roa seems to be the way to go if your service is RESTful http://bitbucket.org/david/django-roa/ Goulwen On Jun 23, 6:39 pm, Kusako wrote: > Hi- > > I need to access an XMLRPC web service from the Django admin > interface. Basically what I need is some create forms that will

Re: Django admin interface for Web service

2009-06-24 Thread Kusako
Tful > > http://bitbucket.org/david/django-roa/ > > Goulwen > > On Jun 23, 6:39 pm, Kusako wrote: > > > Hi- > > > I need to access an XMLRPC web service from the Django admin > > interface. Basically what I need is some create forms that will send > > data to

Re: urllib and writing web service clients

2010-07-09 Thread Javier Guerra Giraldez
On Fri, Jul 9, 2010 at 10:27 AM, irum wrote: > From command prompt, I invoke. curl > http://127.0.0.1:8000/api/hb/bookings/21/rooms/ > It does not respond anything, even if left for long time. However if I > use remote url, i.e. : > req = urllib2.Request('http://www.example.com') , it returns the

Re: Passing file to .net web service

2010-10-19 Thread timc3
x27;), ('file', open'/tmp/test.text', > 'r') ] > > data=urllib.urlencode(data) > req=urllib2.Request(URL, data,headers) > u = urllib2.urlopen(req) > > here URL is the .net web service url > > and it is throwing error as "The request was aborted: The

call shell script from Django web service

2010-10-20 Thread jintao
Hi all, I implemented some web service with Django framework. I need this service to execute some shell script on the server. I have already tried os.system(), which works in python terminal, but doesn't work in Django framework. Anyone could show some guidance here? Thanks tons! j

Re: WEB SERVICE IN DJANGO USING SOAP

2010-11-26 Thread Sam Lai
wrote: > Thanks for notification I am trying to develop web service using > django with soap interface i checked my code in python to open wsdl > file but its showing error i am sure that wsdl file dosent have any > errors this is my code>>> from SOAPpy import WSDL >

Re: WEB SERVICE IN DJANGO USING SOAP

2010-11-26 Thread sami nathan
encoding="UTF-8"?> should i remove this from wsdl file...? and more over i am trying to use my system as server i am refering dive into python chapter 12 introspecting wsdl and searching google i cant find weather its an client side code or server side code but i am in need of server side code do

Re: WEB SERVICE IN DJANGO USING SOAP

2010-11-26 Thread Sam Lai
No, you need that line. It is the first *character* of the file that you need to remove. It is an *invisible* character. Try opening and closing it in notepad; it might remove it. Otherwise, can you get your WSDL generator to not output the BOM? Or, you could use python to read and rewrite that fi

Re: WEB SERVICE IN DJANGO USING SOAP

2010-11-27 Thread sami nathan
After opening and closing also showing me the same result i cant say not to output the BOM to generator b coz its an another person who generated and gave to me and asking me to create web service using just wsdl file and given me open choice of use rather SOAP or REST i also decided to use REST

Re: WEB SERVICE IN DJANGO USING SOAP

2010-11-27 Thread Sam Lai
er 2010 19:09, sami nathan wrote: > After opening and closing also showing me the same result i cant say > not to output the BOM to generator b coz its an another person who > generated and gave to me and asking me to create web service using > just wsdl file and given me open choice o

Re: WEB SERVICE IN DJANGO USING ZSI

2010-11-27 Thread sami nathan
for creating server.py from wsdl file i am using this following code i dont na weather its right but its not creating any file but its throwing error >>> wsdl2py --extended --file=D;\soap\FlyppSms.wsdl File "", line 1 wsdl2py --extended --file=D;\soap\FlyppSms.wsdl

Re: WEB SERVICE IN DJANGO USING ZSI

2010-11-27 Thread Kev Dwyer
On Sat, 27 Nov 2010 20:57:17 +0530, sami nathan wrote: > for creating server.py from wsdl file i am using this following code i > dont na weather its right but its not creating any file but its throwing > error wsdl2py --extended --file=D;\soap\FlyppSms.wsdl > File "", line 1 > wsdl2py

Re: WEB SERVICE IN DJANGO USING ZSI

2010-11-27 Thread sami nathan
But i am not havin python intreptor i use my command prompt this way Microsoft Windows [Version 6.1.7600] Copyright (c) 2009 Microsoft Corporation. All rights reserved. C:\Users\ezhil>python Python 2.5 (r25:51908, Sep 19 2006, 09:52:17) [MSC v.1310 32 bit (Intel)] on wi 32 Type "help", "copyright

Re: WEB SERVICE IN DJANGO USING ZSI

2010-11-27 Thread Steve Holden
On 11/27/2010 10:37 AM, sami nathan wrote: > But i am not havin python intreptor i use my command prompt this way > Microsoft Windows [Version 6.1.7600] > Copyright (c) 2009 Microsoft Corporation. All rights reserved. > > C:\Users\ezhil>python > Python 2.5 (r25:51908, Sep 19 2006, 09:52:17) [MSC

Re: WEB SERVICE IN DJANGO USING ZSI

2010-11-29 Thread sami nathan
To create server file i used this command but showing following error D:\Python25\Scripts>python wsdl2py --complexType localhost 8080 d:/soap/zz/FlypS ms.wsdl Expecting a file/url as argument (WSDL). Traceback (most recent call last): File "wsdl2py", line 9, in wsdl2py() File "D:\Python25\

Re: WEB SERVICE IN DJANGO USING ZSI

2010-11-29 Thread sami nathan
ANY one knows how to generate server.py flie from wsdl2py in ZSI -- 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+unsu

Re: WEB SERVICE IN DJANGO USING ZSI

2010-11-29 Thread Tom Evans
On Mon, Nov 29, 2010 at 8:32 AM, sami nathan wrote: > ANY one knows how to generate server.py flie from wsdl2py in ZSI > Have you tried asking someone who knows what ZSI is? Ok, so slightly facetious, it's some sort of Zope web services layer. However, you may have noticed that this is the Djan

Re: ASP .NET web service and Django

2014-05-26 Thread shar100101
Unfortunately Tastypie is not solution for me, because it uses Rest. I am using IronPython to run website and I still have not found solution to read Soap/Rest requests with IronPython. I was hoping that output form .Net service, sent using HTTP, can be used in Django. I tried using WebRequest

Re: ASP .NET web service and Django

2014-05-26 Thread Jani Tiainen
You might be interested in suds library, it's basically lightweight SOAP stuff, it may work or it may not. All depends quality of WSDL you do have. And to my knowledge getting Django to run on IronPython requires some hacks... On Mon, 26 May 2014 04:09:19 -0700 (PDT) shar100101 wrote: > Unfort

RE: ASP .NET web service and Django

2014-05-26 Thread Ilya Kazakevich
8 AM >To: django-users@googlegroups.com >Subject: ASP .NET web service and Django > >hi > >.net -> django you should look tastypie > >django -> asp you should use python library named request > >regards fron colombia > >El sábado, 24 de mayo de 2014, shar1001

Re: ASP .NET web service and Django

2014-05-27 Thread Vernon D. Cole
Jani: Can you please provide a link to the "hacks" you mention for IronPython? I am preparing to run django with IronPython3 and any information on what people did to make IronPython work would be helpful. -- Vernon Cole On Monday, May 26, 2014 12:21:00 PM UTC+1, Jani Tiainen wrote: > > You

Re: ASP .NET web service and Django

2014-05-28 Thread shar100101
Thanks everyone. I will try using suds but if suds use C libs, like soaplib does (lxml ), than this wont work too. @Vernon I don't know for IronPython3. I didn't managed to set up Django 1.5, there was errors in Django six.py lib ("""Utilities for writing code that runs on Python 2 and 3""") e

Generating web-service API docs from urls.py

2007-11-27 Thread raminf
o the consumers of your web-service API. It seems like scanning urls.py and tracking down the chain of 'include' settings is what would be needed. I'm guessing there isn't anything out there, but I figured I'd ask first in case someone had alread

Mashable Django: web-service access to views

2007-04-13 Thread Ramin Firoozye
I'm trying to figure out the best way to add a web-service API to Django views. Let's say I have an application that offers a calculator. My normal URL scheme might be: /calc/add .../calc/subtract .../calc/multiply .../calc/divide .../calc/clear The ordinary web-interface wo

Re: Extracting arguments to web service methods

2006-08-24 Thread Jacob Kaplan-Moss
On Aug 24, 2006, at 8:16 AM, magus wrote: > This is a little cumbersome though since I need to enclose it in a > try-catch block to deal with missing arguments. Note that ``request.GET`` and friends follow the standard Python mapping interface, so you can use ``get()`` to provide a default valu

Re: Extracting arguments to web service methods

2006-08-24 Thread Jacob Kaplan-Moss
Jacob Kaplan-Moss wrote: > Oh, and in the future, questions like these are better addressed to > django-users [...] Which is, of course, exactly where you posted this. Sheesh, I'm a moron. Time for more coffee. Jacob --~--~-~--~~~---~--~~ You received this mes

Re: Extracting arguments to web service methods

2006-08-25 Thread magus
Jacob Kaplan-Moss wrote: [..] > > Another thing I'm wondering here is relating to authentication. > > `django.contrib.auth` relies on sessions, which is good for sites but > > is unnecessary for web services (again I'm looking at del.icio.us as a > > good example). > > The session stuff is only a

Re: Extracting arguments to web service methods

2006-08-25 Thread Ivan Sagalaev
magus wrote: > Well, the auth module _requires_ the session stuff. Which in this case > is overkill. All I really need is to return a 401 and get a basic > authentication. I've posted some time ago on this list a simple middleware that does HTTP authorization and sets request.user just like stan

Re: Extracting arguments to web service methods

2006-08-25 Thread magus
Ivan Sagalaev wrote: > magus wrote: > > Well, the auth module _requires_ the session stuff. Which in this case > > is overkill. All I really need is to return a 401 and get a basic > > authentication. > > I've posted some time ago on this list a simple middleware that does > HTTP authorization an

Re: Extracting arguments to web service methods

2006-08-25 Thread Ivan Sagalaev
magus wrote: > I'll have to look at it in more detail but it looks close to what I > want. It does leave one thing out though--creating a 401 response if > authentication is missing. Ah... Yes, I have it in another place since I have a mixed authorization. But it's simple to add where it checks

Re: Add Web Service Reference Django project

2017-08-29 Thread James Schneider
On Aug 26, 2017 6:18 AM, "Anar Novruzaliyev" wrote: I need to add web reference and use it in my Django project , How I can do it or it is possible? I have no idea what a web reference is. Can you provide an example or more detailed explanation? -James -- You received this message because you

Re: Putting external web service accesses into models.py?

2009-01-02 Thread Malcolm Tredinnick
On Wed, 2008-12-24 at 20:41 -0800, Jeff Hammerbacher wrote: > Hey, > > I'm building a web applications that pulls all of its data from an > external web service rather than from a managed database. The > documentation for the model layer in Django seems to assume you're

how to work with web service in django

2009-05-14 Thread lperk
hello everyone! I'm trying to make application in wich you will search some product and for response my application will list you products from other pages(for example amazon or some e-shop).. I want to do it with web service and I have no idea where to start..does someone know how to do i

Re: call shell script from Django web service

2010-10-20 Thread Elie Zedeck RANDRIAMIANDRIRAY
for it to work properly. Most of the time, lack of some directives in the environments is the cause of external apps not running. On Wed, Oct 20, 2010 at 9:47 PM, jintao wrote: > Hi all, > > I implemented some web service with Django framework. I need this > service to execute so

Web Service Startup - Looking for Django partner/developer

2007-07-07 Thread BrandonB
Hi all, We are looking for a coder, perhaps a designer, for a new web 2.0 startup service. We have a lot of experience in startups and technology, but we're not coders or designers by profession. We are looking for someone who can code well in languages like PHP, Django or Ruby on Rails and also

Re: how to work with web service in django

2009-05-14 Thread Michael
On Thu, May 14, 2009 at 5:20 PM, lperk wrote: > > hello everyone! > > I'm trying to make application in wich you will search some product > and for > response my application will list you products from other pages(for > example > amazon or some e-shop).. I want to

Re: how to work with web service in django

2009-05-18 Thread LiLi
7;m looking for solutions all day long..I'm not only waiting someone to response to this message :) Tnx! From: Michael To: django-users@googlegroups.com Sent: Friday, May 15, 2009 1:26:11 AM Subject: Re: how to work with web service in django On Thu, May 14, 20

Re: how to work with web service in django

2009-05-18 Thread Michael
On Mon, May 18, 2009 at 10:55 AM, LiLi wrote: > hey satchmo is really great solution..thank you for that.. but I don't have > to do e-shop.. only page that will list information of some product from > other page.. In fact that is only parsing but I don't know how to do it.. do > you think that I

Re: how to work with web service in django

2009-05-18 Thread Nick Lo
Hello, > I'm trying to make application in wich you will search some product > and for response my application will list you products from other > pages(for example amazon or some e-shop).. I want to do it with web > service and I have no idea where to start..does so

Re: how to work with web service in django

2009-05-19 Thread LiLi
hey nick! tnx for advice.. I will try those things :) From: Nick Lo To: django-users@googlegroups.com Sent: Tuesday, May 19, 2009 1:36:35 AM Subject: Re: how to work with web service in django Hello, > I'm trying to make application in wich

Create a web service for an existing stand alone python script

2009-05-01 Thread pallavi
modules. This script actually reads some input files , perform some computations and then output a text file with data. My task is to develope a web service for this stand alone python script so that I can execute it from a web browser. I tried to understand with google search and django documentation

Re: Create a web service for an existing stand alone python script

2009-05-01 Thread George Song
On 5/1/2009 5:13 AM, pallavi wrote: > For example lets say my python script is named "science.py" and it > reads two input files for the input data : abc.txt and xyz.txt and > after computation the output file is : output.txt If abc.txt and xyz.txt are available somehow directly on the applicati

Re: Create a web service for an existing stand alone python script

2009-05-02 Thread George Song
On 5/2/2009 10:01 AM, pallavi wrote: > Dear Mr.George, > > Thank a lot for your help. > But, in the python program "science.py" there are several functions > that do some calculations by reading the values in the two input > files. > > your code: >> from science import my_function >

Re: Create a web service for an existing stand alone python script

2009-05-05 Thread pallavi
Dear all, thans for your input. I read doumentation from different resources and still confused to solve my problem. any help would be appreciated. My main python program is science.py it have several modules.in it (each definition reads some parameters and results some data, that will be read by

Re: Create a web service for an existing stand alone python script

2009-05-05 Thread George Song
On 5/5/2009 4:39 AM, pallavi wrote: > Dear all, > thans for your input. > I read doumentation from different resources and still confused to > solve my problem. any help would be appreciated. > > My main python program is science.py > it have several modules.in it (each definition reads some para

Django as a back end for data as a service web service.

2020-09-15 Thread Hukum Gosain
Hello everyone, I am planning to develop a system that can handle more than 1000 of request concurrently and also can be used for real time activities like video calls , texting and more at the same time. what might be the efficient way to develop this system, is django suitable for me or will

Calling a SOAP web service on Django with any kind of a client

2009-03-04 Thread gandra
Hi all! I am working on web services. The idea is that I have a list of services on Djnago that can be called by any kind of a client. To create one web service I used the code from: http://www.djangosnippets.org/snippets/979/ The python client which calls the web service is quite simple: #ws

Async processes from a view to call a web service - ideas or suggestions?

2008-01-23 Thread [EMAIL PROTECTED]
I'm architecting a system that will send and receive messages to/from our SMS gateway vendor, and I'm trying to figure out the best way to accomplish asynchronous web service calls inside a Django view. I'd like the view to create a job and notify another process that an item ha

Re: Django as a back end for data as a service web service.

2020-09-15 Thread Ogunsanya Opeyemi
Django is suitable On Tuesday, September 15, 2020, Hukum Gosain < np03a180...@heraldcollege.edu.np> wrote: > Hello everyone, > I am planning to develop a system that can handle more than 1000 of > request concurrently and also can be used for real time activities like > video calls , texting and

How to make request ie GET/POST to soap (windows web service ) in Django?

2015-03-18 Thread SHINTO PETER
How to make request ie GET/POST to soap (windows web service ) in Django? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-user

Re: How to make request ie GET/POST to soap (windows web service ) in Django?

2015-03-18 Thread Andrew Farrell
to soap (windows web service ) in Django? > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to django-users+unsubscr...@googlegroups.com

Re: How to make request ie GET/POST to soap (windows web service ) in Django?

2015-03-18 Thread James Schneider
2015 at 11:16 AM, SHINTO PETER > wrote: > >> How to make request ie GET/POST to soap (windows web service ) in Django? >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Django users" group. >> To unsubscribe

Re: How to make request ie GET/POST to soap (windows web service ) in Django?

2015-03-19 Thread SHINTO PETER
Thank you James Schneider & Andrew Farrell On Wednesday, 18 March 2015 21:46:33 UTC+5:30, SHINTO PETER wrote: > > How to make request ie GET/POST to soap (windows web service ) in Django? > -- You received this message because you are subscribed to the Google Groups "Djang

How to pass data between Django module/app functions without using database in asynchronous web service

2016-12-28 Thread Ken McDonald
I've got a web service under development that uses Django and Django Channels to send data across websockets to a remote application. The arrangement is asynchronous and I pass information between the 2 by sending JSON formatted commands across websockets and then receive replies back on

Re: How to pass data between Django module/app functions without using database in asynchronous web service

2016-12-29 Thread Andrew Godwin
e time to reply? Say, more than ten seconds? I think I have an idea of what you're trying to do here and how to solve it, but I just need to be a bit more clear on the architecture first. On Wed, Dec 28, 2016 at 11:16 PM, Ken McDonald wrote: > I've got a web service under development

Re: How to pass data between Django module/app functions without using database in asynchronous web service

2016-12-29 Thread Ken McDonald
application, not Django or web interface, they make use of the real purpose of our system which is enhanced by the subscriptions we sell. Basically, we are using the Django web service to sell subscriptions which are then periodically download through websockets to a remote native compiled ap

Re: How to pass data between Django module/app functions without using database in asynchronous web service

2017-01-01 Thread Andrew Godwin
, which happens with a completely different client > native compiled application, not Django or web interface, they make use of > the real purpose of our system which is enhanced by the subscriptions we > sell. Basically, we > are using the Django web service to sell subscriptions which ar