Hi All, I hope you are well. I'm typically using W...
# general
r
Hi All, I hope you are well. I'm typically using WireMock for JUnit testing, however recently I was tasked with mocking API dependencies in integration testing. WireMock standalone works nicely for RESTful APIs and clients proxying and recording the traffic. Well done! Having said that there's an unstable SOAP API I want to mock and there are some issues with that. The request contains
multipart/related
content type and individual parts don't contain
Content-Disposition
header and instead they contain
Content-ID
. I've tried WireMock 3.xx.x and although it proxies fine fails to record the request. Are there any plans to support recording and matching for this kind of requests? Thank you.
t
Hi @Rafal Hladyszowski Contractor this definitely seems like something we should support, although we don’t have anything explicit on the roadmap yet. Would you be willing to create a PR to add this feature? Or to start with, create an issue with specific details of how to replicate the problem?
r
Thank you for the suggestion. I might do if nothing else works 🙂