TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
A Troung
NA
139
2.5k
WCF Service take XML string to parse into XML format
Jan 28 2013 8:04 PM
Hello all,
I am newbie with WCF service technology. I am not sure how to create a WCF 4.0 service that take the a XML string message as following format as an input:
<SchoolRecord><Name>Rob</Name><Grade>9</Grade><Date>1/20/2013</Date></SchoolRecord>
and return the XML format:
<SchoolRecord>
<Name>Rob</Name>
<Grade>9</Grade>
<Date>1/20/2013</Date>
</SchoolRecord>
and read the values into parameters such as paramNameValue = Rob, paramGradeValue = 9 and paramDateValue = 1/20/2013.
next to store above return XML format and parammeters into MSMQ (Microsoft Message Queue).
Any expertise WCF service to help me out on the solution, I really appreciate your time. Thanks in advance.
Reply
Answers (
0
)
collections generic with wcf
Remove Asp.net and ATL server debugging problem