This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
I do not understand why I am having this problem when I try to search some data in my api using & as string in field:
In soapui, I have this values:
There is a owner with "&" in string. But when I try to search, my response is:
Mon Jan 30 13:37:52 BRST 2012:ERROR:An error occured [The entity name must immediately follow the '&' in the entity reference.], see error log for details
do someone have passed by this problem? any idea how to fix?
Ampersand in text node should be written in escaped form (no hyphen below):
<serviceFilterValue>Admin&-a-m-p;strator </serviceFilterValue> Or, in cdata section, it can be in unescaped form.
<serviceFilterValue><![CDATA[Admin&strator ]]></serviceFilterValue>
camilo lopes
Ranch Hand
Joined: Aug 08, 2007
Posts: 202
posted
0
hi g tsuji I got it . I used Admin&-a-m-p;strator. Now it is working.
thanks.
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.