Can you use a Spring-WS WebserviceTemplate for calling a webservice and avoid that it generates a SOAP-envelope? That is, the message already contains an SOAP-Envelope and I don't want that the ... |
I want to authenticate my web service in Spring with an Active Directory lookup at both the producer and the consumer - under the Principal that that each are executing under ... |
I need to integrate an external SOAP Service into my system. I have only the wsdl and no test server so far. I figured out how to generate stubs for the ... |
Some background: I have a Flex app embedded in an HTML page and am using Flex to send a soap request to my Java backend that does some authentication depending on ... |
This is a question in connection with my question here. When I tried to add SSL with a self-signed certificate, I get the following error.
org.springframework.web.util.NestedServletException: Request processing failed; nested
exception ...
|
I have followed the article here http://chrisdail.com/2008/08/13/http-basic-authentication-with-apache-cxf-revisited/
I now have a working interceptor for my soap service that wont let the services be used without the username and password.
I have ... |
Spring security and SOAP I have an appfuse based project which has spring security as the security framework. i have some service classes which can be used via SOAP. now i ... |
|
I installed Jmanage. I added twho application. The first one is application executed on websphere without security. This soap connection was OK. The second is an application executed on websphere whith ... |
Getting started with Acegi and SOAP Hi, So, I'm new to Acegi, and am looking into using it as a security framework for an application I am helping to develop. I ... |
|
I know this has been asked before, but I still don't understand how to access the soap header in the response. The web service I am invoking puts custom information in ... |
authentication in soap header Hi Im using soapUI to test my webservice and in the soap header i have added the following snippet : mmt ... |
SOAP Security Headers Hello, I need to add the following parent and child security headers to the soap headers: foo pass123 How ... |
Hello I am trying to invoke a web service using Spring and JaxRpcPortProxyFactoryBean. I have to invoke a authenticated web service for which I need to pass the username and password ... |
Hi Vishal, you can impliment MessageEndpoint interface. The invoke method will give you access to message contex. public void invoke(MessageContext messageContext) throws Exception { } Thanks Jaise |
Access SOAP header in endpoint Hi all, Let me explain the situation: I'm serving a webservice with Spring-WS via an implementation of an AbstractMarshallingPayloadEndpoint (with XML-beans). All goes well but there ... |
WS-Security: xwss and timestamp position in SOAP header Hi, The WS-Security secured Web Service I'm invoking requires that the element is positioned at the beginning of the SOAP header. The ... |
SOAP envelope, ws-security Hi, What's the best way to get the SOAP envelope for a response message. I thought about sub-classing the SoapEnvelopeLoggingInterceptor and then override the handleResponse(...) method then store ... |
SOAP request body getting nuked by Spring Security We have a JAX-WS web service implemented using Apache CXF. However, for logging purposes we need to get the raw SOAP request that ... |