B
Bobby Biztalk
Guest
I would like to create a simple WCF service that accepts below SOAP request. I am unable to read XML data members as i am getting null value all the time. I can't change request in anyway.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns="It's ∞ Day!">
<soapenv:Header/>
<soapenv:Body>
<sendDocument>
<!--Optional:-->
<xml xmlns="">test data </xml>
</sendDocument>
</soapenv:Body>
</soapenv:Envelope>
Continue reading...
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns="It's ∞ Day!">
<soapenv:Header/>
<soapenv:Body>
<sendDocument>
<!--Optional:-->
<xml xmlns="">test data </xml>
</sendDocument>
</soapenv:Body>
</soapenv:Envelope>
Continue reading...