Web Service学习之【SOAP】[20]

[入库:2005年8月18日] [更新:2007年3月25日]

本文简介:选择自 hellboys 的 blog

    }

 

    public string getmessage(string str) {

        return "hello world! " + str;

    }

 

    public string getmessage(string str1, string str2) {

        return "hello world! " + str1 + "&" + str2;

    }

}

本文关键:Web Service学习之【SOAP】
  相关方案
Google
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top