1首先我们写一个简单的java类并发布webservice
package comphp;
import javautilMap;
/
@author yangjuqi
@createdate 2009-5-18 下午04:43:09
/
public class WebServiceImpl {
public String sendTransact(Map map) throws Exception {
Systemoutprintln("::: Call testModel1 :::");
if(map!=null){
String bugmanifestid = StringUtilgetValue(mapget("bugmanifestid"));
String editedby = StringUtilgetValue(mapget("editedby"));
String dditeddate = StringUtilgetValue(mapget("dditeddate"));
String fullinfo = StringUtilgetValue(mapget("fullinfo"));
String action = StringUtilgetValue(mapget("action"));
Systemoutprintln("bugmanifestid -$amp;>quot;$ +bugmanifestid);
Systemoutprintln("editedby -$amp;>quot;$ +editedby);
Systemoutprintln("dditeddate -$amp;>quot;$ +dditeddate);
Systemoutprintln("fullinfo -$amp;>quot;$ +fullinfo);
Systemoutprintln("action -$amp;>quot;$ +action);
}
return "success";
}
}
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)