Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
次のメソッドを作成したWCFサービスを作成しました
public List<AddTravelDetails> ReadXML(XmlDocument xDoc)
今、私はサービスを利用したいと思います。誰か助けてもらえますか?XmlDocument関数の入力パラメーターとして渡すにはどうすればよいReadXMLですか?
XmlDocument
ReadXML
ありがとう、ラフル
XmlDocument doc = new XmlDocument(); doc.Load(pathToYourFile);
pathToYourFileの例:@"D:\yourfile.xml"
@"D:\yourfile.xml"