How to Extract request XML payload from incoming URI for WCF restful service?

sergiojg

New Member
I want to extract the incoming XML payload from the web request in the WCF implemented function.This method is POST type and I am accessing this method from another C# application.This application has created a web request with custom XML payload to the service.And the same XML payload I want to extract in WCF service.Any suggestion?
 
Back
Top