Skip to content

Commit

Permalink
Merge pull request #55 from MarketSquare/update_readme
Browse files Browse the repository at this point in the history
update readme links
  • Loading branch information
leeuwe committed Jun 23, 2024
2 parents 6cec3a3 + 665ecad commit 0705e37
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
[![PyPi downloads](https://img.shields.io/pypi/dm/robotframework-soaplibrary.svg)](https://pypi.org/project/robotframework-soaplibrary)
[![Total downloads](https://static.pepy.tech/personalized-badge/robotframework-soaplibrary?period=total&units=international_system&left_color=lightgrey&right_color=yellow&left_text=Total)](https://pypi.org/project/robotframework-soaplibrary)
[![Latest Version](https://img.shields.io/pypi/v/robotframework-soaplibrary.svg)](https://pypi.org/project/robotframework-soaplibrary)
[![tests](https://github.com/Altran-PT-GDC/Robot-Framework-SOAP-Library/actions/workflows/python-app.yml/badge.svg?branch=master)](https://github.com/Altran-PT-GDC/Robot-Framework-SOAP-Library/actions/workflows/python-app.yml)
[![tests](https://github.com/MarketSquare/Robot-Framework-SOAP-Library/actions/workflows/python-app.yml/badge.svg?branch=master)](https://github.com/MarketSquare/Robot-Framework-SOAP-Library/actions/workflows/python-app.yml)


# Robot-Framework-SOAP-Library
SOAP Library for Robot Framework

## Compatibility
- _Python 3.7 +_
- _Zeep 3.1.0 +_
- _Zeep 4.2.1 +_

## Introduction
The SoapLibrary was created for those who want to use the Robot Framework as if they were using SoapUI, just send the request XML and get the response XML.

![alt text](https://github.com/Altran-PT-GDC/Robot-Framework-SOAP-Library/blob/master/Doc/img_SoapUI.png)
![alt text](https://github.com/MarketSquare/Robot-Framework-SOAP-Library/blob/master/Doc/img_SoapUI.png)

![alt text](https://github.com/Altran-PT-GDC/Robot-Framework-SOAP-Library/blob/master/Doc/img2_SoapLibrary.png)
![alt text](https://github.com/MarketSquare/Robot-Framework-SOAP-Library/blob/master/Doc/img2_SoapLibrary.png)

## Instalation
For the first time install:
For the first time installation:
```commandline
pip install robotframework-soaplibrary
```
Expand Down Expand Up @@ -50,12 +50,12 @@ You can see [here](https://michaelhallik.github.io/blog/2022/04/10/Using-OpenSSL

## Keyword Documentation

You can find the keywords documentation [here](https://raw.githack.com/Altran-PT-GDC/Robot-Framework-SOAP-Library/master/Doc/SoapLibrary.html)
You can find the keywords documentation [here](https://raw.githack.com/MarketSquare/Robot-Framework-SOAP-Library/master/Doc/SoapLibrary.html)

## Authors
Initial development was sponsored by [Capgemini Engineering](https://www.capgemini.com/about-us/who-we-are/our-brands/capgemini-engineering/)
- **Samuel Cabral**
- **Joao Gomes**

## License
This project is licensed under the MIT License - see the [LICENSE.md](https://github.com/Altran-PT-GDC/Robot-Framework-SOAP-Library/blob/master/LICENSE.md) file for details.
This project is licensed under the MIT License - see the [LICENSE.md](https://github.com/MarketSquare/Robot-Framework-SOAP-Library/blob/master/LICENSE.md) file for details.

1 comment on commit 0705e37

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass % ⏱️ Duration
21 0 0 21 100 9.41424s

Passed Tests

Name ⏱️ Duration Suite
Test Call Soap Method 0.395 s Keyword Tests
Test Call Soap Method Error 0.376 s Keyword Tests
Test Read 0.372 s Keyword Tests
Test Read With Binding Address 0.304 s Keyword Tests
Test Read String Xml 0.528 s Keyword Tests
Test Edit And Read 0.493 s Keyword Tests
Test Call Soap Method With XML Anything 0.303 s Keyword Tests
Test Call SOAP Method With String XML Anything 0.302 s Keyword Tests
Test Read UTF8 0.637 s Keyword Tests
Test Get Last Response Object 0.673 s Keyword Tests
Test Save File Response 0.646 s Keyword Tests
Test Read Tags With Index 2.251 s Keyword Tests
Test Response To Dict 2.064 s Keyword Tests
Test Edit XML Request 1 0.012 s Keyword Tests
Test Edit XML Request 2 0.008 s Keyword Tests
Test Edit XML Request 3 0.008 s Keyword Tests
Test Edit XML Request 4 0.008 s Keyword Tests
Test Edit XML Request 5 0.009 s Keyword Tests
Test Edit XML Request 6 0.009 s Keyword Tests
Test Edit XML Request 7 0.008 s Keyword Tests
Test Edit XML Request 8 0.008 s Keyword Tests

Please sign in to comment.