我正在嘗試使用Web服務,儘管顯然我的所有參數似乎都沒問題,但我仍然收到一個錯誤頁面作爲響應,而不是字節數組,這是我我期待和WebService應該返回什麼。 My objective is to Seal a file in order to make them only readable for the right people. I am using the IRM Oracle Web S
目前,我使用下面的代碼生成XML和JSON數據: public class App
{
public string app_name;
public string app_path;
public App(string m_app_name, string m_app_path)
{
app_name = m_app_name;