简体   繁体   English

嵌入式Jetty和SOAP

[英]Embedded Jetty and SOAP

I am trying to run an embedded Jetty and would like to expose a soap webservice. 我正在尝试运行嵌入式Jetty,并希望公开soap webservice。 The project is loaded as a WAR generated by netbeans. 该项目作为netbeans生成的WAR加载。 The webservice is generated from a WSDL. Web服务是从WSDL生成的。 What is the simplest way to add SOAP support to embedded Jetty 向嵌入式Jetty添加SOAP支持的最简单方法是什么?

The axis2 web services framework can be deployed as a normal web application onto your embedded Jetty instance. axis2 Web服务框架可以作为普通Web应用程序部署到嵌入式Jetty实例上。

It provides a framework for the execution of your web service. 它提供了执行Web服务的框架。 You can embed such services within the Axis2 war file or deploy them separately .aar files (Special Axis2 archive file format) 您可以在Axis2 war文件中嵌入此类服务,也可以单独部署它们.aar文件(Special Axis2存档文件格式)

It seems like there is a bridge to use JAX-WS with Jetty . 似乎有一个桥梁可以使用JAX-WS和Jetty Though I never use it personally. 虽然我从不亲自使用它。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM