boakley / robotframework-hub

Web app for accessing robot framework assets
https://github.com/boakley/robotframework-hub/wiki
Apache License 2.0
169 stars 60 forks source link

Help needed for Soap API Automation using robot framework #61

Closed sudharani08 closed 8 years ago

sudharani08 commented 8 years ago

We are trying to automate soap api automation using suds but very first step of authentication is not happening i am using SudsLibrary keywords as follow.

Create Soap Client       http://localhost:8084/prefchoice-api-v3/soap?WSDL
Set Http Authentication      BrickhouseUser       BrickhouseUser      ALWAYS_SEND  

Can some one help me with this

boakley commented 8 years ago

This ticket has nothing to do with the robotframework hub.

charleshamel73 commented 8 years ago

http://stackoverflow.com/questions/18175489/python-soap-using-requests. if your using robot framework, just created a Python class and create methods in there.