Greg L. Turnquist
Greg L. Turnquist
**[codecracker2014](https://jira.spring.io/secure/ViewProfile.jspa?name=codecracker2014)** opened **[SWS-1052](https://jira.spring.io/browse/SWS-1052?redirect=false)** and commented CommonsXsdSchemaCollection uses ClasspathUriResolver to resolve paths and this also supports relative paths. For example we have a relative path ../../common/CommonSchema.xsd As per below code relative...
**[Ravisankar Challa](https://jira.spring.io/secure/ViewProfile.jspa?name=ravisankar_c)** opened **[SWS-1023](https://jira.spring.io/browse/SWS-1023?redirect=false)** and commented At the moment we have to do this to use encoded passwords ```java @Override public boolean handleRequest(MessageContext messageContext) throws WebServiceClientException { messageContext.setProperty(WSHandlerConstants.USE_ENCODED_PASSWORDS, "true"); }...
**[Andrei Kuznetsov](https://jira.spring.io/secure/ViewProfile.jspa?name=akuznetc)** opened **[SWS-976](https://jira.spring.io/browse/SWS-976?redirect=false)** and commented Hi all, When client sends invalid SOAP11 request (valid XML violating XSD), the server responds with SOAP Fault message (which contains all XSD violations),...
**[Bilguun Bayarmagnai](https://jira.spring.io/secure/ViewProfile.jspa?name=beku)** opened **[SWS-982](https://jira.spring.io/browse/SWS-982?redirect=false)** and commented I'm using xstream and setting "xmlns" attribute using _`@XStreamAsAttribute`_. It works as expected when using _XStreamMarshaller#marshal(...)_ method. However when using _webServiceTemplate.marshalSendAndReceive(...)_ method the _xmlns_...
**[Sergey Trofimov](https://jira.spring.io/secure/ViewProfile.jspa?name=sarg)** opened **[SWS-983](https://jira.spring.io/browse/SWS-983?redirect=false)** and commented Relevant code section in WebServiceTemplate.java ```java protected Object handleError(WebServiceConnection connection, WebServiceMessage request) throws IOException { if (logger.isDebugEnabled()) { logger.debug("Received error for request [" +...
**[Maxim Butov](https://jira.spring.io/secure/ViewProfile.jspa?name=mbutov)** opened **[SWS-1078](https://jira.spring.io/browse/SWS-1078?redirect=false)** and commented When using StrictPayloadValidatingInterceptor with validateRequest = true and request has errors, we get an incorrect error message: > org.springframework.ws.client.support.interceptor.WebServiceValidationException: XML validation error on **response**:...
**[Prasad](https://jira.spring.io/secure/ViewProfile.jspa?name=regulaprasad)** opened **[SWS-602](https://jira.spring.io/browse/SWS-602?redirect=false)** and commented \ \ \ \ I am getting error at this line > echoEndpoint\ > \ > \ > \ > \ class="org.springframework.ws.server.endpoint.interceptor.PayloadLoggingInterceptor" > /> >...
**[Markus Helbig](https://jira.spring.io/secure/ViewProfile.jspa?name=markush81)** opened **[SWS-1017](https://jira.spring.io/browse/SWS-1017?redirect=false)** 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....
**[Paul Visser](https://jira.spring.io/secure/ViewProfile.jspa?name=pvisser)** opened **[SWS-1032](https://jira.spring.io/browse/SWS-1032?redirect=false)** and commented We are building a SOAP client for a service that requires certain elements to be signed. However not all elements will be available in...
**[Mauro Molinari](https://jira.spring.io/secure/ViewProfile.jspa?name=mauromol)** opened **[SWS-903](https://jira.spring.io/browse/SWS-903?redirect=false)** and commented Some related issues may be #588 and #654, but here I would like to give a more complete picture of what I personally would...