这种URL传参的方式你写WebService干嘛? 你的Web是把这个串给你了还是你提供了一个地址,然后对方访问这个地址并把参数放到这个地址上了
写个方法 让别人调用就可以了 参数就是这个方法的参数,不用写在url中的
[WebMethod]public void xxx(string user_num,string user_pass,string room_id){}