Forum Discussion

jamesrender's avatar
jamesrender
Occasional Contributor
16 years ago

[SOLVED]Setting AMF Endpoint using a property

new to soapui, just trying to make the endpoint of an AMF testcase dynamic

I did this for a httpRequest:

http://${#Project#server_prop}/Matrix

can't see an exposed property for an AMF call

6 Replies

  • jamesrender's avatar
    jamesrender
    Occasional Contributor
    this is how I used a property to make the endpoint of my HttpRequest testcase dynamic

    would like to be able to do similar for an AMF testcase
  • HI ,

    just place your dynamic endpoint on AMF endpoint field , and it will be expanded .

    hope this helps

    regards
    nebojsa
    eviware.com
  • jamesrender's avatar
    jamesrender
    Occasional Contributor
    did you mean like the attached screenshot?

    I got a connection refused unfortunately.. if I change it to `localhost:8080` on the endpoint setting it works fine
  • jamesrender's avatar
    jamesrender
    Occasional Contributor
    thats working now (helps if I reference the right scope!)

    thanks