Zhang
Zhang

Reputation: 3346

How can I send SOAP request via a HTTP request tool?

I found this, how do you send a SOAP request? But it was based on a certain programming language.

I want to do this via a HTTP request tool such as HttpRequester on firefox or postman on Chrome, or just this online tool.

Upvotes: 0

Views: 130

Answers (1)

Mohamed Farouk
Mohamed Farouk

Reputation: 1107

You can use soapui. This is the best tool for SOAP to my knowledge,, it is free and open source too.

https://www.soapui.org/ Free version can be downloaded here: https://www.soapui.org/downloads/soapui.html

Upvotes: 1

Related Questions