Forum Discussion

sujatha2's avatar
sujatha2
New Contributor
18 days ago

No option to import postman collection into soapUI

I tried to import postman collection into soapui v5.7.1 and there is no option.

Would you please advise how to resolve this issue.

 

I could not even locate any postman plugin to soapUI

1 Reply

  • infomaven's avatar
    infomaven
    Occasional Contributor

    The plugin is a jar file, and it is in the hidden directory for soapui on your test machine. 

    path: `.soapui/plugins`

    For example, on Mac OS, it would be found here - 

    ```

    ➜  tree ~/.soapuios/plugins 
    /Users/mymachine/.soapuios/plugins
    ├── ready-mqtt-plugin-dist.jar
    ├── ready-uxm-plugin-os-1.0.3.jar
    └── readyapi-postman-1.0.1.jar

    ```