Forum Discussion

rlong98's avatar
rlong98
Contributor
9 years ago
Solved

Update Definitions - Update all new tags

Hi,

 

After updating definitions I'm now have in the XML a new tag "homelessShelterIndicator"

The tag looks like this in one of the updated services:

 

 

<homelessShelterIndicator/><citizenNationalIndicator>true</citizenNationalIndicator>

 

 

However, if I open up the XML in Notepad ++ I only find the one service that I clicked has the new update.  Whereas I should see it in ALL the testSteps.

 

So in ReadyAPI - I opened up 10 of the some 100 APIs - saved it - then opened again in Notepad ++ and when finding the tag, I only find 10.

 

Findings:

>  It seems after updating defintions / refactoring - it does update the WSDL Request, but not the created services in my testSuites, EXCEPT if I open them - the new tag exists.

>  What I wanted to do is replace "

<homelessShelterIndicator/>

with 

<homelessShelterIndicator>false</homelessShelterIndicator>

 Doing this through SoapUI and/or Notepad ++ if I had to.

 

Thank you,

Rob

  • The solution came via E-mail

    Silly me - never looked at the checkbox in updating the definitions checkbox to update all requests.

3 Replies

  • The solution came via E-mail

    Silly me - never looked at the checkbox in updating the definitions checkbox to update all requests.

    • rlong98's avatar
      rlong98
      Contributor

      Thank you - I just sent it now w/ the XML