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

Spring Web Services

Results 133 spring-ws issues
Sort by recently updated
recently updated
newest added

As far as I can tell, WSS4J version currently required by spring-ws is 2.4.1. According to WSS4J [web site](https://ws.apache.org/wss4j/) and [release notes](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310063&version=12350043), 3.0.0 is the first "Jakartified" version. See [actual...

status: declined
in: security

Hello, I have a problem with spring-ws 4.0.10 and with cxf 4.x, I wanted to migrate to Jakarta and I got this error, I was looking to see if it...

status: waiting-for-feedback

Java 17, saaj-impl 3.0.3, NON-spring-boot. I have a spring-ws app with message-level security encrypting SOAP Body content. After upgrade getting this error: 2024-02-06 19:42:48,899 (http-nio-8080-exec-5) DEBUG [org.springframework.ws.transport.http.MessageDispatcherServlet] - Failed to...

**Problem** Unable to mask sensitive information in Request query params in Spring boot tomcat embedded access.log **Details** I created Spring boot application with default tomcat server. Reference: https://spring.io/blog/2014/03/07/deploying-spring-boot-applications Now, when...

status: waiting-for-feedback

After upgrading to Spring Boot 3.2.0 our services that use `spring-boot-starter-web-services` now log a new warning on startup: logger_name: `org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker` level: `WARN` > Bean 'org.springframework.ws.config.annotation.DelegatingWsConfiguration' of type [org.springframework.ws.config.annotation.DelegatingWsConfiguration$$SpringCGLIB$$0] is not...

Using SOAP security in a docker container doesn't work if the logging level of `logging.org.springframework.ws ` is different from DEBUG, the returned error is: ``` java.lang.IllegalArgumentException: Cannot find SOAP wrapper...

status: waiting-for-feedback

This is not a bug report, only my experiments to build spring-ws in native image. I have a simple project that uses WebServiceTemplate to send/receive SOAP messages. It compiles fine...

type: enhancement

Enable the manipulation of the parameter USE_SINGLE_CERTIFICATE, thus enabling the choice of using valueType X509PKIPathv1 in stead of X509v3.

spring-ws now uses Java 17. I replace the explicit class cast with the new `instanceof` pattern variable. This should make the code more readable.

Hello Spring-ws comunity, I'm using spring-ws to develope an AS4 server. Everything works correct (SAAJ + Wss4j2) except when I want to sign/encrypt Soap attachments in a request. When I...