Hi,
I am still not able to get JMeter to correctly load test an Oracle J2EE
WebService.
The error response I get back said it can not find method "Request".  This
webservice does not have a Request method.

=================================================================
?xml version='1.0' encoding='UTF-8'?>    SOAP-ENV:Server
java.lang.NoSuchMethodException: no such method &aposRequest&apos on class
dep.fdm.mdws.__MdWebServicesStubStatelessWrapper at
dep.fdm.mdws.__MdWebServicesStubStatelessWrapper.invokeMethod(__MdWebServices
StubStatelessWrapper.java:137)  /FdmMdws/Mdws    
=================================================================

I think I know why its complaining about a "Request" method.  In my input, I
have Request as my root tag:

  <Request xmlns:ns1="http://dep.fdm.mdws/IMelissaDataWebService.xsd";

The method that is available is doSingleRecord.  I replace Request with the
method name, but I still receive the no such method error, with the method
name:

=================================================================
?xml version='1.0' encoding='UTF-8'?>    SOAP-ENV:Server
java.lang.NoSuchMethodException: no such method &aposdoSingleRecord&apos on
class dep.fdm.mdws.__MdWebServicesStubStatelessWrapper at
dep.fdm.mdws.__MdWebServicesStubStatelessWrapper.invokeMethod(__MdWebServices
StubStatelessWrapper.java:137)  /FdmMdws/Mdws    
=================================================================

How do I debug it to see why its not properly load testing?

Thanks,
Charles Li


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to