Hi ,
The xml document generated by the file adapter has the encoding as "UTF-8" in upper case.
We pass this xml as input to a Java Mapping and the resultant output document has "utf-8" in lowercase.
We are not doing any structure conversion in Java Mapping, what i mean to say is that we use the same Message Type as source & target for Java mapping. So the same document is the output , but some additional fields populated.
The difference we see is this "case". Does this matter ? If so , how can we suppress this behaviour ?
We are facing issues with XPATH formulae failing with the XML message that has "utf-8" in lowercase which is the output of Java mapping and suspect this could be the problem, Any thougths ?
Thanks
Saravana