-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
TestingSomething related to unit tests, integration tests, or testing infrastructureSomething related to unit tests, integration tests, or testing infrastructure
Description
As mentioned in #124 (comment), we should start making a Mock server for Tyler's EFM services. Ideally, we want something that:
- vets that we're sending the right XML data over, corresponding to the WSDL
- can send back a desired response according to some attribute in the sent XML
- can be run locally for folks (not interested in hosting our own free-standing server).
Leaning towards using SoapUI, which we can import a WSDL into and easily make responses (can do custom scripts too. Can also run it as a command line tool (installation is tricker, but still doable on Macs / Linux).
Partially started in https://github.com/SuffolkLITLab/EfileProxyServer/tree/soapui_mock, and in
https://github.com/SuffolkLITLab/EfileProxyServer/tree/mock_wsdl_refs.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
TestingSomething related to unit tests, integration tests, or testing infrastructureSomething related to unit tests, integration tests, or testing infrastructure