Forum Discussion

Elsevier_-_OH_S's avatar
Elsevier_-_OH_S
Contributor
12 years ago

Data After Refactoring the WSDL

I have refactored my WSDL file.....I am getting all my data and request except my value to one step to other test step....I used one one value from the previous step's response to my current step request through getdata.......it is showing the current step feeded with that response vale but when i run the request it says Missing that value...i have to perform the getData again for so many requests to execute it successfully...What would be the reason i have so many test cases after refactoring my WSDL that needed that previous steps response value in the current steps request......Cant handle this.......Please suggest something.

5 Replies

  • Nothing has been changed everything is same test case name, suits all same. only thing is its not taking value from response to request now....i didnt used property expension bcs i have to do this thing for my test cases even for my test suits....so just doing it through two test steps in the testcase.....
  • this value is dynamic so have to run request every time t pass it from response to request....so i was not able to set it up at project level....is there a way i can set this dynamic value at project level as property and use it in my test cases and test suits....
    • jwangca1's avatar
      jwangca1
      New Contributor

      Thank you for reading my question.
      After I deleted one element:  <element name="contractorPWCR" nillable="true" type="xsd:string"/>, refactoring the wsdl, created new request, the result still have contractorPWCR.
      I also added attribute but not in the result.

      Thanks,
      Jim