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"

(RPPSService)
Line 8: Line 8:
 
* SCRPPSService - each message is authenticated using an AccessToken.  
 
* SCRPPSService - each message is authenticated using an AccessToken.  
  
===RPPSService===
+
RPPSService:
 
* [https://higgins.eclipse.org/rpps-axis/services/RPPSService?WSDL WSDL]
 
* [https://higgins.eclipse.org/rpps-axis/services/RPPSService?WSDL WSDL]
  
===SCRPPSService===
+
SCRPPSService:
 
* [https://higgins.eclipse.org/rpps-axis/services/SCRPPSService?WSDL WSDL]
 
* [https://higgins.eclipse.org/rpps-axis/services/SCRPPSService?WSDL WSDL]
  
 
[[Category:Higgins Components]]
 
[[Category:Higgins Components]]

Revision as of 11:33, 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:

SCRPPSService:

Back to the top