Hi All,
I have WCF web service and i have 2 operation
1)GetDetails->sends a string response(name)
2)ProcessResponse-It takes response from the 1st call and invokes the service.
I am implementing threading and and the 2nd call have to wait for the 1st calls response.Not sure how to do it.
Please advise......