John,
From the builtin services reference:
[quote]
encoding String Optional.
Character set in which the URL data parameters are
encoded (args or table and/or string). Encoding is required to
correctly convert the String object to bytes when generating the URL
for a post. Specify an IANA-registered character set (for example,
ISO-8859-1).
If this variable is null, the default JVM encoding is used. Because
string is used in the body of the post and not used for building the
URL, you do not need to specify encoding for the data parameter
string.
{/quote]
So, if you are passing the data to be transfered over http in the ‘string’ variable the behavior you see is as expected.
Regards,
Koen
#Flow-and-Java-services#webMethods#Integration-Server-and-ESB