How to invoke a concrete operation of a Mock service deployed in SOAPUI

一世执手 提交于 2019-12-12 07:04:48

问题


I have one SoapUI Mock service (served as http://localhost:8454/MyMock) with several operations MockOpA, MockOpB, MockOpC... each of them with his particular unic response.

Is there a way to invoke a particular operation adding it to the URL I used inside the Java code that calls the Mock Service?

Something like http://localhost:8454/MyMock/MockOpA.

I see a lot of examples of one operation several responses; but none of several operations exposed by the same Mock Service.


回答1:


I have found what I need .....



来源:https://stackoverflow.com/questions/36570950/how-to-invoke-a-concrete-operation-of-a-mock-service-deployed-in-soapui

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!