cancel
Showing results for 
Search instead for 
Did you mean: 

getting an XML file from a web page encoding type

Former Member
0 Kudos

Hi all!

I done a schenario that get an XML file from a web page.

Michal Krawczyk 's blog was helped me.(http://scn.sap.com/community/pi-and-soa-middleware/blog/2012/01/05/michals-pi-tips-exchange-rates-fr...) asynchronous scenario(SOAP-PI-File)

But I have a problem that about coming XML encoding type.

For example :

from PI payload : <Type>��zel</Type>

true form:<Typezel</Type>

How can I change encoding type?

Thanks

Hatice ÖZBEK





Accepted Solutions (0)

Answers (1)

Answers (1)

smavachee
Active Contributor
0 Kudos

Seems to be encoding issue. Probably the data is not UTF-8 encoded. Try with another code page.

Hope it helps.!

Regards,

Sunil

Former Member
0 Kudos

Thanks Mr.Mavachee!

How can I change soap encoding type for this scenario.?

gagandeep_batra
Active Contributor
0 Kudos

hi

i think ,you can also change encoding by standard module "XMLAnonymizerBean".

check below blog:


http://scn.sap.com/community/pi-and-soa-middleware/blog/2012/07/10/handling-namespaces-in-pi-using-x...


nabendu_sen
Active Contributor
0 Kudos

Hi,

Please check the below blog to understand how to change encoding.

How To…Work with Character Encodings in Process Integration

Former Member
0 Kudos

Thanks!

But  �� came  instead  of Ç-Ğ-İ-Ö-Ş-Ü-ç-ğ-ı-ö-ş-ü (Turkish letter).

I tryed anonymizer.encoding="ISO-8859-1" but nothing changed.

Hatice ÖZBEK