XML

XSD restriction for either specific string or number (mixture type)

如果在XSD restriction 上 容許 mix restriction (mix data type) 呢? 解決方法: 我們可以建立一個simpleType 之後在simpleType 入面使用 union 再把多個simpleType union 在一起 e.g. <?xml version="1.0" encoding="UTF-8"?> …

.Net Post XML via HTTPS Notes 1 [Convert XSD to .Net Class]

最近公司有一個 project 是要用另外一間公司的 XML Interface 既 Webservice 去做 exchange data. 其實只要這間公司提供 WSDL 既 Address 給我們 這個 project 便很容易完成" 很可惜這間公司不願提供 WDSL file 所以最後便要自己學怎樣在 VB.Net 入面 post XML 去 …