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 2: Line 2:
  
 
[[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 provides a SOAP binding for the [[I-Card Service]].
 +
 +
===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]
 
* [https://higgins.eclipse.org/rpps-axis/services/RPPSService?WSDL WSDL]
 
   
 
   
 
[[Category:Higgins Components]]
 
[[Category:Higgins Components]]

Revision as of 11:21, 6 July 2009

{{#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.

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:

Back to the top