The Profile consistently requires either UTF-8 or UTF-16 encoding for both SOAP and WSDL (see also R1012).
R4003 A DESCRIPTION MUST use either UTF-8 or UTF-16 encoding.
What's the special character we are talking about?
Regards,
Dan
William Butler Yeats: All life is a preparation for something that probably will never happen. Unless you make it happen.
Ivan Krizsan
Bartender
Joined: Oct 04, 2006
Posts: 2193
posted
0
Hi!
Either wrap the element value that contains the "<" and/or ">" characters in a CDATA section. Reference: http://www.w3schools.com/XML/xml_cdata.asp ...or use the characters "& lt;" (without the space after the ampersand) instead of "<" and "& gt;" (again without the space after the ampersand) instead of ">".
Best wishes!