WebMethods - XML parse/generate - special characters

Hi,

I apologize in advance, I am an AS400 developer because I do not know the exact webMethods phrases.

One of our suppliers operates with webMethods so we communicate by XML sequences between webMethods and AS400.

We know the 5 special characters from XML point of view like the follows:
": "
&: &

: >
<: <
': '

We have problem with &apos in XML sequence. webMethods generates and sends &#39 instead of &apos. We are very sorry but we can parse only &apos on our site. As we experienced webMethods can understand both entities.

My question is whether is it able to configure webMethods somehow to send &apos instead of #39 or describe XML schemas used by webMethods regarding to this feature?

Your help would be very appreciated. Thanx a lot!

Whether is it possible to solve this issue by XSD somehow?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.