1. Spring-WS: how to use WebserviceTemplate with pre-generated SOAP-envelope stackoverflow.comCan 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 ... |
2. Spring Security integration into active directory stackoverflow.comI 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 ... |
3. How to access a MTOM payload when using document oriented SOAP? stackoverflow.comI 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 ... |
4. Help with Spring authentication from a Flex app stackoverflow.comSome 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 ... |
5. Accessing Web service under SSL CXF SOAP client stackoverflow.comThis 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.
|
6. Securing apache CXF REST and SOAP services and retrieving authorities in code stackoverflow.comI 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 ... |
7. Spring security and SOAP forum.springsource.orgSpring 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 ... |
8. jmanage and soap connection with global security enable forum.springsource.orgI 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 ... |
9. Getting started with Acegi and SOAP forum.springsource.orgGetting 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 ... |
10. SOAP Header access in response - WebService Client? forum.springsource.org |
11. Access Soap Header in Response forum.springsource.orgI 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 ... |
12. authentication in soap header forum.springsource.orgauthentication in soap header Hi Im using soapUI to test my webservice and in the soap header i have added the following snippet : |
13. SOAP Security Headers forum.springsource.orgSOAP Security Headers Hello, I need to add the following parent and child security headers to the soap headers: |
14. Spring Web Service Client | send authentication in soap header forum.springsource.orgHello 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 ... |
15. getting access to SOAP MESSAGE forum.springsource.orgHi 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 |
16. Access SOAP header in endpoint forum.springsource.orgAccess 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 ... |
17. WS-Security: xwss and timestamp position in SOAP header forum.springsource.orgWS-Security: xwss and timestamp position in SOAP header Hi, The WS-Security secured Web Service I'm invoking requires that the |
18. SOAP envelope, ws-security forum.springsource.orgSOAP 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 ... |
19. SOAP request body getting nuked by Spring Security forum.springsource.orgSOAP 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 ... |