地址是:
http://203.110.163.119:2330/BG_QIUZITest/WSAONE.asmx
返回的值是:传入的参:
  string xml = "<?xml version=\"1.0\" encoding=\"utf-8\" ?><arguments><argument key =\"p_OP_STATUS\" value =\"0\" /></arguments>";
            string str = ws.callJavaService("BG_AONEBS.JavaServies.JavaServer", xml, "PICKDATA");
            MessageBox.Show(str);
大概是这样,因为项目赶急,边看例子边练习,但是这个还是不怎么会,求帮忙,谢谢!(JAVA代码实现)JavaXMLwebservice