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 "Org.eclipse.higgins.rpps.web"

Line 3: Line 3:
 
[[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]].
 
[[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===
+
==ICS API 1.0 (aka "RPPSService")==
[[org.eclipse.higgins.rpps.web]] now supports two JAX-RPS WS endpoints:
+
* each message includes username/password. (Deprecated from 1.1)
* RPPSService - each message includes username/password. (Deprecated)
+
* SCRPPSService - each message is authenticated using an AccessToken. <-- need to rename this "ICS"
+
 
+
RPPSService:
+
 
* [https://higgins.eclipse.org/rpps-axis/services/RPPSService?WSDL WSDL]
 
* [https://higgins.eclipse.org/rpps-axis/services/RPPSService?WSDL WSDL]
  
SCRPPSService:
+
Clients using the ICS 1.0 API
 +
* [[Higgins Embedded-Selector Extension for Firefox]] - in Higgins 1.0
 +
* [[I-Card Manager]] - Higgins 1.0
 +
 
 +
==ICS API 1.1 (aka "SCRPPSService")<-- need to rename this "ICS"==
 +
* each message is authenticated using an AccessToken.
 
* [https://higgins.eclipse.org/rpps-axis/services/SCRPPSService?WSDL WSDL]
 
* [https://higgins.eclipse.org/rpps-axis/services/SCRPPSService?WSDL WSDL]
 +
 +
Apps using the ICS 1.1 API:
 +
* [[AIR Selector]] - Higgins 1.1
 +
* [[iPhone Selector]] - Higgins 1.1
 +
* Other non-Higgins apps
  
 
[[Category:Higgins Components]]
 
[[Category:Higgins Components]]

Revision as of 01:31, 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.


ICS API 1.0 (aka "RPPSService")

  • each message includes username/password. (Deprecated from 1.1)
  • WSDL

Clients using the ICS 1.0 API

ICS API 1.1 (aka "SCRPPSService")<-- need to rename this "ICS"

  • each message is authenticated using an AccessToken.
  • WSDL

Apps using the ICS 1.1 API:

Back to the top