Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8721595
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T07:14:50+00:00 2026-06-13T07:14:50+00:00

I’m creating a test case for a REST API in soapUI 4.5 where I’m

  • 0

I’m creating a test case for a REST API in soapUI 4.5 where I’m going to use the content from step X to make a new call in step Y.

Ideally I’d create the REST request with some parameters, say A and B, and say that these parameters should be used in the URL:
http://myapi.com/v1/stuff/A/B

Then I’d do a property transfer step and simply set values extracted from step X into A and B.

It looks as if soapUI only lets me create querystring parameters, like this:
http://myapi.com/v1/stuff?ParamA=A&ParamB=B

This works of course, but I’d like to be able to call it both ways, to verify they’re both working.

Am I missing something?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T07:14:51+00:00Added an answer on June 13, 2026 at 7:14 am

    I am not a soapui expert by any means, but have just worked through a very similar scenario, so this might help you out.

    Part 1: Create a paramatized resource
    In my service, I have a resource called stuff:

    http://{host}/stuff
    

    I create a child resource with the below values:

        Resource Name: Get stuff by ID
        Resource Path/Endpoint: {stuffId}
    

    and before clicking ok, click Extract Params – this will populate the Parameters table with an entry like:

        Name     | Default value | Style      | Location
        stuffId  | stuffId       | TEMPLATE   | RESOURCE
    

    then click ok. You now have a resource that allows you to dynamically supply an id:

    http://{host}/stuff/{id}
    

    you would need to repeat this to create the B parameter above (or you could create A and B as two parameters to the single resource if you never call /stuff/A without also supplying B).

    Part 2: Create the test case
    Now in the test case, you need to retrieve A, transfer the property, and then send a request to the above resource using the property:

    1. In the test case, create the request to retrieve the response containing A
    2. Right click the testcase and add a Properties step. Add a property to store the value of A.
    3. From the response in the Outline view, right click the value of A and select “Transfer to > Property”, select the property you just created and hit ok
    4. Create a new request, using the new paramatized resource created in the first part. In the place of the id, put a reference to the property which is holding the value of A in this format:

      ${propertyName}
      

    I might have done something wrong, but my test initially fails on the property transfer with “Missing source property”. In the Source are of the PropertyTransfer step, I needed to set the property to ResponseAsXml

    Hope this helps!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want use html5's new tag to play a wav file (currently only supported
link Im having trouble converting the html entites into html characters, (&# 8217;) i
For some reason, after submitting a string like this Jack’s Spindle from a text
I am trying to understand how to use SyndicationItem to display feed which is
I have a string like this: La Torre Eiffel paragonata all’Everest What PHP function
I'm using v2.0 of ClassTextile.php, with the following call: $testimonial_text = $textile->TextileRestricted($_POST['testimonial']); ... and
I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this
I have a text area in my form which accepts all possible characters from
Does anyone know how can I replace this 2 symbol below from the string
I'm trying to decode HTML entries from here NYTimes.com and I cannot figure out

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.