I am specifically using WebSphere Integration Developer V7, but I also could be using Rational Software Architect V 7.5.1 (as I have both).
I am implementing a VB.NET desktop application which consumes a web service. The web service implemented in Java and I currently using Tomcat on my localhost to host the web service.
I try to sign a message using a certificate and a private key t开发者_运维知识库o call a java (JBoss) web service, but the server refuses to accept my signed message. It only echoes back the same mess
I have problem with querying webservice which uses WS-Security. I use code creadted by axis2 with rampard module which implements WS-Security. I think I make good query and I got response, but that re
I\'m developing an application for Blackberry that consumes .NET Web Services that are hosted on our public web server.
I\'m trying to authenticate a SOAP request using WS-UsernameToken spec, but th开发者_StackOverflow社区e target device is always denying access. My non-working request looks like this. (The password I\
I have problem with WebService client that has to use WS-Security. My client is written with axis2. It works when I do not enable
I am about to imp开发者_运维知识库lement security for my RESTful services based on the Spring framework. Actually, I have never secured RESTful WS before, but I\'ve got myself a good introduction here
I finally got the Ws-Security working with CXF-BC & CXF-SE combination.I\'m now trying to access the username from the soap header in the SE to check permission and ownership of the user calling a
I\'m trying to call a webservice with Soap in PHP5, for this, I need to use WS-Security 1.1. (In java and .NET this is all generated automatically.)