Forum Discussion

LZhang's avatar
LZhang
Frequent Contributor
16 years ago

How to turn off numbering in soap exception

Hi, Ole:

We put a lot of assertions for soap exception such as the following
"
 
     
       
            soap:Sender
       

       
            Server was unable to read request. ---> There is an error in XML document (24, 74). ---> The string 'invalid isDefault 123123' is not a valid Boolean value.
       

       
     

 


Is (24,74) XML line numbering?  Previously, this set of number doesn't show up in any response and but it started appearing in all the soap exception response and therefore failed a lot of our test cases (since our content assertions didn't contain the numbering.  Is there a way to turn off the numbering in soap exceiption?

Thanks,
Li