質問編集履歴
1
POST送信したヘッダー情報を追記しました。
title
CHANGED
File without changes
|
body
CHANGED
@@ -14,9 +14,13 @@
|
|
14
14
|
https://www.ipentec.com/document/csharp-asp-net-web-api-2-create-simple-application
|
15
15
|
|
16
16
|
|
17
|
-
###
|
17
|
+
### POST送信したXMLデータ
|
18
18
|
|
19
19
|
```
|
20
|
+
POST http://localhost:9000/Default
|
21
|
+
Content-Type: application/xml
|
22
|
+
Accept: application/xml
|
23
|
+
|
20
24
|
<?xml version="1.0" encoding="UTF-8"?>
|
21
25
|
<sample code="1.0">
|
22
26
|
<data>
|