You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by bu...@apache.org on 2004/01/23 16:41:15 UTC

DO NOT REPLY [Bug 25741] - WebServiceSampler reads the XML files using the platform default encoding

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25741>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25741

WebServiceSampler reads the XML files using the platform default encoding

woolfel@yahoo.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED



------- Additional Comments From woolfel@yahoo.com  2004-01-23 15:41 -------
I will look into this. It should be a fairly straight forward fix. the current 
implementation does this:

doc = XDB.parse(new InputSource(new StringReader(xmlData)));

chaning it to:

doc = XDB.parse(new FileInputStream(new File(xmlData)));

is easy enough. I'll make the change and check it tonight.

peter lin

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org