Bug 298720 - [remoteservices][provider][soap] Create SOAP remoteservices client provider
Summary: [remoteservices][provider][soap] Create SOAP remoteservices client provider
Status: NEW
Alias: None
Product: ECF
Classification: RT
Component: ecf.providers (show other bugs)
Version: 3.1.0   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: ecf.core-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-03 21:54 EST by Scott Lewis CLA
Modified: 2010-05-18 14:28 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Scott Lewis CLA 2010-01-03 21:54:03 EST
Currently, we have the o.e.e.remoteservice bundle for the core remoteservices API.  With the addition of a new package (org.eclipse.ecf.remoteservice.client) it's now possible to easily introduce a soap-based remote service client by extending classes in o.e.e.remoteservices.client package.

Using either Axis or Axis2, we should be able to now easily support SOAP-based remote services clients.