Forum Discussion

Benoit's avatar
Benoit
New Contributor
16 years ago

XML Escaping Bug

We took a property value and set the Address into our xml request. But SoapUI didn't anymore escape the value.
${EndPointAddress}


The Address was escaped correctly into the raw data for the soapUI pro 2.5 Beta 1 (Build Date 2008/09/24 10:56) but not with the official Release soapUI Pro 2.5 (Build dist-76-2008-11-21, Build Date 2008/11/21 12:00)

With soapUI pro 2.5 beta1 (Build Date 2008/09/24 10:56).

 

 
     
       
           
           
http://W02083.corpo.recruitsoft.com/tcs ... 8A6D7CF150

           
           
             
           

       

       
           
            TCSNTestExternalNotifEventType2D539798-7128-11DD-A318-F8D26E422605
       

       
           
            http://www.taleo.com/ws/itk/prototype/2006/05
       

     

 


but with the official Release soapUI Pro 2.5 (Build dist-76-2008-11-21, Build Date 2008/11/21 12:00)

 

 
     
       
           
           
http://W02083.corpo.recruitsoft.com/tcs ... D68E644C47

           
           
             
           

       

       
           
            TCSNTestExternalNotifEventType4FAC5F58-7127-11DD-A318-B086AC2294D5
       

       
           
            http://www.taleo.com/ws/itk/prototype/2006/05
       

     

 

2 Replies

  • omatzura's avatar
    omatzura
    Super Contributor
    Hi!

    In the 2.5 final release you need to enable the "Entitize Properties" setting in the bottom left properties for your request, since the introduced escaping was actually a regression in itself..

    Hope this helps, let me know!

    regards,

    /Ole
    eviware.com
  • Benoit's avatar
    Benoit
    New Contributor
    I installed the nightly-build and set the property. It's works!

    Thanks,
    Benoit