Forum Discussion

agupta1's avatar
agupta1
Contributor
16 years ago

Mock operations with different end-points

I am implementing a mock service called “AdomoMockService” in SOAPUI. This mock service listens on port 80. I want to add mock operations in this mock service.

However, I want to set different end-points for these different mock operations. So, for ex:  I would like to have a mock – operation that gets request on end-point “/system/cfg”, while another one gets on “/voiceItem/mwi”.

Since, end-points are being set at the Mock service level, I am unable to do the above.