Good Day:
I am beginner in webMethods Developer, I have one problem, this problem is when I manipulate files XML, cause in some files , they have information in its tags:
- accents ( for example : Mercancía´).
- Strange characters (for example : ñ)
My process is as follow:
I take file XML and i transformed this file in other file XML with diferent format.
I take file via this service pub.client.ftp:get, Then this file is transformed in format of bytes, after i transform this file to one node via xmlStringToXMLNode, next, this node i transform in document via xmlNodeToDocument, Here is the error, because i can’t manipulate document XML for transformed in other file XML, why?, this file has wrong format.
Someone tell me why is error?