Как я могу получить или создать сообщение SOAP динамически, если я могу сгенерировать прокси для переданного URL службы в c #?
`
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <GetIncomeReport xmlns="http://tempuri.org/"> <RequestContext xmlns=""> <userid>string</userid> <fcnumber>string</fcnumber> <wirecall>string</wirecall> <officeprefix>string</officeprefix> <accountaccess>string</accountaccess> </RequestContext> <ReportParams>string</ReportParams> </GetIncomeReport> </soap:Body> </soap:Envelope>