Developer Zone
-
WhereIsNow™
Version 1.0 Software All Date 05-01-2009 Publisher Prossima Isola Platform Platform-Independent Description WhereIsNow™ Web Service.
We have produced a solution as simple as possible to help developers to quickly integrate WhereIsNow™ data in their applications.
The Web Service has only one available operation: whereIsNow.
WhereIsNow™ Web Service can be queried using both http and https and contains two complex objects: CurrentDocument and UpdatedDocument.
- CurrentDocument: contains the current keys of the document. These keys are used to query WhereIsNow™
- UpdatedDocument: contains the list of child documents of the document identified by CurrentDocument. Actually the list contains only a document with the same publisherId and documentId values.
For more datails click here.
WSDL: (
[1] - [4] )up
-
WhereIsNow™ DocsHandlerWS
Version 1.0 Software All Date 27-07-2009 Publisher Prossima Isola Platform Platform-Independent Description WhereIsNow™ DocsHandler Web Service.
The purpose of WhereIsNow™ DocsHandlerWS is to make your documents management available through a web service freely and easily.
If you integrate your application (CMS, DMS, etc.) with this WhereIsNow™ web service, all your users can enjoy the use of our plugins / features ( plugins download ), and so their documents will be self-updatable automatically.
N.B.: DocsHandler Web Service is under heavy development and currently the following seven methods are available:-
registerDocument
parameters:
- Document, data type with all information describing registering document;
return:
- DocumentReport, data type with synthetic informations describing registered document.
-
newVersion
parameters:
- UnsignedInt, to identify updating document;
- Version, data type with all information describing new version;
return:
- DocumentReport, data type with synthetic informations describing new version.
-
editVersion
parameters:
- UnsignedInt, to identify updating document;
- Version, data type with all information describing new version;
return:
- DocumentReport, data type with synthetic informations describing edited version.
-
addAddresses
parameters:
- UnsignedInt, to identify editing document;
- AddressList, an array of fields that wraps all information at address level;
return:
- DocumentReport, data type with synthetic informations describing edited document.
-
publish
parameters:
- UnsignedInt, to identify publishing document;
return:
- DocumentReport, data type with synthetic informations describing published document.
-
getDocumentReport
parameters:
- UnsignedInt, to identify a document;
return:
- DocumentReport, data type with synthetic informations describing a document.
-
getDocumentList
return:
- SummaryList, an array of fields that wraps synthetic informations at document level;
DocsHandler Web Service can be queried only on https, and only with user credentials.
You can download the WSDL for client development purposes from the following WhereIsNow link (
[1] - [12] ).
We will greatly appreciate your feedbak and suggestions. Feel free to contact us at: application@whereisnow.com
up -
registerDocument
-
WhereIsNow™ AccountHandlerWS
Version 1.0 Software All Date 27-07-2009 Publisher Prossima Isola Platform Platform-Independent Description WhereIsNow™ AccountHandler Web Service.
The purpose of WhereIsNow™ AccountHandlerWS is to make your WhereIsNow™ Account management available through a web service freely and easily.
If you integrate your application (CMS, DMS, etc.) with this WhereIsNow™ web service, all your users can enjoy the use of our plugins / features ( plugins download ), and so their documents will be self-updatable automatically.
N.B.: AccountHandler Web Service is under heavy development and currently the following method are available:-
login
return:
- UnsignedInt, the ID that matches credentials registered on WhereIsNow™.
DocsHandler Web Service can be queried only on https, and only with user credentials.
You can download the WSDL for client development purposes from the following WhereIsNow link (
[1] - [19] ).
We will greatly appreciate your feedbak and suggestions. Feel free to contact us at: application@whereisnow.com
up -
login
-
WhereIsNow WSCL
Version 1.0 Date 21-07-2009 Publisher Prossima Isola Platform Platform-Independent Description The WhereIsNow™ Web Service Client Library project is a java library used to query the WhereIsNow™ Web Services. You can freely embed it in your code to easily develop new clients and integrate the WhereIsNow™ features in your own applications.
Check it out at this link: (
[1] - [33] )up
-
WINLibrary.Now
Version 1.0 Date 16-03-2009 Publisher Prossima Isola Platform Windows XP Description WINLibrary.Now is a Dynamic-link library (DLL), which queries the WhereIsNow™ WebService. The DLL has been developed in C++ and works through the open source framework gSoap 2.7. You can embed WINLibrary.Now in your applications in order to use the WhereIsNow™ service. The Library contains all the needed functions to send the required soap messages to the WhereIsNow™ WebService. The WINLibraryHeader file contains all functions declaration that you need.
Check it out at this link: (
[1] - [5] )up