Forum Discussion

Jacob_Hassing's avatar
Jacob_Hassing
Contributor
16 years ago

refactoring issue

i have request with this structure :

     
       
       
       
       
       
     


It have been chaged to this.
     
     
       
       

           
           
           
           
       

     


Now i would like to refactor to the new address struture, i want Name to point to Address->Name.

AFAIK it can not be done by refactoring now. would it be possible make this ?

/Michael

2 Replies

  • SmartBear_Suppo's avatar
    SmartBear_Suppo
    SmartBear Alumni (Retired)
    Hi Jacob,

    Unfortunately the refactoring functionality does not yet support structural changes like the one you describe, but please add a feature request here since it definitely is something we should and would like to support.

    regards!

    /ole
    eviware.com
  • alibaba82's avatar
    alibaba82
    Super Contributor
    Jacob,
    I had a similar problem and was able to resolve it using 'rapidInfo search and replace' utility.

    you can try pattern search functionality and replace

    .*

    with

           
           

               
               
               
               
           

         


    The software can be downloaded at
    http://www.inforapid.de/html/searchreplace.htm

    there is pretty nice tutorial at
    http://www.tutorialsroom.com/tutorials/ ... -text.html

    make sure to make to try it on a back up or version controlled soapui project.

    hope this helps

    Ali