JBoss:如何从WSDL生成Web服务?

时间:2022-11-24 23:19:20

I need to prototype a very simple system which sends a request to a remote web service, which will then callback on my own web service once it's finished processing. Unfortunately, I have to implement their WSDL for the callback.

我需要构建一个非常简单的系统原型,该系统向远程Web服务发送请求,然后在完成处理后将在我自己的Web服务上进行回调。不幸的是,我必须为回调实现他们的WSDL。

Is there a nice simple way of generating a JBoss application which will correctly implement the WSDL, and run some trivial java code?

有一个很好的简单方法来生成一个JBoss应用程序,它将正确实现WSDL,并运行一些简单的java代码?

I tried wsdl2java from Apache CXF, but that only gave me a standalone server, not a deployable one.

我尝试过来自Apache CXF的wsdl2java,但这只给了我一个独立的服务器,而不是一个可部署的服务器。

2 个解决方案

#1


Does this tutorial help?

本教程有帮助吗?

#2


Have a look at Axis2.

看看Axis2。

#1


Does this tutorial help?

本教程有帮助吗?

#2


Have a look at Axis2.

看看Axis2。