python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
JDK17 + Spring Boot Starter Web Services: Implementation of JAXB-API has not been found on module path or classpath
I have a simple spring boot app and I want to send request to a SOAP endpoint. Unfortunately every time I try to do this I receive: javax.xml.bind.JAXBException: Implementation of JAXB-API has not bee...
Clyde Barrow
Votes: 0
Answers: 1
Spring-ws security header to load configurations for multiple cert
I am trying to invoke a SOAP webservice in my spring boot application using spring-ws with a keystore which has multiple certs. The configuration always defaults to single cert.
Sample code below:
Wss...
Suria
Votes: 0
Answers: 1
Spring WS hide soap 1.1 and force name of bingind element
I must prepare a webservice to accept anan already defined wsdl structure. I followed the tutorial found here, with source code for the test project downloadable here.
This is my configuration class:
...
Mark116
Votes: 0
Answers: 0
Spring WS Camel | overriding default http connection properties
We are working on performance tuning of camel spring-ws API to support high TPS. we are trying to override default connection properties of HttpComponentsMessageSender with custom spring-webservice te...
shatk
Votes: 0
Answers: 0