Hi friends,
I have developed a silverlight application for voice recognition using microsoft speech API (SAPI 5.4).Here i am sending the recorded byte array to wcf in every 1 sec and there in wcf i am writing the
received byte array to a file .so inorder to append the byte array to file i need to maintain the session state in wcf.
so i came to know that wshttpbinding only supports session mode,but that binding is not supported by silverlight.so how can i solve this issue.
Thanks in advance
Regards,
Raj