When I\'m trying get method from remote webservice it gives me error. My code is: portion=10 start=0 print self.stamp.datetime
I\'m using suds for the first time and trying to communicate with a server hosted by an external company. When I call a method on the server I get this XML back.
OK so I have # -*- coding: utf-8 -*- at the top of my script and it worked for being able to pull data from the database that had funny chars(Ñ ,Õ,é,—,–,’,…) in it and store that data into vari
I\'m writing some script, that works with web-servers. So, I have the following code: client = suds.client.Client(WSDLfile)
First of all, my question is similar to this one But it\'s a little bit different. What we have is a series of environments, with the same set of services.
I am trying to talk to a SOAP web service using SUDS and Python. After lots of messing around learning Python (yes I am new to this) and working out how to use SUDS I have come across a problem.
I have an application in python 2.5 which sends data through suds 0.3.6. The problem is that the data contains non-ascii characters, so I need the following header to exist in the soap message:
I am trying to call webservice from python client using SUDS. When I call a function with a complex data type as input parameter, it is not passed correctly, but complex data type is getting returned
When I try to connect to an MS CRM web service using suds/python-ntlm, I am getting a timeout on requests.However, the code that I\'m trying to replace -- which calls out to the cURL command line app
I\'d like to replace an app\'s current (badly busted and crufty) cURL-based (cURL command-line based!) SOAP client with suds or soa开发者_JAVA百科p.py. Trouble is, we have to contact an MS CRM service