Difference between revisions of "Auth profile SoapUI"
Pavel.lobko (talk | contribs) m (Pavel.lobko moved page Manage API SoapUI to Auth profile SoapUI without leaving a redirect) |
Pavel.lobko (talk | contribs) |
||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:Testing Oauth2 authorization with SoapUI}} | {{DISPLAYTITLE:Testing Oauth2 authorization with SoapUI}} | ||
We assume that you already have Soap UI installed. If not, open source installation package could be found on https://www.soapui.org/downloads/soapui/.<BR> | We assume that you already have Soap UI installed. If not, open source installation package could be found on https://www.soapui.org/downloads/soapui/.<BR> | ||
− | Run SOAP UI, | + | Run SOAP UI, if you alredy have a project, you would like to update with authorization profile - go to it. Otherwise go to File ---> New REST Project. As an example we will create Managment Api call poject. Specify URI to request as follows:<br> |
− | <pre>< | + | <pre><Managment Gate URL></pre> |
− | where < | + | where <Managment Gate URL> is the value in your configuration *.json.<br> |
− | <div style="padding-bottom:6px">[[File: | + | <div style="padding-bottom:6px">[[File:Auth_soapui_1.png]]<div> |
− | Change | + | Change reques method for POST, then choose or type "application/json" in Media type and provide request body: |
<pre> | <pre> | ||
{ | { |
Revision as of 13:32, 25 June 2020
We assume that you already have Soap UI installed. If not, open source installation package could be found on https://www.soapui.org/downloads/soapui/.
Run SOAP UI, if you alredy have a project, you would like to update with authorization profile - go to it. Otherwise go to File ---> New REST Project. As an example we will create Managment Api call poject. Specify URI to request as follows:
<Managment Gate URL>
where <Managment Gate URL> is the value in your configuration *.json.