Forum Discussion

codehausss's avatar
codehausss
Contributor
7 years ago
Solved

URL with ? not being parsed correctly by soapUI

I have problem when setting end point with ? and add method

 

i.e

 

endpoint: https://mydomain.test/index.asp?/api/v1
resource: get_condition
template: 1

 

when i run, SoapUI convert to wrong url

GET https://mydomain.test/index.asp/get_condition/1?/api/v1 HTTP/1.1

 

I don't understand why soapUI put ?/api/v1 after resource and template?

 

 

I need soapUI to use

GET https://mydomain.test/index.asp?/api/v1/get_condition/1 HTTP/1.1

1 Reply