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.
As mentioned in #124 (comment), we should start making a Mock server for Tyler's EFM services. Ideally, we want something that:
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.