Java – virtual web service

I received a WSDL file for the web service interface, which our system should call in the future

Before that, I want to set up a virtual / simulated web service, which has no other function except recording web service calls and returning virtual data

What I have done so far is to generate Java objects from WSDL files

What is the quickest way to set up such a model web service when you are already running an application server (here: JBoss)?

Solution

We just encountered the same problem and found that soapUI is the perfect tool Given a WSDL, it will create a service on the machine you can call and allow you to edit the response as needed

The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
分享
二维码
< <上一篇
下一篇>>