soap « security « Java Enterprise Q&A





1. How to replay soap message?    stackoverflow.com

I would like to replay soap message against my server. I've recorded a few messages and i've tampered with Timestamps, soapbodies etc and now I would like to see that my ...

2. How to implement web services on an embedded device?    stackoverflow.com

We have an embedded device that needs to interact with an enterprise software system. The enterprise system currently uses many different mechanisms for communication between its components: ODBC, RPC, proprietary ...

3. Problem invoking Web service using WS-Security    stackoverflow.com

I am invoking a webservice form my .net web application a getting the following com.ibm.wsspi.wssecurity.SoapSecurityException on invocation.

WSEC5048E: One of "SOAP Header" elements required.
The SOAP request seems to be valid so I ...

4. What methods can be used to secure web services?    stackoverflow.com

I'm interested to know what methods people use to secure their webservices from unauthorized web service consumers.

5. Secure Web Services: REST over HTTPS vs SOAP + WS-Security. Which is better?    stackoverflow.com

I'm not a security expert by any means, but I favor creating REST-style web services. In creating a new service which needs to have the data it transmits secure. ...

6. Secure connection using SOAP    stackoverflow.com

I need to call a .NET SOAP webservice in a secure way. It must be secure in such a way that others can't call the WebService methods, and also it should ...

7. Calling a secured Web Service in Java    stackoverflow.com

I need to write a web service client to call a third party web service (SOAP based). The third party published a wsdl and the associated xsd files. The ...

8. ws-security and trasport security    stackoverflow.com

I can not understand the following: WS-Security and https are presented as alternatives.
The problem though with https (as described) is when there intermediaries i.e. proxies are between client and server.
Then we ...

9. What type of middleware is used for the Square credit card reader and its website    stackoverflow.com

I am trying to understand how the https://squareup.com/ square Credit Card reader works. What would be the underlying middleware that is being used to

  1. send the data to the squareup ...





10. Using Application Layer Security with REST vs WS-Security in Soap    stackoverflow.com

I want to implement a web service for an Enterprise Application. Security is a key concern over there.
I am little bit confused regarding Security prospective of Rest and Soap. What ...

11. java.security.PrivilegedActionException: javax.xml.soap.SOAPException calling web service    coderanch.com

Hope somebody may help me in this geek forum! I have the exception java.security.PrivilegedActionException: javax.xml.soap.SOAPException when I try to test my web service in the server (Oracle Application Server). I use https protocol. The web service (same code) is up and running in two other servers. Using (http protocol) If i execute the web service logged in the server machine the ...

12. java.security.PrivilegedActionException: javax.xml.soap.SOAPException:    forums.oracle.com

Hi all, I had deploy a web service on my clustered OC4J which contain two instances and hardware load balancer on front end. When i access webservice directly from oc4j instance it runs successfully but when i access webservice from loadbalancer VIP address i got following error java.security.PrivilegedActionException: javax.xml.soap.SOAPException: Message send failed: Connection timed out One thing more I deployed a ...