Re: Working with '>', '<' in Web Service

2014-02-13 Thread Quentin Le Hénaff
I think the service should use CDDATA http://stackoverflow.com/questions/2784183/what-does-cdata-in-xml-mean On Thu, Feb 13, 2014 at 8:25 PM, Oleg Konovalov wrote: > Hi, > > I am using a Web service between Flex client and Java based server, > some proprietary Web Service (which included REST/

Working with '>', '<' in Web Service

2014-02-13 Thread Oleg Konovalov
Hi, I am using a Web service between Flex client and Java based server, some proprietary Web Service (which included REST/SOAP bridge). We have noticed when client puts '>' or '<' in their data [lets say in Description field he notes "if myValue is >0"], it creates exceptions in that Web Service.