Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ecf-dev] Publishing remote services as WS

Hi Guys,

I created this wiki page [1] with some instructions about how to publish a ECF remote service as a web service. Please comments/suggestions are welcome.

Thanks,
Marcelo

[1] - http://wiki.eclipse.org/Publish_ECF_Remote_Service_As_WebService

On Thu, Jun 17, 2010 at 12:43 AM, Marcelo Mayworm <mayworm@xxxxxxxxx> wrote:
Hi Wim,

I will create tomorrow a wiki page with an example and giving a description about the possibilities around that code, can be more useful for the ecf community(and maybe we can get more feedback from others).

But basically what it does is create on the fly a web service from any ECF remote service. There is a container adapter where you can pass a remote service and the code will deploy a web service through the Axis. There is a strong dependency with the Axis behind the scenes, in this moment I'm not considering to have other WS frameworks pluggable as well,  but we can discuss about this "strategy".

Thanks,
- Marcelo

On Wed, Jun 16, 2010 at 11:19 PM, Wim Jongman <wim.jongman@xxxxxxxxx> wrote:
Hi Marcello,

Can you please give a description of the possibilities of this code? It sounds very interesting. Does your code make it possible to transform any remote server on the fly to a web service? What is the relation to Axis and are other ws frameworks pluggable as well? 

Regards,

Wim  

On May 30, 2010, at 17:08, Marcelo Mayworm <mayworm@xxxxxxxxx> wrote:

Hi ECFers,

I have been working in this the bug [1]. I know that it is a busy time around Helios release, but if you guys have comments/suggestion around this implementation, it will be really welcome.

Thanks,
- Marcelo

_______________________________________________
ecf-dev mailing list
ecf-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ecf-dev

_______________________________________________
ecf-dev mailing list
ecf-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ecf-dev




Back to the top