1. How to replay soap message? stackoverflow.comI 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.comWe 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.comI am invoking a webservice form my .net web application a getting the following com.ibm.wsspi.wssecurity.SoapSecurityException on invocation.
The SOAP request seems to be valid so I ... |
4. What methods can be used to secure web services? stackoverflow.comI'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.comI'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.comI 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.comI 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.comI can not understand the following: WS-Security and https are presented as alternatives. |
9. What type of middleware is used for the Square credit card reader and its website stackoverflow.comI 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
|
10. Using Application Layer Security with REST vs WS-Security in Soap stackoverflow.comI want to implement a web service for an Enterprise Application. Security is a key concern over there. |
11. java.security.PrivilegedActionException: javax.xml.soap.SOAPException calling web service coderanch.comHope 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.comHi 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 ... |