I would suggest the SOAP/XML-RPC as it is very simple! I like simple. But more to the point, it is closest to the test system the questioner was using to start with.
Alexander J Turner Ph.D. www.project-network.com www.deployview.com www.funkifunctions.blogspot.com -----Original Message----- From: Peter Lin [mailto:[EMAIL PROTECTED] Sent: 21 August 2006 22:35 To: JMeter Users List Subject: TPN POSSIBLE SPAM:Re: Need help being able to test non-wsdl SOAP web service with jmeter the httpsampler will not work correctly with soap. your options are use the SOAP/XML or SOAP webservice samplers. peter On 8/21/06, Karr, David <[EMAIL PROTECTED]> wrote: > > Jmeter 2.2, JDK 1.4.2, WebLogic 8.1.4. > > This is just a rehash of the note(s) I sent 2 days ago, but I haven't > seen any response, and I really could use some help with this. > > I have a SOAP-based web service that uses an ordinary HTTP listener, > running on my localhost. The service does not have a WSDL. I have a > standalone tool that uses SAAJ/SOAPConnection to test this service. > That works fine. > > I'm now trying to test this with Jmeter. In my test plan, I added a > thread group, and in that I added a header manager, and then my http > request. In the header manager I set the "Content-Type" header to > "text/xml". In the http request, I set all the fields I believe are > relevant, which are name, host, port, POST method, file to send, and > path (beginning with "/", I assume). I'm not sure what the "name" > attribute is for. I saved the test plan. I executed the "Start" > option. > > At this point, I see an exception in my server log like this: > > javax.xml.soap.SOAPException: Unsupported Content-Type: > multipart/form-data > > I don't understand why it's getting a Content-Type of > "multipart/form-data", as I'm setting the HTTP header "Content-Type" to > "text/xml". Is Jmeter assuming it always sends a Content-Type of > "multipart/form-data", so it's sending both header values, and my > service only sees the "multipart/form-data" one? > > I also tried using either an httpclient http request, or a > "Webservice(SOAP" request. The results for these were different, in > that they appeared to do absolutely nothing. I saw no results, and no > errors. > > Note that I copied the weblogic.jar file into the jmeter/lib directory, > to get access to the various protocol classes. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.1.405 / Virus Database: 268.11.3/423 - Release Date: 18/08/2006 -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.405 / Virus Database: 268.11.3/423 - Release Date: 18/08/2006 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

