6

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?

Grokify
  • 15,092
  • 6
  • 60
  • 81
V. Rob
  • 316
  • 1
  • 4
  • 13
  • 1
    **2017**: Use SoapUI import menu. Postman must export as _Collection v1_ format. https://www.soapui.org/docs/postman-collections.html – aff Jul 06 '17 at 08:34

2 Answers2

4

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.

David Vallee
  • 309
  • 4
  • 8
3

I know it's been years, but if someone has a similar problem, here is an explanation specifically for SOAPui and not by using ReadyAPI: https://www.soapui.org/docs/postman-collections.html You also have to have the latest version 5.5 of SOAPui.

bojasna
  • 81
  • 1
  • 2