Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to import Postman's collection into SoapUI?

Maybe anyone known how can I import postman collection into the SoapUI rest project. I just find reverse import way here: http://blog.getpostman.com/2016/04/27/importing-soapui-projects-into-postman/

May be I should import Postman collection in intermediate state(for example *.xml or *.json format) and after that import in to SoapUI?

like image 397
V. Rob Avatar asked Apr 29 '16 11:04

V. Rob


People also ask

How do I import in SoapUI?

To import an existing project file from your computer: Select File > Import Project. Specify a path to the project XML file, or click Browse and navigate to the file manually. Click OK.


1 Answers

Smartbear developed a postman plugin for Ready!API: https://github.com/SmartBear/readyapi-postman-plugin

Since the question is specifically about SoapUI, here are a few options:

  • upgrade to Ready!API;
  • get the trial version of Ready!API and import all your collections before the trial expires;
  • adapt the source code from GitHub to generate a soapUI project (xml) file from the json postman export.

One thing to note, a project saved in Ready!API can be opened in SoapUI and vice-versa.

like image 199
David Vallee Avatar answered Sep 28 '22 18:09

David Vallee