模拟器和真机连接tomcat的区别
//系统要连接的WebService接口地址private static final String NAME_SPACE_SALE = "http://wf.cn.silent.com/";//模拟器的连接地址private static final String END_POINT_SALE = "http://10.0.2.2:8080/PhoneSell/ws/clientService";//真机的连接地址private static final String END_POINT_SALE = "http://192.168.1.120:8080/PhoneSell/ws/clientService";