https://issues.apache.org/bugzilla/show_bug.cgi?id=45328
Summary: SOAP-call does not support Unicode data Product: JMeter Version: 2.3 Platform: PC OS/Version: Windows XP Status: NEW Severity: normal Priority: P2 Component: Main AssignedTo: jmeter-dev@jakarta.apache.org ReportedBy: [EMAIL PROTECTED] jmeter 2.3 windows XP prof I'm using like this tag in my SOAP-call. <field-values>messagebody:${MESSAGE}
</field-values> In "User Defined Variables" element I have defined MESSAGE="国际" as Chinese string. Receiver log is showing the message as "??" - actually text=%3F%3F that means "??". ER: context-data in SOAP-call has being sent as Unicode. Here is the full SOAP-call: <?xml version="1.0" encoding="UTF-8"?> <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:ns1="urn:eqome" xmlns:ns2="urn:inject" xmlns:ns3="urn:community" xmlns:ns4="urn:gaim_nsg" xmlns:ns5="urn:gaim_proxy" xmlns:ns6="urn:inter_nsg" xmlns:ns7="eqo:sms" xmlns:ns8="urn:twiddle" xmlns:ns9="urn:dnpolicy" xmlns:ns10="urn:nsgim"> <SOAP-ENV:Body SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> <ns7:send> <to>+16043513313</to> <from>+17788988013</from> <template-name>Message</template-name> <field-values>messagebody:${MESSAGE}
</field-values> <lang>${LANG}</lang> <carrier></carrier> </ns7:send> </SOAP-ENV:Body> </SOAP-ENV:Envelope> -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]