?????????????WebInject???????????????????????WebService??
????????????????????HelloWorld????????????????????????????????????????
???????????SOAP??????????????????飬soap??????webservice??WSDL????е????????message??soap????????忴????????
????WSDLmessage?????
????<wsdl:messagename="sayHelloRequest">
????<wsdl:partname="parameters"element="ns:sayHello"/>
????</wsdl:message>
????sayHello????????
????<xs:elementname="sayHello">
????<xs:complexType>
????<xs:sequence>
????<xs:elementminOccurs="0"name="args0"nillable="true"type="xs:string"/>
????</xs:sequence>
????</xs:complexType>
????</xs:element>
???????soap?????????
<?xmlversion='1.0'encoding='UTF-8'?>
<soapenv:Envelopexmlns: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???????
???????????????????????
<testcasesrepeat="1">
<case
id="1"
description1="WebServicesSample-HelloWorld"
url="http://localhost:8080/axis2/services/HelloWorld?wsdl"
method="post"
posttype="text/xml"
postbody="file=>doGoogleSearch.xml"
verifypositive="<return>Hello??mynameispengyusong</return>"
/>
</testcases>