1
Reply

Soap request serialization

Arvind Singh Baghel

Arvind Singh Baghel

Apr 4 2017 8:06 AM
376
Hi 
I have a wcf service in that i have some methods e.g: 
public FOSResponse GetTransactions(UserSession usersession, TransactionEnquiryRequest TransactionEnq)
 {
   // heere i want to serialize the request to write it in my log file
   // how can i get the whole request string or xml. i want to write in the log that what comes when send a request       to  GetTransactions method.
}
 
Thanks,
 

Answers (1)