All,

 

My SOAP envelope generated using AXIS2 contains escaped entities but the
client tools like (SOAP UI, Eclipse, etc.) still fail with the entity
error message:

 

Message: The entity name must immediately follow the '&' in the entity
reference

 

Here is a SOAP response snippet where I have the escaped entities:

 

<ns2:typeOfAgencyTransfer xsi:nil="true"/>

 
<ns2:uniqueIdentity>&amp;3426&amp;3427&amp;1609&amp;SV&amp;MKH177902&amp
;&amp;0&amp;1</ns2:uniqueIdentity>

 
<ns2:updateAtHigherLevel>false</ns2:updateAtHigherLevel>

 
<ns2:updateExchangeFlag>true</ns2:updateExchangeFlag>

 

 

I have no clue why this should fail. Does it need to be wrapped in
CDATA?

 

Thanks

Sumit

 

 

Reply via email to