Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-04-03 | Add Stubs for RequestHandler and MZS2AppClient | Christof Rabensteiner | 2 | -0/+40 | |
2019-04-03 | Init: Add Timeout to Delivery Request Handler | Christof Rabensteiner | 1 | -12/+54 | |
2019-03-19 | Add Unit Tests "Reject Formally Incorrect Delivery Request" | Christof Rabensteiner | 3 | -2/+79 | |
2019-03-19 | Add Unit Test Stub for App2MzsService | Christof Rabensteiner | 4 | -3/+102 | |
- Unit test makes a http request to the service - Fix NPE by adding endpoint.setAdress("/") - Choose better name for App2MzsService | |||||
2019-03-19 | Add App2MzsService Stub | Christof Rabensteiner | 4 | -4/+70 | |
- Try it out with mvn spring-boot:run | |||||
2019-03-19 | Init Repo + Contract App2mzs | Christof Rabensteiner | 17 | -0/+2416 | |
- Can generate java sources with wsdl2java (mvn generate-sources) - Add multiple versions of app2mzs because I don't know which one is right. - Fix zuseutil's wsdl (import statement) - Remove header in 1.5.3-rc1's wsdl |