亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

使用WebInject測試WebService

發布時間:2020-08-02 04:10:21 來源:網絡 閱讀:702 作者:pengyusong2012 欄目:軟件技術

本文連接:http://pengyusong.blog.51cto.com/blog/4893374/1317325


本文通過學習WebInject官網教材,然后測試自己開發的WebService。


首先,我們有一個無敵的HelloWorld服務,這個服務超級簡單,相信大家都很熟悉。就不介紹了。


然后,創建SOAP消息,根據我自己的經驗,soap消息就是把webservice的WSDL文件中的輸入輸出message給soap化了。具體看一個例子:

WSDL message格式:

<wsdl:message name="sayHelloRequest">
    <wsdl:part name="parameters" element="ns:sayHello"/>
</wsdl:message>

sayHello元素的格式:

<xs:element name="sayHello">
    <xs:complexType>
        <xs:sequence>
            <xs:element minOccurs="0" name="args0" nillable="true" type="xs:string"/>
        </xs:sequence>
    </xs:complexType>
</xs:element>

轉成soap消息格式就是:

<?xml version='1.0' encoding='UTF-8'?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:q0="http://ws.apache.org/axis2" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soapenv:Body>
        <q0:sayHello>
            <args0>pengyusong</args0>
        </q0:sayHello>
    </soapenv:Body>
 </soapenv:Envelope>

可以看到soap消息就是把message中的part解析為soap中的body中內容。


再然后就是測試用例文件:

<testcases repeat="1">
<case
    id="1"
    description1="Web Services Sample - Hello World"
    url="http://localhost:8080/axis2/services/HelloWorld?wsdl"
    method="post"
    posttype="text/xml"
    postbody="file=>doGoogleSearch.xml"
    verifypositive="\<return>Hello, my name is pengyusong\</return>"
/>
</testcases>


最后在執行這個測試用例:通過GUI方式的話,在config.xml文件中指定我們的測試用例文件即可。然后在GUI界面點擊Run就會執行成功。

-------------------------------------------------------
Test: test_google.xml - 1
Web Services Sample - Google Search API
Verify : "Hello, my name is pengyusong"
Passed XML Parser (content is well-formed)
Passed Positive Verification
Passed HTTP Response Code Verification (not in error range)
TEST CASE PASSED
Response Time = 0.015 sec
-------------------------------------------------------
Start Time: Wed Oct 30 16:46:34 2013
Total Run Time: 0.409 seconds
Test Cases Run: 1
Test Cases Passed: 1
Test Cases Failed: 0
Verifications Passed: 3
Verifications Failed: 0
Average Response Time: 0.015 seconds
Max Response Time: 0.015 seconds
Min Response Time: 0.015 seconds



向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

柳林县| 进贤县| 瓮安县| 鄂尔多斯市| 金坛市| 寻乌县| 微山县| 浮梁县| 通辽市| 吉木乃县| 平安县| 岢岚县| 天津市| 永寿县| 南木林县| 横峰县| 平安县| 二连浩特市| 观塘区| 济阳县| 江陵县| 石嘴山市| 高青县| 嘉禾县| 白银市| 淮阳县| 龙游县| 临沂市| 南丰县| 吴江市| 通河县| 巴里| 历史| 正宁县| 德江县| 衡东县| 泉州市| 西贡区| 北海市| 和顺县| 独山县|