I'm trying to use Spring WebServiceTemplate to access a SOAP webservice. The service is protected by SSL so i've been trying to modify the template configuration to use a custom HttpClient...
Type: Posts; User: cduggan; Keyword(s):
I'm trying to use Spring WebServiceTemplate to access a SOAP webservice. The service is protected by SSL so i've been trying to modify the template configuration to use a custom HttpClient...
hi,
im trying to setup spring-ws but something is failing with my bean setup. Im not seeing any exceptions from my code but i think the issue is with a missing constructor or invalid one when...
im trying to test the spring webservice i have set up.
Im using a web debugger tool to create a request header and then posting it to the URL where my wsdl resides. I have my server running in...
thanks Marten.
spring-webmvc-portlet is not packaged with the core spring jars (atleast not in the package i downloaded) so im wondering if the same backward compatible gurantee applies?
Hi,
I would like to move to Spring 3.0 however my application is using JSR 168 and i have found that Spring-webmvc-portlet 3.0 has a dependency on JSR 268
- Spring-webmvc-portlet 3.0's...