Validation des webservices avec les requêtes d’exemple
Différence entre versions
De MappingDoc
imported>Admin m (1 révision importée) |
imported>Gbarret |
||
Ligne 1 : | Ligne 1 : | ||
{{TODO}} Remettre en forme | {{TODO}} Remettre en forme | ||
− | + | {| class="wikitable" | |
− | Request Function Response Commande | + | ! Request |
− | mapDefaultPrinter | + | ! Function |
− | + | ! Response | |
− | mapListUser | + | ! Commande |
− | + | |- | |
− | mapListPrinter | + | | mapDefaultPrinter |
− | + | | Return the Default Printer | |
− | mapListEntry | + | | mapDefaultPrinterResponse |
− | + | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapDefaultPrinter?login=mapadmin | |
− | mapListSplf | + | |- |
− | + | | mapListUser | |
− | mapListSplfWithDate | + | | Return list of users |
− | + | | mapListUserResponse | |
− | mapListPrinterTransfer | + | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapListUser?login=mapadmin&user=* |
− | + | |- | |
− | mapStopQueue | + | | mapListPrinter |
− | + | | Return list of printers | |
− | mapStartQueue | + | | mapListPrinterResponse |
− | + | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapListPrinter?login=mapadmin | |
− | mapRestartDevice | + | |- |
− | + | | mapListEntry | |
− | mapRefreshStatus | + | | Return list of Entries |
− | + | | mapListEntryResponse | |
− | mapDelSplf | + | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapListEntry?login=mapadmin |
− | + | |- | |
− | mapMoveSplf | + | | mapListSplf |
− | + | | Return list of spool files | |
− | mapReleaseSplf | + | | mapListSplfResponse |
− | + | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapListSplf?login=mapadmin | |
− | mapHoldSplf | + | |- |
− | + | | mapListSplfWithDate | |
− | mapHoldMultiSplf | + | | Return list of spool files |
− | + | | mapListSplfWithDateResponse | |
− | mapReleaseMultiSplf | + | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapListSplfWithDate?login=mapadmin |
− | + | |- | |
− | mapDelMultiSplf | + | | mapListPrinterTransfer |
− | + | | Return list of printer available to transfer a spool | |
− | mapMoveMultiSplf | + | | mapListPrinterTransferResponse |
− | + | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapListPrinterTransfer?login=mapadmin | |
− | mapInfoSplf | + | |- |
− | + | | mapStopQueue | |
− | mapInfoPrinter | + | | Stop a queue |
− | + | | mapStopQueueResponse | |
− | mapGetInfoMultiSplf | + | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapStopQueue?login=mapadmin&qname=* |
− | + | |- | |
− | mapGetFileInfo | + | | mapStartQueue |
− | mapGetDeviceBinInfo | + | | Start a queue |
− | + | | mapStartQueueResponse | |
− | + | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapStartQueue?login=mapadmin&qname=* | |
− | mapUpdateDeviceBinInfo | + | |- |
− | mapChangeSplfUserData | + | | mapRestartDevice |
− | + | | Restart a device | |
− | mapChangeSplfGroupID | + | | mapRestartDeviceResponse |
− | + | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapRestartDevice?login=mapadmin&deviceName=*&qname=* | |
− | mapChangeSplfAccountancyCode | + | |- |
− | + | | mapRefreshStatus | |
− | mapChangeSplfStateAttribute | + | | Refresh the status of a queue |
− | + | | mapRefreshStatusResponse | |
− | mapChangeSplfRetentionTime | + | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapRefreshStatus?login=mapadmin |
− | + | |- | |
− | mapChangeSplfPriority | + | | mapDelSplf |
− | + | | Delete a spool file | |
− | mapChangeSplfStopPage | + | | mapDelSplfResponse |
− | + | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapDelSplf?login=mapadmin&jobNum=000000000000385 | |
− | mapChangeSplfStartPage | + | |- |
− | + | | mapMoveSplf | |
− | mapChangeSplfNbCopy | + | | Move a spool file |
− | + | | mapMoveSplfResponse | |
− | mapChangeSplfTitle | + | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapMoveSplf?login=mapadmin&jobNum=000000000000384&qname=IP1754&oldqname=COPIEUR |
− | + | |- | |
− | mapChangeSplfUser | + | | mapReleaseSplf |
− | + | | Release a spool file | |
− | mapChangeSplfSave | + | | mapReleaseSplfResponse |
− | + | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapReleaseSplf?login=mapadmin&jobNum=000000000000384 | |
− | mapRestartPrinting | + | |- |
− | + | | mapHoldSplf | |
− | mapSplfPreviewURL Ask for a preview : response is an URL mapSplfPreviewURLResponse | + | | Hold a spool file |
− | + | | mapHoldSplfResponse | |
− | mapSplfPreviewStream | + | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapHoldSplf?login=mapadmin&jobNum=000000000000384 |
− | + | |- | |
− | mapGetSupport Get the list of available Support mapGetSupportResponse | + | | mapHoldMultiSplf |
− | + | | Hold several spool files | |
− | mapAddSupport | + | | mapHoldMultiSplfResponse |
− | + | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapHoldSplf?login=mapadmin&jobNum=000000000000384&jobNum=000000000000385 | |
− | mapDelSupport | + | |- |
− | + | | mapReleaseMultiSplf | |
− | mapListAllPrinterInfo List all the printer (queue) information | + | | Release several spool files |
− | + | | mapReleaseMultiSplfResponse | |
− | mapListAllPrinterDeviceInfo | + | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapReleaseMultiSplf?login=mapadmin&jobNum=000000000000384&jobNum=000000000000385 |
− | + | |- | |
− | mapListAllSplfInfo | + | | mapDelMultiSplf |
− | + | | Delete several spool files | |
− | getRulesFiles | + | | mapDelMultiSplfResponse |
− | + | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapDelMultiSplf?login=mapadmin&jobNum=000000000000384&jobNum=000000000000385 | |
− | getRulesFilesRequestUser | + | |- |
− | getRulesFile | + | | mapMoveMultiSplf |
− | + | | Move several spool files | |
− | getRulesDict | + | | mapMoveMultiSplfResponse |
− | + | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapMoveMultiSplf? login=mapadmin&jobNum=000000000000384&qname=IP1754&oldqname=COPIEUR&jobNum=000000000000385&qname=IP1754&oldqname=COPIEUR | |
− | getRulesCommand | + | |- |
− | + | | mapInfoSplf | |
− | saveRulesFile | + | | Return attributes of a spool file |
− | saveRulesDict | + | | mapInfoSplfResponse |
− | saveRulesCommand | + | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapInfoSplf?login=mapadmin&jobNum=000000000000384&qname=IP1754&user=mapadmin |
− | getResolveFiles | + | |- |
− | getResolveFile | + | | mapInfoPrinter |
− | saveResolveFile | + | | Return attributes of a printer |
− | getRulesFileDict | + | | mapInfoPrinterResponse |
− | getRulesIndexes | + | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapInfoPrinter?login=mapadmin&qname=IP1754 |
− | addRulesIndex | + | |- |
− | addRulesIndexGroup | + | | mapGetInfoMultiSplf |
− | delRulesIndex | + | | Return attributes of multiple spool files |
− | delRulesIndexGroup | + | | mapGetInfoMultiSplfResponse |
− | updateRulesIndex | + | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapGetInfoMultiSplf?login=mapadmin&qname=IP1754&qname=IP1754&jobNum=000000000000384&jobNum=000000000000398 |
− | updateRulesIndexGroup | + | |- |
− | mapLogSplf | + | | mapGetFileInfo |
− | + | | ??? | |
− | mapLogQueue | + | | mapGetFileInfoResponse |
− | + | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapGetFileInfo?login=mapadmin | |
− | mapUploadMessage | + | |- |
− | + | | mapGetDeviceBinInfo | |
− | mapUploadFile | + | | Tetative sur gestion des bacs |
− | + | |- | |
− | mapUploadURL | + | | pasdé réponse |
− | mapRunStream | + | | mapGetDeviceBinInfoResponse |
− | + | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapGetDeviceBinInfo?login=mapadmin&deviceName=devIP1754 | |
− | mapRunURL | + | |- |
− | mapSoapRunStreamFromPost | + | | mapUpdateDeviceBinInfo |
− | mapRemoveTempURL | + | | ??? |
− | mapRunPost | + | | mapUpdateDeviceBinInfoResponse |
− | mapRunSpoolWaitingInRules | + | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapUpdateDeviceBinInfo?login=mapadmin |
− | mapPrint | + | |- |
− | getTradFile | + | | mapChangeSplfUserData |
− | getIconDirectory | + | | Modify the content of a userData |
− | getListCodePage | + | | mapChangeSplfUserDataResponse |
− | getXpsProfile | + | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapChangeSplfUserData?login=mapadmin&jobNum=000000000000382&key=SUPPORT&value=TEST&qname=COPIEUR |
− | getListImportedReport | + | |- |
− | getListImportReport | + | | mapChangeSplfGroupID |
− | getListImportedDraw | + | | Modify the GroupID |
− | getListImportDraw | + | | mapChangeSplfGroupIDResponse |
− | mapGetDefaultTrackingTableName | + | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapChangeSplfGroupID?login=mapadmin&jobNum=000000000000382&value=000000000000111&qname=COPIEUR |
− | mapGetTrackingTableName | + | |- |
− | mapGetTracking | + | | mapChangeSplfAccountancyCode |
− | + | | Modify the Accountancy Code | |
− | mapAddTracking | + | | mapChangeSplfAccountancyCodeResponse |
− | mapDelTracking | + | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapChangeSplfAccountancyCode?login=mapadmin&jobNum=000000000000382&value=COMPTA&qname=COPIEUR |
− | getUserConfigFile | + | |- |
− | + | | mapChangeSplfStateAttribute | |
− | saveUserConfigFile | + | | Modify the state attribute |
− | getListUsers | + | | mapChangeSplfStateAttributeResponse |
− | + | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapChangeSplfStateAttribute?login=mapadmin&jobNum=000000000000382&value=STATE&qname=COPIEUR | |
− | delUser | + | |- |
− | + | | mapChangeSplfRetentionTime | |
− | getUserInfo | + | | Modify the retention time |
− | + | | mapChangeSplfRetentionTimeResponse | |
− | addUserInfo | + | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapChangeSplfRetentionTime?login=mapadmin&jobNum=000000000000382&value=9&qname=COPIEUR |
− | getListGroups | + | |- |
− | delGroup | + | | mapChangeSplfPriority |
− | getGroupInfo | + | | Modify the priority |
− | addGroupInfo | + | | mapChangeSplfPriorityResponse |
− | getListAcls | + | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapChangeSplfPriority?login=mapadmin&jobNum=000000000000382&value=9&qname=COPIEUR |
− | delAcl | + | |- |
− | + | | mapChangeSplfStopPage | |
− | + | | Modify the Stop page attribute | |
+ | | mapChangeSplfStopPageResponse | ||
+ | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapChangeSplfStopPage?login=mapadmin&jobNum=000000000000382&value=9&qname=COPIEUR | ||
+ | |- | ||
+ | | mapChangeSplfStartPage | ||
+ | | Modify the Stop page attribute | ||
+ | | mapChangeSplfStartPageResponse | ||
+ | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapChangeSplfStartPage?login=mapadmin&jobNum=000000000000382&value=9&qname=COPIEUR | ||
+ | |- | ||
+ | | mapChangeSplfNbCopy | ||
+ | | Modify the number of copy | ||
+ | | mapChangeSplfNbCopyResponse | ||
+ | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapChangeSplfNbCopy?login=mapadmin&jobNum=000000000000382&value=9&qname=COPIEUR | ||
+ | |- | ||
+ | | mapChangeSplfTitle | ||
+ | | Modify the title | ||
+ | | mapChangeSplfTitleResponse | ||
+ | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapChangeSplfTitle?login=mapadmin&jobNum=000000000000382&value=MyTitle&qname=COPIEUR | ||
+ | |- | ||
+ | | mapChangeSplfUser | ||
+ | | Modify the user | ||
+ | | mapChangeSplfUserResponse | ||
+ | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapChangeSplfUser?login=mapadmin&jobNum=000000000000382&value=MyUser&qname=COPIEUR | ||
+ | |- | ||
+ | | mapChangeSplfSave | ||
+ | | Modify the save after processing parameter | ||
+ | | mapChangeSplfSaveResponse | ||
+ | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapChangeSplfSave?login=mapadmin&jobNum=000000000000382&value=yes&qname=COPIEUR | ||
+ | |- | ||
+ | | mapRestartPrinting | ||
+ | | Restart the printing of a spool | ||
+ | | mapRestartPrintingResponse | ||
+ | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapRestartPrinting?login=mapadmin&jobNum=000000000000384&qname=COPIEUR&startPage=1&stopPage=3&user=MyUser&orignalQname=COPIEUR&title=Reprise | ||
+ | |- | ||
+ | | mapSplfPreviewURL | ||
+ | | Ask for a preview : response is an URL | ||
+ | | mapSplfPreviewURLResponse | ||
+ | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapSplfPreviewURL?login=mapadmin&jobNum=000000000000382&qname=COPIEUR | ||
+ | |- | ||
+ | | mapSplfPreviewStream | ||
+ | | Ask for a preview : response is a stream | ||
+ | | mapSplfPreviewStreamResponse | ||
+ | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapSplfPreviewStream?login=mapadmin&jobNum=000000000000384&qname=COPIEUR | ||
+ | |- | ||
+ | | mapGetSupport | ||
+ | | Get the list of available Support | ||
+ | | mapGetSupportResponse | ||
+ | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapGetSupport?login=mapadmin | ||
+ | |- | ||
+ | | mapAddSupport | ||
+ | | Add a Support | ||
+ | | mapAddSupportResponse | ||
+ | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapAddSupport?login=mapadmin&name=ROSE&description=PapierRose | ||
+ | |- | ||
+ | | mapDelSupport | ||
+ | | Delete a Support | ||
+ | | mapDelSupportResponse | ||
+ | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapDelSupport?login=mapadmin&name=BLEU | ||
+ | |- | ||
+ | | mapListAllPrinterInfo | ||
+ | | List all the printer (queue) information | ||
+ | | mapListAllPrinterInfoResponse | ||
+ | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapListAllPrinterInfo?login=mapadmin | ||
+ | |- | ||
+ | | mapListAllPrinterDeviceInfo | ||
+ | | List all the devices information | ||
+ | | mapListAllPrinterDeviceInfoResponse | ||
+ | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapListAllPrinterDeviceInfo?login=mapadmin | ||
+ | |- | ||
+ | | mapListAllSplfInfo | ||
+ | | List all the spool information | ||
+ | | mapListAllSplfInfoResponse | ||
+ | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapListAllSplfInfo?login=mapadmin | ||
+ | |- | ||
+ | | getRulesFiles | ||
+ | | 93 | ||
+ | | getRulesFilesResponse | ||
+ | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/getRulesFiles?login=mapadmin | ||
+ | |- | ||
+ | | getRulesFilesRequestUser | ||
+ | | 95 | ||
+ | | getRulesFilesRequestUserResponse | ||
+ | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/getRulesFilesRequestUser?login=mapadmin | ||
+ | |- | ||
+ | | getRulesFile | ||
+ | | 97 | ||
+ | | getRulesFileResponse | ||
+ | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/getRulesFile?login=mapadmin&filename=root.rules.xml | ||
+ | |- | ||
+ | | getRulesDict | ||
+ | | 99 | ||
+ | | getRulesDictResponse | ||
+ | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/getRulesDict?login=mapadmin | ||
+ | |- | ||
+ | | getRulesCommand | ||
+ | | 101 | ||
+ | | getRulesCommandResponse | ||
+ | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/getRulesCommand?login=mapadmin | ||
+ | |- | ||
+ | | saveRulesFile | ||
+ | | 103 | ||
+ | | saveRulesFileResponse | ||
+ | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/saveRulesFile?login=mapadmin | ||
+ | |- | ||
+ | | saveRulesDict | ||
+ | | 105 | ||
+ | | saveRulesDictResponse | ||
+ | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/saveRulesDict?login=mapadmin | ||
+ | |- | ||
+ | | saveRulesCommand | ||
+ | | 107 | ||
+ | | saveRulesCommandResponse | ||
+ | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/saveRulesCommand?login=mapadmin | ||
+ | |- | ||
+ | | getResolveFiles | ||
+ | | 109 | ||
+ | | getResolveFilesResponse | ||
+ | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/getResolveFiles?login=mapadmin | ||
+ | |- | ||
+ | | getResolveFile | ||
+ | | 111 | ||
+ | | getResolveFileResponse | ||
+ | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/getResolveFile?login=mapadmin | ||
+ | |- | ||
+ | | saveResolveFile | ||
+ | | 113 | ||
+ | | saveResolveFileResponse | ||
+ | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/saveResolveFile?login=mapadmin | ||
+ | |- | ||
+ | | getRulesFileDict | ||
+ | | 115 | ||
+ | | getRulesFileDictResponse | ||
+ | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/getRulesFileDict?login=mapadmin | ||
+ | |- | ||
+ | | getRulesIndexes | ||
+ | | 117 | ||
+ | | getRulesIndexesResponse | ||
+ | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/getRulesIndexes?login=mapadmin | ||
+ | |- | ||
+ | | addRulesIndex | ||
+ | | 119 | ||
+ | | addRulesIndexResponse | ||
+ | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/addRulesIndex?login=mapadmin | ||
+ | |- | ||
+ | | addRulesIndexGroup | ||
+ | | 121 | ||
+ | | addRulesIndexGroupResponse | ||
+ | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/addRulesIndexGroup?login=mapadmin | ||
+ | |- | ||
+ | | delRulesIndex | ||
+ | | 123 | ||
+ | | delRulesIndexResponse | ||
+ | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/delRulesIndex?login=mapadmin | ||
+ | |- | ||
+ | | delRulesIndexGroup | ||
+ | | 125 | ||
+ | | delRulesIndexGroupResponse | ||
+ | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/delRulesIndexGroup?login=mapadmin | ||
+ | |- | ||
+ | | updateRulesIndex | ||
+ | | 127 | ||
+ | | updateRulesIndexResponse | ||
+ | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/updateRulesIndex?login=mapadmin | ||
+ | |- | ||
+ | | updateRulesIndexGroup | ||
+ | | 129 | ||
+ | | updateRulesIndexGroupResponse | ||
+ | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/updateRulesIndexGroup?login=mapadmin | ||
+ | |- | ||
+ | | mapLogSplf | ||
+ | | Display log on a spool file | ||
+ | | mapLogSplfResponse | ||
+ | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapLogSplf?login=mapadmin&qname=COPIEUR&filter=*&dateFrom=*&dateTo=*&level=*&jobNum=000000000000384 | ||
+ | |- | ||
+ | | mapLogQueue | ||
+ | | Display log on a queue | ||
+ | | mapLogQueueResponse | ||
+ | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapLogQueue?login=mapadmin&qname=COPIEUR | ||
+ | |- | ||
+ | | mapUploadMessage | ||
+ | | Send a “message” to a queue | ||
+ | | mapUploadMessageResponse | ||
+ | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapUploadMessage?qname=TEST&title=TEST&user=mapadmin&stream=hello_world&key=MyUserData&value=MyValue&key=YourUserData&value=YourValue | ||
+ | |- | ||
+ | | mapUploadFile | ||
+ | | Send a stream to a queue | ||
+ | | mapUploadFileResponse | ||
+ | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapUploadFile?qname=TEST&title=TEST&user=mapadmin&stream=VEVTVCBkZSBmaWNoaWVy&key=MyUserData&value=MyValue&key=YourUserData&value=YourValue | ||
+ | |- | ||
+ | | mapUploadURL | ||
+ | | 139 | ||
+ | | mapUploadURLResponse | ||
+ | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapUploadURL?login=mapadmin | ||
+ | |- | ||
+ | | mapRunStream | ||
+ | | Send a stream to a workflow | ||
+ | | mapRunStreamResponse | ||
+ | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapRunStream?stream=VEVTVCBkZSBmaWNoaWVy&key=MyUserData&value=MyValue&key=YourUserData&value=YourValue&workflow=root&getobject=1 | ||
+ | |- | ||
+ | | mapRunURL | ||
+ | | 143 | ||
+ | | mapRunURLResponse | ||
+ | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapRunURL?login=mapadmin | ||
+ | |- | ||
+ | | mapSoapRunStreamFromPost | ||
+ | | 145 | ||
+ | | mapSoapRunStreamFromPostResponse | ||
+ | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapSoapRunStreamFromPost?login=mapadmin | ||
+ | |- | ||
+ | | mapRemoveTempURL | ||
+ | | 147 | ||
+ | | mapRemoveTempURLResponse | ||
+ | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapRemoveTempURL?login=mapadmin | ||
+ | |- | ||
+ | | mapRunPost | ||
+ | | 149 | ||
+ | | mapRunPostResponse | ||
+ | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapRunPost?login=mapadmin | ||
+ | |- | ||
+ | | mapRunSpoolWaitingInRules | ||
+ | | 151 | ||
+ | | mapRunSpoolWaitingInRulesResponse | ||
+ | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapRunSpoolWaitingInRules?login=mapadmin | ||
+ | |- | ||
+ | | mapPrint | ||
+ | | 153 | ||
+ | | mapPrintResponse | ||
+ | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapPrint?login=mapadmin | ||
+ | |- | ||
+ | | getTradFile | ||
+ | | 155 | ||
+ | | getTradFileResponse | ||
+ | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/getTradFile?login=mapadmin | ||
+ | |- | ||
+ | | getIconDirectory | ||
+ | | 157 | ||
+ | | getIconDirectoryResponse | ||
+ | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/getIconDirectory?login=mapadmin | ||
+ | |- | ||
+ | | getListCodePage | ||
+ | | 159 | ||
+ | | getListCodePageResponse | ||
+ | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/getListCodePage?login=mapadmin | ||
+ | |- | ||
+ | | getXpsProfile | ||
+ | | 161 | ||
+ | | getXpsProfileResponse | ||
+ | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/getXpsProfile?login=mapadmin | ||
+ | |- | ||
+ | | getListImportedReport | ||
+ | | 163 | ||
+ | | getListImportedReportResponse | ||
+ | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/getListImportedReport?login=mapadmin | ||
+ | |- | ||
+ | | getListImportReport | ||
+ | | 165 | ||
+ | | getListImportReportResponse | ||
+ | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/getListImportReport?login=mapadmin | ||
+ | |- | ||
+ | | getListImportedDraw | ||
+ | | 167 | ||
+ | | getListImportedDrawResponse | ||
+ | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/getListImportedDraw?login=mapadmin | ||
+ | |- | ||
+ | | getListImportDraw | ||
+ | | 169 | ||
+ | | getListImportDrawResponse | ||
+ | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/getListImportDraw?login=mapadmin | ||
+ | |- | ||
+ | | mapGetDefaultTrackingTableName | ||
+ | | 171 | ||
+ | | mapGetDefaultTrackingTableNameResponse | ||
+ | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapGetDefaultTrackingTableName?login=mapadmin | ||
+ | |- | ||
+ | | mapGetTrackingTableName | ||
+ | | 173 | ||
+ | | mapGetTrackingTableNameResponse | ||
+ | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapGetTrackingTableName?login=mapadmin | ||
+ | |- | ||
+ | | mapGetTracking | ||
+ | | 175 | ||
+ | | mapGetTrackingResponse | ||
+ | | http://127.0.0.1:9002/cgi-bin/mapsoapserver.exe/mapGetTracking?login=mapadmin&tablename=MAP_TRACKING | ||
+ | |- | ||
+ | | mapAddTracking | ||
+ | | 177 | ||
+ | | mapAddTrackingResponse | ||
+ | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapAddTracking?login=mapadmin | ||
+ | |- | ||
+ | | mapDelTracking | ||
+ | | 179 | ||
+ | | mapDelTrackingResponse | ||
+ | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapDelTracking?login=mapadmin | ||
+ | |- | ||
+ | | getUserConfigFile | ||
+ | | 181 | ||
+ | | getUserConfigFileResponse | ||
+ | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/getUserConfigFile?login=mapadmin | ||
+ | |- | ||
+ | | saveUserConfigFile | ||
+ | | 183 | ||
+ | | saveUserConfigFileResponse | ||
+ | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/saveUserConfigFile?login=mapadmin | ||
+ | |- | ||
+ | | getListUsers | ||
+ | | 185 | ||
+ | | getListUsersResponse | ||
+ | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/getListUsers?login=mapadmin | ||
+ | |- | ||
+ | | delUser | ||
+ | | 187 | ||
+ | | delUserResponse | ||
+ | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/delUser?login=mapadmin&name=user_all | ||
+ | |- | ||
+ | | getUserInfo | ||
+ | | 189 | ||
+ | | getUserInfoResponse | ||
+ | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/getUserInfo?login=mapadmin&user_name=user_user | ||
+ | |- | ||
+ | | addUserInfo | ||
+ | | 191 | ||
+ | | addUserInfoResponse | ||
+ | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/addUserInfo?login=mapadmin | ||
+ | |- | ||
+ | | getListGroups | ||
+ | | 193 | ||
+ | | getListGroupsResponse | ||
+ | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/getListGroups?login=mapadmin | ||
+ | |- | ||
+ | | delGroup | ||
+ | | 195 | ||
+ | | delGroupResponse | ||
+ | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/delGroup?login=mapadmin | ||
+ | |- | ||
+ | | getGroupInfo | ||
+ | | 197 | ||
+ | | getGroupInfoResponse | ||
+ | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/getGroupInfo?login=mapadmin | ||
+ | |- | ||
+ | | addGroupInfo | ||
+ | | 199 | ||
+ | | addGroupInfoResponse | ||
+ | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/addGroupInfo?login=mapadmin | ||
+ | |- | ||
+ | | getListAcls | ||
+ | | 201 | ||
+ | | getListAclsResponse | ||
+ | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/getListAcls?login=mapadmin | ||
+ | |- | ||
+ | | delAcl | ||
+ | | 203 | ||
+ | | delAclResponse | ||
+ | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/delAcl?login=mapadmin | ||
+ | |- | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/getAclInfo?login=mapadmin | ||
+ | |- | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/addAclInfo?login=mapadmin | ||
+ | |} |
Version du 21 mars 2019 à 15:55
Modèle:TODO Remettre en forme