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"

 
(7 intermediate revisions by the same user not shown)
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) [[I-Card Service]]. It can be thought of as SOAP bindings for some of the methods supported by the [[RPPS Package]].
 
+
===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.
+
 
+
RPPSService:
+
* [https://higgins.eclipse.org/rpps-axis/services/RPPSService?WSDL WSDL]
+
 
+
SCRPPSService:
+
* [https://higgins.eclipse.org/rpps-axis/services/SCRPPSService?WSDL WSDL]
+
  
 
[[Category:Higgins Components]]
 
[[Category:Higgins Components]]

Latest revision as of 10:14, 12 July 2009

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

org.eclipse.higgins.rpps.web is a web app that implements the (SOAP) I-Card Service. It can be thought of as SOAP bindings for some of the methods supported by the RPPS Package.

Back to the top