Forum Discussion

Iben_Christoffe's avatar
Iben_Christoffe
New Contributor
16 years ago

form editor changes xml content

when we have used the form editor, without doing any changes ourselfs, the content changes when entering the xml editor from the form editor. Now that would be ok, but in our case the changes are not valid. Please see the 'before form' message and the 'after form' message bellow.

Original message, validates ok :

 
uuid:9616a191-eecc-4859-b625-58d3cd294592
http://www.w3.org/2005/08/addressing/anonymous

 
     
       
           
              false
           

           
              11223344
   
           

           
             
             
                  ejer

                11223344

             

           

           
             
                  1000
                  DKK
             

           

       

       
            00000000-0000-0000-0000-000000000000
       

       
       
            Vibeke
            Højrup
       

        19
       
     

 



#############################################


The message after having used the form editor. Now it dosnt validate ok:


 
uuid:9616a191-eecc-4859-b625-58d3cd294592
http://www.w3.org/2005/08/addressing/anonymous

 
     
       
           
              false
           

           
              11223344
   
           

           
             
             
                  ejer

                11223344

             

           

           
             
                  1000
                  DKK
             

           

       

       
            00000000-0000-0000-0000-000000000000
       

       
       
            Vibeke
            Højrup
       

        19
       
     

 

3 Replies

  • omatzura's avatar
    omatzura
    Super Contributor
    Hi Iben,

    thanks for reporting. This is a known issue that will be fixed in upcoming release.. I wonder if you could attach or mail me (ole@eviware.com) the WSDL that defines this operation so I can validate the fix before releasing it?

    sorry for the inconvenience...

    regards!

    /Ole
    eviware.com
  • We are also seeing this behavior.  In the soapUI-pro console we get the message:

    ----
    09:06:05,062 WARN  [EditorSupport] Missing insertionpoint for node [simpleAttribute], appending instead
    09:06:05,140 WARN  [EditorSupport] Missing insertionpoint for node [simpleAttribute], appending instead
    09:06:05,187 WARN  [EditorSupport] Missing insertionpoint for node [simpleAttribute], appending instead
    09:06:05,250 WARN  [EditorSupport] Missing insertionpoint for node [simpleAttribute], appending instead
    09:06:05,312 WARN  [EditorSupport] Missing insertionpoint for node [simpleAttribute], appending instead
    09:06:05,359 WARN  [EditorSupport] Missing insertionpoint for node [simpleAttribute], appending instead
    09:06:05,421 WARN  [EditorSupport] Missing insertionpoint for node [simpleAttribute], appending instead
    ----

    The "simpleAttribute" node is now malformed in each instance in the request:


        0
        2008-06-25T13:06:48-04:00
        false
        698
        10000
        Display Title
        STRING
        Apollo 13



    Note the bolded element.  I can provide WSDL if necesary.