Questions tagged [spring-boot-starter-web-services]

2 questions
4
votes
0 answers

How can I enable ws-addressing in spring so that replyTo is understood?

I created a ws endpoint with spring using spring-boot-starter-webservices. I have used @org.springframework.ws.server.endpoint.annotation.Endpoint.It works fine. But when I am trying to add the wsa:ReplyTo addressing header to the request with…
0
votes
0 answers

Spring SOAP: Defining a package structure which does not use the URI namespace

Given the following XSD used by Spring SOAP web services:
user1052610
  • 4,440
  • 13
  • 50
  • 101