1. Best secure data transmission method? stackoverflow.comI'm attempting to set up a small network of computers where 4 child nodes feed small snippets of data into 1 parent node. I need the data transmission between the nodes ... |
2. Encryption / Security on a WebApp stackoverflow.comWe have a web app, which is written in Java, and storing data into a PostgreSQL database. We'd like to encrypt a few fields in our database, as well as some uploaded ... |
3. Soap body is not encrypted when X509 security implmented on WCF service stackoverflow.comI implemeted a WCF service and a client application for one of projects for my employer and currently facing a serious problem due to the soap body element. The issue is ... |
4. How to encrypt SOAP messages manually? stackoverflow.comI use JBoss 4.2.3.GA. In previous task I've used base encryption mechanism which JBoss supports (WS-Security). I.e. I used keystore, truststore files for encryption and signing messages. As usually (in standard ... |
5. New JavaRanch Journal article: Web Services Security - Encryption coderanch.comOh, I was able to get it all working using the keystores from your examples. I was just trying to figure out the mechanics of making my own keystores, etc. Also, I'm curious about a couple things in your code. My client looks like the following. ConfigurationContext ctx = ConfigurationContextFactory.createConfigurationContextFromFileSystem("."); MessageServiceStub msgStub = new MessageServiceStub(ctx, "http://localhost:8080/Axis2_Test/services/MessageService.MessageServiceHttpSoap12Endpoint"); MessageServiceStub.SendMessages msg = new MessageServiceStub.SendMessages(); ... |
6. Getting security processing failed(actionsmismatch) while invkng secure webservce(signing+encryption coderanch.comHi, This mail is to seek help from our Java community in a issue that we are currently facing with web service we have written in the application that I am currently working on. An early response in this is highly appreciated. I have implemented below Java client code to invoke the secure web-service(Signing and Encryption of SOAP Request). I am ... |
7. web service security and data encryption coderanch.comthanks a lot Dittmer i really appreciate the help. but the version of netbeans that i have does not support the metro security stuff.i am tryin to install netbeans 7 but i keep getting the error "You cannot install NetBeans 7.0 on this volume. This software can be installed and work only with Java 6." i am using mac OS 10.5.7.thank ... |