Greg L. Turnquist
Greg L. Turnquist
**[Greg Turnquist](https://jira.spring.io/secure/ViewProfile.jspa?name=gregturn)** opened **[SWS-984](https://jira.spring.io/browse/SWS-984?redirect=false)** and commented --- **Referenced from:** commits https://github.com/spring-projects/spring-ws/commit/694f3d814ed65d6c79cc210989005eaee2ac759d
**[Philippe Marschall](https://jira.spring.io/secure/ViewProfile.jspa?name=marschall)** opened **[SWS-959](https://jira.spring.io/browse/SWS-959?redirect=false)** and commented We use Spring WS with Axiom. During normal request processing of a non-XOP/MTOM request a `org.apache.axiom.om.OMException` will be thrown even if request processing is...
**[Andrea Lincetto](https://jira.spring.io/secure/ViewProfile.jspa?name=lincetto)** opened **[SWS-979](https://jira.spring.io/browse/SWS-979?redirect=false)** and commented Trying to dynamically generate WSDL for a Spring WS web service, based on multiple xml schemas. I have a multiple xsd files, all of...
**[Marten Deinum](https://jira.spring.io/secure/ViewProfile.jspa?name=mdeinum)** opened **[SWS-978](https://jira.spring.io/browse/SWS-978?redirect=false)** and commented It would be nice if the `WebServiceTemplate` would provide the option to modify the target URI before actually doing the request. We would like...
**[Martin Formanek](https://jira.spring.io/secure/ViewProfile.jspa?name=fnek)** opened **[SWS-977](https://jira.spring.io/browse/SWS-977?redirect=false)** and commented **Steps to reproduce:** * Clone the [reproduction project](https://github.com/fNek/spring-framework-issues/tree/master/SWS-977) * Build the project using `./mvnw verify` -> 1 test failure * Run the project using...
**[Sergey Zaytsev Aleksandrovich](https://jira.spring.io/secure/ViewProfile.jspa?name=sergez)** opened **[SWS-968](https://jira.spring.io/browse/SWS-968?redirect=false)** and commented HTTP headers set in HttpUrlConnectionMessageSender implementation are ignored. In particular issue refers to Content-type property. Since I have the following exception trying to...
**[Craig Gardner](https://jira.spring.io/secure/[email protected])** opened **[SWS-960](https://jira.spring.io/browse/SWS-960?redirect=false)** and commented We're using Spring Integration Webservices and making a SOAP request to a third party. We recently noticed that the Authentication headers don't appear to...
**[Ivan Brencsics](https://jira.spring.io/secure/ViewProfile.jspa?name=ibrencsics)** opened **[SWS-956](https://jira.spring.io/browse/SWS-956?redirect=false)** and commented When Spring WS makes a SOAP call, and receives back HTTP 500, it ignores the response code, and considers the call as successful: o.a.h.wire...
**[Alex Hutnik](https://jira.spring.io/secure/ViewProfile.jspa?name=alexhutnik)** opened **[SWS-953](https://jira.spring.io/browse/SWS-953?redirect=false)** and commented In XmlRootElementPayloadMethodProcessor, supportsRequestPayloadParameter() supports both XmlRootElement-annotated classes and XmlType-annotated classes. However, supportsResponsePayloadReturnType supports **only** XmlRootElement-annotated classes. My XSD's types are all named (that is,...
**[Wajdi ](https://jira.spring.io/secure/ViewProfile.jspa?name=wajditn)** opened **[SWS-952](https://jira.spring.io/browse/SWS-952?redirect=false)** and commented I have created an XWSSecurityInterceptor with a configurationPolicy within a file named policy.xml. When I put , then everything went fine and my SOAP...