Hello Deepak, Thanks for your quick reply.
I tried...but it gave me warning Symbol in Results Table. Where can i see actual error message. Please see the below request i am sending .... Am i following correct approach? From SOAP UI it generates request automatically. Jmeter does not generate it / please let me know if i am not using it correctly. Request-- <?xml version="1.0" encoding="utf-8"?> <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/"> <soap:Body> <CelsiusToFahrenheit xmlns="http://tempuri.org/"> <Celsius>45</Celsius> </CelsiusToFahrenheit> </soap:Body> </soap:Envelope> Thanks, Sridhar Deepak Shetty wrote: > > Hi > 1. Look at the example > http://www.w3schools.com/webservices/tempconvert.asmx?op=CelsiusToFahrenheit > From <?xml.. onwards . (change the value of the <celsius>string</celcius> > to > the value you want to convert > > 2. what warning? > regards > deepak > > On Tue, Apr 6, 2010 at 8:53 PM, kSridhar123 <[email protected]> > wrote: > >> >> Hello Folks, >> >> I am new to JMeter and i would like to execute Web Services using JMeter. >> I am following below link to test web service. >> >> Web Service - http://www.w3schools.com/webservices/tempconvert.asmx?WSDL >> Method - CelsiusToFahrenheit >> >> >> http://jakarta.apache.org/jmeter/usermanual/component_reference.html#SOAP/XML-RPC_Request >> 18.1.6 WebService(SOAP) Request >> >> Here i have two questions.... >> 1) What data should i give for .... >> Soap/XML-RPC Data >> >> 2) When i run this web service, it is showing warning in the Status (View >> Results in Table) >> >> Am i doing any wrong? Please let me know the correct process....If any >> one >> have useful links send to me. >> >> Thanks, >> Sridhar >> -- >> View this message in context: >> http://old.nabble.com/Error-with-18.1.6-WebService%28SOAP%29-Request-tp28160253p28160253.html >> Sent from the JMeter - User mailing list archive at Nabble.com. >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> > > -- View this message in context: http://old.nabble.com/Error-with-18.1.6-WebService%28SOAP%29-Request-tp28160253p28167080.html Sent from the JMeter - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

