Hello all,
I am new with WCF service technology. I would like to create a WCF service that take the a XML message as following format:
<SchoolRecord>
<Name></Name>
<Grade></Grade>
<Date></Date>
</SchoolRecord>
and parse into Name, grade parameters and store them into MSMQ for queue message.
after that to pass those parameter to store procedure for doing the result query that update to database. Any expertise WCF service to help me out on the solution, I really appreciate your time. Thanks in advance.
I am new with WCF service technology. I would like to create a WCF service that take the a XML message as following format:
<SchoolRecord>
<Name></Name>
<Grade></Grade>
<Date></Date>
</SchoolRecord>
and parse into Name, grade parameters and store them into MSMQ for queue message.
after that to pass those parameter to store procedure for doing the result query that update to database. Any expertise WCF service to help me out on the solution, I really appreciate your time. Thanks in advance.