wcf service that gets data from a asyn process that fires and even
1 view
Skip to first unread message
jsmoot
unread,
Dec 4, 2008, 2:43:00 PM12/4/08
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
I need to create a wcf service but when called send information to another application that returnes and anwser using an event. the event needs then to be processed and returned to the client. There is no control on the configuration of the client side of the service so you can't use call backs. on the client. the client is just a soap server sending a request to the WS. I have to also be concerned that the WS does not lock up and disallow other request while this process is going in.