Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Publish ECF Remote Service As WebService"

(New page: With ECF, the remote services can be published "automatically" as web service.)
 
Line 1: Line 1:
 
With ECF, the remote services can be published "automatically" as web service.
 
With ECF, the remote services can be published "automatically" as web service.
 +
 +
Below is an example of doing this for an existing remote service example available on the ECF examples.
 +
 +
The code is currently located on the [http://ecf1.osuosl.org ECF OSUOSL] site.  Here's the CVS information for this site:
 +
 +
<pre>
 +
anonymous:  :pserver:anonymous@ecf1.osuosl.org:/ecf
 +
extssh:  :extssh:ecf1.osuosl.org:/home/cvs/ecf
 +
 +
module:
 +
plugins/org.eclipse.ecf.remoteservice.soap.host
 +
</pre>

Revision as of 04:51, 20 June 2010

With ECF, the remote services can be published "automatically" as web service.

Below is an example of doing this for an existing remote service example available on the ECF examples.

The code is currently located on the ECF OSUOSL site. Here's the CVS information for this site:

anonymous:  :pserver:anonymous@ecf1.osuosl.org:/ecf
extssh:  :extssh:ecf1.osuosl.org:/home/cvs/ecf

module: 
plugins/org.eclipse.ecf.remoteservice.soap.host

Back to the top