Re: DJANGO and SOAP

2013-10-16 Thread Mario Gudelj
Go with suds from fedora. I found it easy to use and it's worked with every soap api I connect to. On 17/10/2013 1:18 AM, "Domagoj Kovač" wrote: > I actually need a client library, not server library. > > -- > You received this message because you are subscribed to the

Re: DJANGO and SOAP

2013-10-16 Thread Bill Freeman
but which I had to parse/generate.) On Wed, Oct 16, 2013 at 9:49 AM, Jaimin Patel <jpa...@tuvalabs.com> wrote: > Does any of two library mentioned in this SO answers helps - > http://stackoverflow.com/questions/5167122/django-as-soap-web-service-server > ? > > On Wednesday,

Re: DJANGO and SOAP

2013-10-16 Thread Jaimin Patel
Does any of two library mentioned in this SO answers helps - http://stackoverflow.com/questions/5167122/django-as-soap-web-service-server? On Wednesday, October 16, 2013 5:59:21 AM UTC-4, Domagoj Kovač wrote: > > Hi everyone, > > I have a problem. For the past few days i have

Re: DJANGO and SOAP

2013-10-16 Thread Domagoj Kovač
I actually need a client library, not server library. -- 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. To post to this

Re: DJANGO and SOAP

2013-10-16 Thread Jaimin Patel
This might help - http://stackoverflow.com/questions/5167122/django-as-soap-web-service-server On Wednesday, October 16, 2013 5:59:21 AM UTC-4, Domagoj Kovač wrote: > > Hi everyone, > > I have a problem. For the past few days i have been looking for some good > SOAP client li

DJANGO and SOAP

2013-10-16 Thread Domagoj Kovač
Hi everyone, I have a problem. For the past few days i have been looking for some good SOAP client library and i did not found anything that works properly. The problem is that i have some recursive SOAP function and as i saw, suds has the problem with this types of things, some other

Re: WEB SERVICE IN DJANGO USING SOAP

2010-11-27 Thread Sam Lai
I don't know much about converting WSDL to SOAP/REST in Django. Probably easier with SOAP as WSDL and SOAP are often used together. You need to check if the first character is actually the BOM. Open the file in a hex editor and see what the first byte is. It might not be. A quick Google tells me

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-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

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
<itssami.g...@gmail.com> 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 SO

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('D/soa

Re: Django & Amazon (SOAP)

2007-07-12 Thread Justin Lilly
Terribly sorry. This is a part of a larger django project involving book sales. If only for completion and those looking for this later, the fix was adding an item to the request called sort with the argument 'relevancerank' which gave more expected results. -justin On 7/12/07, Jeremy Dunck

Re: Django & Amazon (SOAP)

2007-07-11 Thread Jeremy Dunck
On 7/11/07, Justin Lilly <[EMAIL PROTECTED]> wrote: > > Hey all. I'm trying to play around with API's and I wanted to tap into > Amazon's to get book listings. I'm not sure what this has to do with Django. > The problem is that when I search for > "python" in books, only 2/5ths of the results