How to import a SoapUI project into Postman?

Can someone help me import a SoapUI project in a postman?

I imported wsdls into SoapUI. So I need a way to get wsdls from SoapUi to a postman, or if there is a way to use wsdl files in a mailbox directly, this will help too.

Thanks in advance.

+4
source share
1 answer

These two tools do not have a common format into which they can be exported. The only common format between them is Swagger, which any of them can import. However, none of them can export to this format.

, REST. , WSDL. Postman SOAP-, POST, , .

. , SoapUI Postman.

, SoapUI Swagger: Project > Export Swagger.

.

+4

All Articles