Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Org.eclipse.higgins.rpps.web"

Line 1: Line 1:
 
{{#eclipseproject:technology.higgins|eclipse_custom_style.css}}
 
{{#eclipseproject:technology.higgins|eclipse_custom_style.css}}
  
[[org.eclipse.higgins.rpps.web]] is a web app that provides a SOAP binding for the [[I-Card Service]].
+
[[org.eclipse.higgins.rpps.web]] is a web app that implements the (SOAP) ICS API used by client apps. It is a SOAP binding for the underlying [[I-Card Service]].
 +
 
 +
==Clients using the ICS API==
 +
* [[Higgins Embedded-Selector Extension for Firefox]] - in Higgins 1.0
 +
* [[I-Card Manager]] - Higgins 1.0 and 1.1
 +
* [[AIR Selector]] - Higgins 1.1
 +
* [[iPhone Selector]] - Higgins 1.1
 +
* Other non-Higgins apps
  
 
===Higgins 1.1===
 
===Higgins 1.1===
 
[[org.eclipse.higgins.rpps.web]] now supports two JAX-RPS WS endpoints:
 
[[org.eclipse.higgins.rpps.web]] now supports two JAX-RPS WS endpoints:
 
* RPPSService - each message includes username/password. (Deprecated)
 
* RPPSService - each message includes username/password. (Deprecated)
* SCRPPSService - each message is authenticated using an AccessToken.  
+
* SCRPPSService - each message is authenticated using an AccessToken. <-- need to rename this "ICS"
  
 
RPPSService:
 
RPPSService:

Revision as of 01:25, 11 July 2009

{{#eclipseproject:technology.higgins|eclipse_custom_style.css}}

org.eclipse.higgins.rpps.web is a web app that implements the (SOAP) ICS API used by client apps. It is a SOAP binding for the underlying I-Card Service.

Clients using the ICS API

Higgins 1.1

org.eclipse.higgins.rpps.web now supports two JAX-RPS WS endpoints:

  • RPPSService - each message includes username/password. (Deprecated)
  • SCRPPSService - each message is authenticated using an AccessToken. <-- need to rename this "ICS"

RPPSService:

SCRPPSService:

Back to the top