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 "I-Card Service 1.1"

Line 2: Line 2:
 
[[Image:Higgins_logo_76Wx100H.jpg|right]]
 
[[Image:Higgins_logo_76Wx100H.jpg|right]]
  
The [[I-Card Service]] provides the back end, core processing services for thin-client selectors including: [[AIR Selector 1.1-Win]] as well as for the [[Cloud Selector 1.1]] and the [[iPhone Selector 1.1]].
+
The SOAP [[I-Card Service]] provides the core processing services for thin-client selectors including: [[AIR Selector 1.1-Win]] as well as for the [[Cloud Selector 1.1]] and the [[iPhone Selector 1.1]].  
  
 +
=== Versions ===
 +
There are two variants of the [[I-Card Service]]: RPPSService and SCRPPSService.
 +
 +
The [[I-Card Service]] was introduced in Higgins 1.0 and supported the RPPSService variant. RPPSService is used by [[Higgins Embedded-Selector Extension for Firefox]] and the [[I-Card Manager]].
 +
 +
In Higgins 1.1 the RPPSService is no longer used and a new, replacement SCRPPSService was introduced. The SCRPPSService is used by [[AIR Selector 1.1-Win]], [[AIR Selector 1.1-Mac]] and the [[iPhone Selector]].
 +
 +
== RPPSService Service ==
 +
* each message includes username/password.
 +
* [https://higgins.eclipse.org/rpps-axis/services/RPPSService?WSDL WSDL]
 +
 +
== SCRPPSService Service ==
 +
* each message is authenticated using an AccessToken.
 +
* [https://higgins.eclipse.org/rpps-axis/services/SCRPPSService?WSDL WSDL]
 +
 +
== Implementation ==
 
=== Architecture ===
 
=== Architecture ===
  

Revision as of 10:22, 12 July 2009

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

Higgins logo 76Wx100H.jpg

The SOAP I-Card Service provides the core processing services for thin-client selectors including: AIR Selector 1.1-Win as well as for the Cloud Selector 1.1 and the iPhone Selector 1.1.

Versions

There are two variants of the I-Card Service: RPPSService and SCRPPSService.

The I-Card Service was introduced in Higgins 1.0 and supported the RPPSService variant. RPPSService is used by Higgins Embedded-Selector Extension for Firefox and the I-Card Manager.

In Higgins 1.1 the RPPSService is no longer used and a new, replacement SCRPPSService was introduced. The SCRPPSService is used by AIR Selector 1.1-Win, AIR Selector 1.1-Mac and the iPhone Selector.

RPPSService Service

  • each message includes username/password.
  • WSDL

SCRPPSService Service

  • each message is authenticated using an AccessToken.
  • WSDL

Implementation

Architecture

I-card-service.1.1.100.png

(Diagram Key)

Components & Packages

Components:

Packages:

Back to the top