Y
Yevgeniy
Hi, I'm new to WCF ,coming with asp.net background and would
appreciate help with WCF usage guidelines for fallowing :
My challenge is to design and build web based system on 2
technologies :
Clients are adobe Flash applications
And server side implemented with WCF
Main limitation is that I cant use .net based wcf clients, my consumer
is flash app that send-recieves soap messages, please share your
thoughts :
1) what is better option for wcf services hosting ? IIS+ASMX / windows
service ?
2) how WCF can help to implement clients session ? basically what I
need is that only authenticated clients can access wcf services.
(Asp.net way is to create authentication cookie and validate that
cookie automatically on each page load)
3) how can enforce each wcf request in client session to be processed
in order of arrival
thanks much for any help
appreciate help with WCF usage guidelines for fallowing :
My challenge is to design and build web based system on 2
technologies :
Clients are adobe Flash applications
And server side implemented with WCF
Main limitation is that I cant use .net based wcf clients, my consumer
is flash app that send-recieves soap messages, please share your
thoughts :
1) what is better option for wcf services hosting ? IIS+ASMX / windows
service ?
2) how WCF can help to implement clients session ? basically what I
need is that only authenticated clients can access wcf services.
(Asp.net way is to create authentication cookie and validate that
cookie automatically on each page load)
3) how can enforce each wcf request in client session to be processed
in order of arrival
thanks much for any help