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
