You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rampart-dev@ws.apache.org by Anil Misra <am...@ARCCorp.com> on 2008/01/14 17:49:49 UTC

Client implementation for secure Conversation

Hi,

 

    I would like to get a reference to writing a client for a secure
conversation using the rampart module, I saw the sample 4 in the samples
with the rampart module and it does not help me show how to send
multiple messages in a single secure conversation. If anyone has
implemented such a fashion, please let me know how to go about writing a
client that can send multiple messages using the STC (security token).  

 

Thanks,

-Anil 

 

 

 


Re: Client implementation for secure Conversation

Posted by Nandana Mihindukulasooriya <na...@gmail.com>.
Hi Anil,

 it does not help me show how to send
> multiple messages in a single secure conversation. If anyone has
> implemented such a fashion, please let me know how to go about writing a
> client that can send multiple messages using the STC (security token).


If you go though the sample for client sends 4 requests and the fourth one
being
a cancel request. And if you monitor the SOAP messages form the TCPMon you
can actually see five requests going. First one is the booy strap request
which
requests a SCT and the last one is the cancel request.
If you look at the SOAP messages in the actual service requests, you can see
that the derived keys use SCT and SCT is also sent in the security header.

Regards,
Nandana