摘要:
public String userLogin(String userName, String pwd) { String url = "http://xx.xx.com/services/User"; String nameSpace = "http://xx.xx.com"; String SOAP_ACTION = "http:/xx.xx.com/services/User/login"; String method = "login"; String result = ""; Soap 阅读全文