How do I get a base request?

I’m new to postman. I used SOAPUI before but I want to test postman.
The thing is: When I add a new wsdl to SOAPUI, the application automatically provides me a base request that I can fill with my own values.

Is this a feature that Postman has? Or do I have to have the request body at hand if I want to test a SOAP service?

Thanks in advance for your help.

Best regards.

@hectorcs I don’t believe there is any functionality in Postman today that allows you to import a WSDL. You would most likely need to convert it from WSDL to some other spec that us supported by Postman such as OpenAPI or RAML - https://www.apimatic.io/transformer

To answer the second part of your question, you can make SOAP calls in Postman, the body just needs to be in XML format.

Hope this helps.

1 Like