Appreciate your expertise here. I am in the process of migrating jmeter1.9.2 jmxs to jmeter2.0.2. I found one particular jmx created in 1.9.2 doesn't seem to work well with 2.0.2.
I have a SOAP/RPC sampler with the xml (cXML) starts with <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE cXML SYSTEM "http://xml.cxml.org/schemas/cXML/1.1.008/cXML.dtd"> <cXML payloadID="[EMAIL PROTECTED]@orica.com.au" timestamp="2002-11-01T07:23:12+11:00" version="1.1.008"> In 1.9.2 the jmeter returns the expected response as <?xml version="1.0"?> <!DOCTYPE cXML SYSTEM "http://xml.cxml.org/schemas/cXML/1.2.008/cXML.dtd"> <cXML version="1.1.008" payloadID="[EMAIL PROTECTED]@orica.com.au" timestamp="2005-03-08T15:56:51+10:00" xml:lang="en"> <Response> <Status code="200" text="OK"/> </Response> </cXML> where as in 2.0.2 the response I am getting is <?xml version="1.0"?> <!DOCTYPE cXML SYSTEM "http://xml.cxml.org/schemas/cXML/1.2.008/cXML.dtd"> <cXML payloadID="" timestamp="2005-03-08T14:51:11+10:00" xml:lang="en"> <Response> <Status code="204" text="No Content"/> </Response> </cXML> I searched the bugzilla and archives & couldn't really locate where is the issue might me? I am suspecting whether this is to do with the DTD itself. Any help would be appreciated. -Kolappan

