If I understand you well you want to have a code sample of sending a SOAP request?
Usually soap requests are simply http POST requests with an XML message as payload. That's how it's done in Jmeter. If what you need is creating a soap request from a wsdl, then look at soapUI which also has an open source version ( https://github.com/SmartBear/soapui). Otherwise google for "java http post example". Nicola On 5 November 2013 04:38, 王敬财 <[email protected]> wrote: > Hello > > I holp the mail address is proper > > > > My English is so poor , I wish you understand my mind; > > > > Recently, I develop a function; I wish make a Dynamic Client with > Soap ; The program can send some soap messages to any Server and receive > response; I search some information by Google; but lot of example is very > sample; I observe JMeter can do that very well > > > > I get Jmeter resource 2.10 from http://jmeter.apache.org; and Ant. I > import > the project ; but I can’t find the code about soap send; > > > > So I beg you tell me ; how does Jmeter send the soap to any Server; > > > > > > From China ; Eugene Wang > 2013-11-5 >
