Hello Team !
Is it possible to generate a stub server from an OpenAPI specification using the WireMock standalone JAR? I noticed that this option is available in WireMock Cloud, but I couldn’t find a similar feature in the standalone JAR.
l
Lee Turner
08/13/2025, 5:58 AM
This isn’t available out of the box in wiremock oss. I seem to remember there are tools out there that will convert open api into wiremock json so that could get you started.
Wiremock cloud has some other nice features over and above stub to open api generation and visa versa. The traffic validation against the schema is particularly nice.
m
mei n
08/13/2025, 6:06 AM
@Lee Turner Could you please share the tools to convert open api into wiremock json ?