robotframework-sudslibrary icon indicating copy to clipboard operation
robotframework-sudslibrary copied to clipboard

Web service testing library for Robot Framework

Results 18 robotframework-sudslibrary issues
Sort by recently updated
recently updated
newest added

Hi Kevin, Thanks for keeping this up. We are using robotframework-sudslibrary library with a remote WSDL. We are using the Create Soap Client keyword and pass the following arguments: -...

Pip install failed with version conflict error on setup.py script. Python version - 3.7 Please see the below logs. C:\>pip --no-cache-dir install robotframework-sudslibrary Collecting robotframework-sudslibrary Downloading robotframework-sudslibrary-0.8.tar.gz (81 kB) |████████████████████████████████|...

Hi, I must to migrate RobotFramework tests for SOAP writing with python 2.7 to python 3.7.7 with a new version of RobotFramework. The problem when I use the keyword “**Create...

**Hi!!** I'm using: - Python 3.7.2 - robotframework-sudslibrary-aljcalandra==1.1 **My Robot code:** ``` Enviar requisição SOAP Create Soap Client ${WSDL_URL} ${MESSAGE} Get File consultaProcesso_envio.xml ${MESSAGE} Create Raw Soap Message ${MESSAGE} Log...

Hi Robot, I am experiencing some robot test issues on docker. The test suites need about more than 4 hours, from time to time some cases failed due to keyword...

Getting below error when trying to install with python3. Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/fr/jtjjqpbs1sx0lxh6qbgzgdjw00gftq/T/pip-build-8bphgsa2/robotframework-sudslibrary/ Please support for the python3.

I am trying to import Suds library in my robot framework. I have tried to download the Zip file and the have extracted the same and have kept inside C:\Python27\Lib\site-packages,...

Hello, Using SUDS in Robot Framework. Trying to load a particular WSDL causes SUDS to throw the following error: *** Settings *** Documentation A resource file containing TOM WSOIS web...

I'm Workings on SOAP by Robotframework-SudsLibrary. Python version :2.7.13 SudsLibrary version :0.8 This is the Code: *** Settings **** Library SudsLibrary Library XML *** Test Cases **** Connection Create Soap...