Forum Discussion
nmrao
12 years agoCommunity Hero
You may open the project in the soapui:
Select the service interface by double clicking it
Go to Service Endpoints tab
Set the endpoint to http://${#Project#host}:${#Project#port}/cxf/${#Project#serviceName}
Click on assign and select the All requests and Test Request from drop down and click ok.
And as you know already and doing, define & set the following parameters with the values at project level
host
port
serviceName.
And you do not need an additional groovy here.
May be if the above is not the way you are looking for, please elaborate your use case.
Select the service interface by double clicking it
Go to Service Endpoints tab
Set the endpoint to http://${#Project#host}:${#Project#port}/cxf/${#Project#serviceName}
Click on assign and select the All requests and Test Request from drop down and click ok.
And as you know already and doing, define & set the following parameters with the values at project level
host
port
serviceName.
And you do not need an additional groovy here.
May be if the above is not the way you are looking for, please elaborate your use case.