急求大神解救
具体我小白也说不明白 wsdl 
http://61.152.104.150:8086/WPServer.MISP.svc?wsdl (谷歌浏览器)
URL :http://61.152.104.150:8086/WPServer.MISP.svc/
2.3 登录接口接口名称: User_Login
接口用途: 用户登录
输入项 数据类型 意义
Uname String 注册的用户名
pwd string 密码
Mac String 手机的MAC号

返回项:
rst int 应答码:0表示登录成功;
1登录失败
Rsf String 登录失败的详细信息
Rsms String 用户名,公司名称,服务到期时间等

解决方案 »

  1.   

    这个 soap 怎么拼写
      

  2.   

    这篇文章可以参考:http://my.oschina.net/plumsoft/blog/75277
      

  3.   

    <?xml version="1.0" encoding="utf-8"?>
    <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
      <soap:Body>
        <getMobileCodeInfo xmlns="http://WebXml.com.cn/">
          <mobileCode>string</mobileCode>
          <userID>string</userID>
        </getMobileCodeInfo>
      </soap:Body>
    </soap:Envelope>这些红色部分的标签不知道应该填写什么 ,结合wsdl给点提示