Currently I am using the mockservice for testing the SOAP . Could you please share tips or any idea to change the Endpoint URI . In current system it shows the https//x.x.x.x:8080/webservicemocker-1.0.1/mock/perfmonservice/service/PerfmonPort. I would like to avoid the webservicemocker-1.0.1/mock/ instead I need https//x.x.x.x:8080/perfmonservice/service/PerfmonPort
Please help me to sort the issue.
Thanks in Advance !!!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
View and moderate all "General Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Discussion"
Currently I am using the mockservice for testing the SOAP . Could you please share tips or any idea to change the Endpoint URI . In current system it shows the https//x.x.x.x:8080/webservicemocker-1.0.1/mock/perfmonservice/service/PerfmonPort. I would like to avoid the webservicemocker-1.0.1/mock/ instead I need https//x.x.x.x:8080/perfmonservice/service/PerfmonPort
Please help me to sort the issue.
Thanks in Advance !!!
Since the mocker is servlet based you cannot control the complete URL. But to achieve what you are expecting you can follow below steps.