spring-ws icon indicating copy to clipboard operation
spring-ws copied to clipboard

MockWebServiceClient using withSoapEnvelope does not find SoapOperation when migrating from 2.4.2 to 3.0.1 [SWS-1017]

Open gregturn opened this issue 7 years ago • 3 comments

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

gregturn avatar May 03 '18 12:05 gregturn

Jakub Nieznalski commented

same here

gregturn avatar May 04 '18 06:05 gregturn

Tomas Hudec commented

lol same here. I create very similar bug right after yours. Check how you can temporary fix it: #1089

gregturn avatar May 14 '18 07:05 gregturn

Pankaj Agrawal commented

Its a duplicate of #1089. See a workaround in the issue

gregturn avatar Jun 05 '18 21:06 gregturn