robotframework-sudslibrary
robotframework-sudslibrary copied to clipboard
Web service testing library for Robot Framework
1. This is sending xml: Sending: SOAP-ENV:Header/ ns0:Body ns1:saveOrder 867 物业费缴费 {"xm":"王朵7","fjh":"000007"} /ns1:saveOrder /ns0:Body /SOAP-ENV:Envelope Actual Result: ERROR : SOAP-ENV:Header/ ns0:Body ns1:saveOrder 867 \xe7\x89\xa9\xe4\xb8\x9a\xe8\xb4\xb9\xe7\xbc\xb4\xe8\xb4\xb9 {"xm":"\xe7\x8e\x8b\xe6\x9c\xb57","fjh":"000007"} /ns1:saveOrder /ns0:Body /SOAP-ENV:Envelope
I need to update an object attributes by reading it and update the response message and convert it to Update message, then call Soap Update method. The problem is that...
The suds-jurko fork removed the UTC class. The code needs to be rewritten so as to not depend on it. ``` Python 2.7.3 (default, Apr 10 2012, 23:31:26) [MSC v.1500...
trove classifier is Framework :: Robot Framework see https://groups.google.com/forum/#!topic/robotframework-users/byKiDs_Tj7o
Hi everybody! I wonder how to verify WSDL objects within the Suds Library? What I have started with is following scenario: 1. create my own reference WSDL object with "${channelMatching_expected}...
SudsLibrary does not work with an authenticating proxy. The proxy settings are ignored when calling a SOAP method. This seems to be the case with python 2.7, but not with...