request « security « Java Enterprise Q&A





1. Is there a way to tell WCF to use security in the request, but ignore it on the response?    stackoverflow.com

We have to connect to a third party SOAP service and we are using WCF to do so. The service was developed using Apache AXIS, and we have no control ...

2. JAX-WS: Getting DOMException - HIERARCHY_REQUEST_ERR upon trying to add security headers    stackoverflow.com

I am getting the below exception when I'm trying to add security headers to a SOAP envelope right before the request is sent out. The exception is thrown upon trying to ...

3. Allow only certain client(s) for AJAX requests    stackoverflow.com

I have an AJAX intensive web application where the requests are unsecured, meaning there is no client identification. I don't check whether its my application that's making the request on the ...

4. SOAP Request - Ignore Security Certificate    stackoverflow.com

I'm trying to access a web service located on my server at https://test.mydomain.com. I'm using low level SOAP XML to do this. Unfortunately, the domain only has a self-signed ...

5. Wicket security against forged requests    stackoverflow.com

If I hide and disable a Wicket form, do I need to double-check the visibility conditions in my onSubmit? (Just like we do in JS validation versus Server validations?) Consider this Wicket ...

6. How to apply security to SOAP request and send to service with WCF?    stackoverflow.com

I have an xml file with SOAP request at the client side. Also I have a wsdl file for the web service with specified WS-Policy, which should be applied to the ...

7. Request does not contain required Security header    forums.netbeans.org

Hello people, Iam new to web services in Java. How do I add security headers in a client web service so that username and password can be sent at the time ...

8. How to add the security header in SOAP request?    coderanch.com

Hi everyone, I've been trying to search the web for solutions but I can't seem to get the security header with the username and password to be included in the request (to a 3rd party WSDL). There's no security header defined in the WSDL and I want to avoid modifying the WSDL. I'm using JAX-WS and I've tried the following ...

9. how do I insert security headers in to soap jax-rcp request using Java    coderanch.com

Hi Thank you for reading my post Appologies if it should be in the Java forum. I am using eclipse to import a jax-rpc encoded webservice from a service provider. This part works well, and Eclipse creates all the classes needed, and I get data back. There are however a few calls that needs additional headers, either a session id, or ...