apache - WSDL not valid in Jmeter -


i testing web service using apache jmeter ( v2.5.1 ) while loading getting below error.

the wsdl not valid , please double check url. org.apache.jmeter.protocol.http.util.wsdlexception:www.webservicex.net

error

same wsdl worked in soapui : webservice url : http://www.webservicex.net/geoipservice.asmx?wsdl

paste following soap request code "soap/xml-rpc request” sampler in "soap/xml-rpc data" section , in url enter "http://www.webservicex.net/geoipservice.asmx?wsdl"

<soapenv:envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:web="http://www.webservicex.net/">    <soapenv:header/>    <soapenv:body>       <web:getgeoip>          <!--optional:-->          <web:ipaddress>192.168.1.1</web:ipaddress>       </web:getgeoip>    </soapenv:body> </soapenv:envelope> 

click on run button. after execution can see response in “view result tree” below.

enter image description here


Comments

Popular posts from this blog

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -