Hi, I went through the messages and we have a similar TestCase available here[1]. By looking at it's super class, which is "org.apache.rahas.TestClient" [2] I can see that it uses the plain ServiceClient. Look at testRequest() method, maybe it will help you.
Yes, when it comes to Bearer tokens STSClient has a bug. The STSClient tries to retrieve the ProofToken even when the token type is Bearer. You can report it at http://issues.apache.org/jira/browse/Rampart Great work! Thank you, Dimuthu [1]https://svn.apache.org/repos/asf/webservices/rampart/trunk/java/modules/rampart-integration/src/test/java/org/apache/rahas/RahasSAMLTokenUTForBearerV1205Test.java [2]https://svn.apache.org/repos/asf/webservices/rampart/trunk/java/modules/rampart-integration/src/main/java/org/apache/rahas/TestClient.java On Tue, 2007-10-16 at 10:41 +0200, Massimiliano Masi wrote: > Hi, > > Quoting Dimuthu Leelarathne <[EMAIL PROTECTED]>: > > >> From what I can understand, you have implemented an SAML Token Issuer > > yourself, and trying to receive the token. Did you use the TCPMonitor > > ( available at http://ws.apache.org/commons/tcpmon/) to observe the SOAP > > messages? > > Yes, the messages are: > > http://www.mascanc.net/~max/request.xml > http://www.mascanc.net/~max/response.xml > http://www.mascanc.net/~max/services.xml > > Thank you > > ---------------------------------------------------------------- > This message was sent using IMP, the Internet Messaging Program. > >
