Windows上呼叫ASRA Web Service

1.在專案上按右鍵->加入Web參考

2.在網址列上打入Web Service網址後按下加入參考

3.在程式最上方加入using 專案名稱.org.mirlab;(例如: using testASRAServiceWinform.org.mirlab;)

4.直接當成一般Static function呼叫(例如: new ASRAWebService().UploadWavTxtAndChoiceLanguageAndVC(File.ReadAllBytes(textBox1.Text), Path.GetExtension(textBox1.Text), File.ReadAllBytes(textBox2.Text), comboBox1.Text))