I am using python suds (version: 0.3.9 GA build: R659-20100219) to interact with a SOAP service with the following structure:
I need to access a SOAP server with WSDL where the authentication is done by sending two parameters, UserId and AccessToken. I tried this way:
I have written a small webservice[Axis2/Java] which exposes a method public String Fill(St开发者_C百科ring cacheName Object... varArgs) {
I have a working python program that is fetching a large volume of data via SOAP using suds.The web service is implemented with a paging function such that I can grab nnn rows with each fetch call and
At work I have to access/work with the Channel Advisor API http://developer.channeladvisor.com/display/cadn/Order+Service
I have a simple Python script that uses Suds to pull data from a SOAP web service.It works perfectly on one machine, but when I move it to another that has an older version of Python (2.4.3), I get th
I\'m having problems with Suds and I can\'t figure out what makes it behave like this. I\'m trying to call a webservice and that service takes one complex type as an
I have a suds.client.Client object.I can invoke a method by hardcoding the method name, e.g. myclient = suds.client.Client
I\'m using the latest version of suds (https://fedorahosted.org/suds/) for the first time and I\'m getting stalled at step one.
I am trying to work with the HORRIBLE web services at Commission Junction (CJ).I can get the client to connect and receive information from CJ, but their database seems to include a bunch of bad chara