1. Is there a way to tell WCF to use security in the request, but ignore it on the response? stackoverflow.comWe 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.comI 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.comI 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.comI'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.comIf 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.comI 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.orgHello 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.comHi everyone, I've been trying to search the web for solutions but I can't seem to get the security header |
9. how do I insert security headers in to soap jax-rcp request using Java coderanch.comHi 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 ... |