MockWebServiceClient using withSoapEnvelope does not find SoapOperation when migrating from 2.4.2 to 3.0.1 [SWS-1017]
Markus Helbig opened SWS-1017 and commented
spring-ws-soap-header/src/test/java/com/codenotfound/ws/endpoint/TicketAgentEndpointTest.java
https://github.com/code-not-found/spring-ws/tree/master/spring-ws-soap-header does not work anymore when switching from SpringBoot 1.5.9 to 2.0.1 ... i tracked it down to spring-ws-core issue 2.4.2 -> 3.0.1. (issue starts with 3.0.0 already).
org.springframework.ws.NoEndpointFoundException: No endpoint can be found for request [SaajSoapMessage {http://example.org/TicketAgent.xsd}listFlightsRequest]
I was not able to find any hints about needed changes, so i assume it to be a bug.
Affects: 3.0.1
Reference URL: https://github.com/code-not-found/spring-ws/tree/master/spring-ws-soap-header
1 votes, 5 watchers
Tomas Hudec commented
lol same here. I create very similar bug right after yours. Check how you can temporary fix it: #1089