Difference between revisions of "Managment API SoapUI"

From i2Rest
Jump to: navigation, search
(Created page with "{{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:/...")
 
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 set up  obtaining [[Auth_profile_SoapUI|Oauth2 token Soap UI]] be found on https://www.soapui.org/downloads/soapui/.<BR>
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>
+
<div style="padding-bottom:6px">[[File:Manage_soapui_1.png]]<div>
<pre><Managment Gate URL></pre>
+
<div style="padding-bottom:6px">[[File:Manage_soapui_2.png|800px]]<div>
where <Managment Gate URL> is the value in your configuration *.json.<br>
 
<div style="padding-bottom:6px">[[File:Auth_soapui_1.png]]<div>
 

Revision as of 20:33, 25 June 2020

We assume that you already set up obtaining Oauth2 token Soap UI be found on https://www.soapui.org/downloads/soapui/.

File:Manage soapui 1.png