space as terminated tag in EM
hi all
today i have strange situation
i have soap service and if i post something like
<tag1></tag1><tag2> </tag2>
(tag2 contains one space)
so in enterprise manager i see like
<tag1/><tag2/>
but this space is correct processed and can be passed to a next service
also note
<tag3> </tag3> -- in input (several spaces, any count - 2,3.....)<tag3/> -- in em<tag4> 100 </tag4> -- in input<tag4> 100 </tag4> -- in em
so it likes that EM show trimmed element in case of spaces and nothing trimmed for value with number (as example)
is it bug ?
EM -> help -> about EM -> version 11.1.1.7.0