I have two WCF services :
1.Client WCF Service hosted on IIS configured with REST endpoint facing public returning JSON response.
2.Server WCF Service hosted on IIS configured with SOAP endpoint
and the Client is calling the Server WCF Service to get XML data in response.
As the NetMsmqBinding is one way , how can i integrate MSMQ to acheive the same but with reliability for transactions.
So far i have been able to call from the Client WCF service to the Server WCF service but have not been able to get the return value ,
How to get the response in JSON format ?