Skip to content

This repository contains examples how the iProva WCF API can be used

Notifications You must be signed in to change notification settings

Infoland/iProva-WCF-API-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This GitHub contains examples how to use the WCF api of iProva.

Schema

All API access is possible over the same protocols as the iProva.

var iprova = "https://iprova.yourcompany.nl";
var api = "https://iprova.yourcompany.nl/externalapi";

End points

There are two end points for each resource: one for SOAP and service references and one for JSON or web calls.

The first is denoted by just the resource path: http://iprova/externalapi/Portals/PortalsAPI.svc/GetTokenForUser. The second is denoted by added web between the resource and the method: http://iprova/externalapi/Portals/PortalsAPI.svc/web/GetTokenForUser

More documentation

Haven't found what you were looking for? More information can be found here

About

This repository contains examples how the iProva WCF API can be used

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •