WCF - reading an xml file in a service using XElement.Load
Posted
by Wisdom
on Stack Overflow
See other posts from Stack Overflow
or by Wisdom
Published on 2010-03-11T16:45:16Z
Indexed on
2010/03/14
0:15 UTC
Read the original article
Hit count: 983
Hi folks, i have a simple xml file in a wcf service that i am trying to load using Xelement.Load("sample.xml") which is not reading the file. What's the right way of doing this?
The service is supposed to return an xml to an asp.net application.
TIA
© Stack Overflow or respective owner