51Testing软件测试论坛

 找回密码
 (注-册)加入51Testing

QQ登录

只需一步,快速开始

微信登录,快人一步

手机号码,快捷登录

查看: 2141|回复: 6
打印 上一主题 下一主题

测试前辈们,小弟刚步入测试行业,请问下关于webservice怎么测试哦

[复制链接]
  • TA的每日心情
    擦汗
    昨天 09:07
  • 签到天数: 527 天

    连续签到: 4 天

    [LV.9]测试副司令

    跳转到指定楼层
    1#
    发表于 2019-9-20 10:14:21 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
    1测试积点
    1. 例如:打开待测试http://192.168.1.254/st/webservice
    2.       出现一下代码:
    3. POST /rt/webservice/service_Public.asmx HTTP/1.1
    4. Host: 192.168.1.254
    5. Content-Type: text/xml; charset=utf-8
    6. Content-Length: length
    7. SOAPAction: "http://map.dstfe.cn/GetLocations"

    8. <?xml version="1.0" encoding="utf-8"?>
    9. <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/">
    10.   <soap:Body>
    11.     <GetLocations xmlns="http://map.dstfe.cn/">
    12.       <KeyCode>string</KeyCode>
    13.       <UserID>string</UserID>
    14.       <CityCode>int</CityCode>
    15.       <KeyWord>string</KeyWord>
    16.     </GetLocations>
    17.   </soap:Body>
    18. </soap:Envelope>
    19. HTTP/1.1 200 OK
    20. Content-Type: text/xml; charset=utf-8
    21. Content-Length: length

    22. <?xml version="1.0" encoding="utf-8"?>
    23. <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/">
    24.   <soap:Body>
    25.     <GetLocationsResponse xmlns="http://map.dstfe.cn/">
    26.       <GetLocationsResult>string</GetLocationsResult>
    27.     </GetLocationsResponse>
    28.   </soap:Body>
    29. </soap:Envelope>
    复制代码
    望高位高手回复,谢谢,在这里有礼了

    分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
    收藏收藏
    回复

    使用道具 举报

  • TA的每日心情
    慵懒
    9 小时前
  • 签到天数: 3643 天

    连续签到: 95 天

    [LV.Master]测试大本营

    2#
    发表于 2019-9-20 11:05:46 | 只看该作者
    soapui,看一下使用说明就知道了。
    回复

    使用道具 举报

  • TA的每日心情
    奋斗
    昨天 10:10
  • 签到天数: 1516 天

    连续签到: 5 天

    [LV.Master]测试大本营

    3#
    发表于 2019-9-23 10:16:49 | 只看该作者
    找接口,测试
    回复

    使用道具 举报

  • TA的每日心情
    奋斗
    昨天 08:59
  • 签到天数: 1801 天

    连续签到: 5 天

    [LV.Master]测试大本营

    4#
    发表于 2019-9-23 10:50:34 | 只看该作者
    先用wsdl生成个客户端,然后写测试代码吧
    回复

    使用道具 举报

  • TA的每日心情
    奋斗
    昨天 07:28
  • 签到天数: 2812 天

    连续签到: 5 天

    [LV.Master]测试大本营

    5#
    发表于 2019-9-23 11:58:51 | 只看该作者
    soupui不错的
    回复

    使用道具 举报

  • TA的每日心情
    奋斗
    昨天 09:46
  • 签到天数: 991 天

    连续签到: 5 天

    [LV.10]测试总司令

    6#
    发表于 2019-9-23 14:22:11 | 只看该作者
    加油
    回复

    使用道具 举报

  • TA的每日心情
    开心
    2020-5-23 09:40
  • 签到天数: 101 天

    连续签到: 1 天

    [LV.6]测试旅长

    7#
    发表于 2019-9-23 15:15:51 | 只看该作者
    先把web语言学会
    回复

    使用道具 举报

    本版积分规则

    关闭

    站长推荐上一条 /1 下一条

    小黑屋|手机版|Archiver|51Testing软件测试网 ( 沪ICP备05003035号 关于我们

    GMT+8, 2024-11-16 09:15 , Processed in 0.061275 second(s), 21 queries .

    Powered by Discuz! X3.2

    © 2001-2024 Comsenz Inc.

    快速回复 返回顶部 返回列表