Custom SOAP Header
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I created a custom SOAP header to handle a custom token that contains encrypted user data, encrypted key, and Initialization Vector for the cipher. I can send the token to the Web Service, but how do I send it back to the client with the new verification data, key, and Initialization Vector? How do I access the data contained in the token on the client side? ICP-Fan