Not really sure how to word this, or which would be the best forum to post this to…
So here goes.
In version 6.5 I’m sending xml data back to an Informix box. All values in webMethods look correctly formatted and are returned correctly.
Upgrading to 8.2, besides the directory structure changed, everything is exactly the same. (certs, config files, etc.)
I receive
<?xml version="1.0" encoding="UTF-8"?>
when it should be
<?xml version="1.0" encoding="UTF-8"?>
Is there some value I’ve missed setting in webMethods? I am able to run both versions at the same time so I’m sure its something in webMethods doing this.
Fixed by changing setting from true to false.
Integration server extended setting changed:
watt.core.template.enableFilterHtml=false
Really couldnt find any document on this specific setting, but found someone talking about watt.core.template.enableSecureUrlRedirection, which doesnt exist in my version.
Thanks for the help
The HTMLDecode service works fine for me in this case without changing the extended setting.
And what i feel is, modifying the extended setting for this case may change the functionality in the dsp pages.