Validation des webservices avec les requêtes d’exemple
Différence entre versions
De MappingDoc
imported>Gbarret |
|||
| (2 révisions intermédiaires par 2 utilisateurs non affichées) | |||
| Ligne 2 : | Ligne 2 : | ||
{{TODO}} Remettre en forme | {{TODO}} Remettre en forme | ||
{| class="wikitable" | {| class="wikitable" | ||
| − | ! Request | + | !Request |
| − | ! Function | + | !Function |
| − | ! Response | + | !Response |
| − | ! Commande | + | !Commande |
|- | |- | ||
| − | | mapDefaultPrinter | + | |mapDefaultPrinter |
| − | | Return the Default Printer | + | |Return the Default Printer |
| − | | mapDefaultPrinterResponse | + | |mapDefaultPrinterResponse |
| − | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapDefaultPrinter?login=mapadmin | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapDefaultPrinter?login=mapadmin |
|- | |- | ||
| − | | mapListUser | + | |mapListUser |
| − | | Return list of users | + | |Return list of users |
| − | | mapListUserResponse | + | |mapListUserResponse |
| − | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapListUser?login=mapadmin&user=* | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapListUser?login=mapadmin&user=* |
|- | |- | ||
| − | | mapListPrinter | + | |mapListPrinter |
| − | | Return list of printers | + | |Return list of printers |
| − | | mapListPrinterResponse | + | |mapListPrinterResponse |
| − | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapListPrinter?login=mapadmin | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapListPrinter?login=mapadmin |
|- | |- | ||
| − | | mapListEntry | + | |mapListEntry |
| − | | Return list of Entries | + | |Return list of Entries |
| − | | mapListEntryResponse | + | |mapListEntryResponse |
| − | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapListEntry?login=mapadmin | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapListEntry?login=mapadmin |
|- | |- | ||
| − | | mapListSplf | + | |mapListSplf |
| − | | Return list of spool files | + | |Return list of spool files |
| − | | mapListSplfResponse | + | |mapListSplfResponse |
| − | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapListSplf?login=mapadmin | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapListSplf?login=mapadmin |
|- | |- | ||
| − | | mapListSplfWithDate | + | |mapListSplfWithDate |
| − | | Return list of spool files | + | |Return list of spool files |
| − | | mapListSplfWithDateResponse | + | |mapListSplfWithDateResponse |
| − | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapListSplfWithDate?login=mapadmin | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapListSplfWithDate?login=mapadmin |
|- | |- | ||
| − | | mapListPrinterTransfer | + | |mapListPrinterTransfer |
| − | | Return list of printer available to transfer a spool | + | |Return list of printer available to transfer a spool |
| − | | mapListPrinterTransferResponse | + | |mapListPrinterTransferResponse |
| − | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapListPrinterTransfer?login=mapadmin | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapListPrinterTransfer?login=mapadmin |
|- | |- | ||
| − | | mapStopQueue | + | |mapStopQueue |
| − | | Stop a queue | + | |Stop a queue |
| − | | mapStopQueueResponse | + | |mapStopQueueResponse |
| − | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapStopQueue?login=mapadmin&qname=* | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapStopQueue?login=mapadmin&qname=* |
|- | |- | ||
| − | | mapStartQueue | + | |mapStartQueue |
| − | | Start a queue | + | |Start a queue |
| − | | mapStartQueueResponse | + | |mapStartQueueResponse |
| − | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapStartQueue?login=mapadmin&qname=* | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapStartQueue?login=mapadmin&qname=* |
|- | |- | ||
| − | | mapRestartDevice | + | |mapRestartDevice |
| − | | Restart a device | + | |Restart a device |
| − | | mapRestartDeviceResponse | + | |mapRestartDeviceResponse |
| − | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapRestartDevice?login=mapadmin&deviceName=*&qname=* | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapRestartDevice?login=mapadmin&deviceName=*&qname=* |
|- | |- | ||
| − | | mapRefreshStatus | + | |mapRefreshStatus |
| − | | Refresh the status of a queue | + | |Refresh the status of a queue |
| − | | mapRefreshStatusResponse | + | |mapRefreshStatusResponse |
| − | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapRefreshStatus?login=mapadmin | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapRefreshStatus?login=mapadmin |
|- | |- | ||
| − | | mapDelSplf | + | |mapDelSplf |
| − | | Delete a spool file | + | |Delete a spool file |
| − | | mapDelSplfResponse | + | |mapDelSplfResponse |
| − | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapDelSplf?login=mapadmin&jobNum=000000000000385 | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapDelSplf?login=mapadmin&jobNum=000000000000385 |
|- | |- | ||
| − | | mapMoveSplf | + | |mapMoveSplf |
| − | | Move a spool file | + | |Move a spool file |
| − | | mapMoveSplfResponse | + | |mapMoveSplfResponse |
| − | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapMoveSplf?login=mapadmin&jobNum=000000000000384&qname=IP1754&oldqname=COPIEUR | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapMoveSplf?login=mapadmin&jobNum=000000000000384&qname=IP1754&oldqname=COPIEUR |
|- | |- | ||
| − | | mapReleaseSplf | + | |mapReleaseSplf |
| − | | Release a spool file | + | |Release a spool file |
| − | | mapReleaseSplfResponse | + | |mapReleaseSplfResponse |
| − | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapReleaseSplf?login=mapadmin&jobNum=000000000000384 | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapReleaseSplf?login=mapadmin&jobNum=000000000000384 |
|- | |- | ||
| − | | mapHoldSplf | + | |mapHoldSplf |
| − | | Hold a spool file | + | |Hold a spool file |
| − | | mapHoldSplfResponse | + | |mapHoldSplfResponse |
| − | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapHoldSplf?login=mapadmin&jobNum=000000000000384 | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapHoldSplf?login=mapadmin&jobNum=000000000000384 |
|- | |- | ||
| − | | mapHoldMultiSplf | + | |mapHoldMultiSplf |
| − | | Hold several spool files | + | |Hold several spool files |
| − | | mapHoldMultiSplfResponse | + | |mapHoldMultiSplfResponse |
| − | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapHoldSplf?login=mapadmin&jobNum=000000000000384&jobNum=000000000000385 | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapHoldSplf?login=mapadmin&jobNum=000000000000384&jobNum=000000000000385 |
|- | |- | ||
| − | | mapReleaseMultiSplf | + | |mapReleaseMultiSplf |
| − | | Release several spool files | + | |Release several spool files |
| − | | mapReleaseMultiSplfResponse | + | |mapReleaseMultiSplfResponse |
| − | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapReleaseMultiSplf?login=mapadmin&jobNum=000000000000384&jobNum=000000000000385 | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapReleaseMultiSplf?login=mapadmin&jobNum=000000000000384&jobNum=000000000000385 |
|- | |- | ||
| − | | mapDelMultiSplf | + | |mapDelMultiSplf |
| − | | Delete several spool files | + | |Delete several spool files |
| − | | mapDelMultiSplfResponse | + | |mapDelMultiSplfResponse |
| − | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapDelMultiSplf?login=mapadmin&jobNum=000000000000384&jobNum=000000000000385 | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapDelMultiSplf?login=mapadmin&jobNum=000000000000384&jobNum=000000000000385 |
|- | |- | ||
| − | | mapMoveMultiSplf | + | |mapMoveMultiSplf |
| − | | Move several spool files | + | |Move several spool files |
| − | | mapMoveMultiSplfResponse | + | |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 | + | |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 |
|- | |- | ||
| − | | mapInfoSplf | + | |mapInfoSplf |
| − | | Return attributes of a spool file | + | |Return attributes of a spool file |
| − | | mapInfoSplfResponse | + | |mapInfoSplfResponse |
| − | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapInfoSplf?login=mapadmin&jobNum=000000000000384&qname=IP1754&user=mapadmin | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapInfoSplf?login=mapadmin&jobNum=000000000000384&qname=IP1754&user=mapadmin |
|- | |- | ||
| − | | mapInfoPrinter | + | |mapInfoPrinter |
| − | | Return attributes of a printer | + | |Return attributes of a printer |
| − | | mapInfoPrinterResponse | + | |mapInfoPrinterResponse |
| − | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapInfoPrinter?login=mapadmin&qname=IP1754 | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapInfoPrinter?login=mapadmin&qname=IP1754 |
|- | |- | ||
| − | | mapGetInfoMultiSplf | + | |mapGetInfoMultiSplf |
| − | | Return attributes of multiple spool files | + | |Return attributes of multiple spool files |
| − | | mapGetInfoMultiSplfResponse | + | |mapGetInfoMultiSplfResponse |
| − | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapGetInfoMultiSplf?login=mapadmin&qname=IP1754&qname=IP1754&jobNum=000000000000384&jobNum=000000000000398 | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapGetInfoMultiSplf?login=mapadmin&qname=IP1754&qname=IP1754&jobNum=000000000000384&jobNum=000000000000398 |
|- | |- | ||
| − | | mapGetFileInfo | + | |mapGetFileInfo |
| − | | ??? | + | |??? |
| − | | mapGetFileInfoResponse | + | |mapGetFileInfoResponse |
| − | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapGetFileInfo?login=mapadmin | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapGetFileInfo?login=mapadmin |
|- | |- | ||
| − | | mapGetDeviceBinInfo | + | |mapGetDeviceBinInfo |
| − | | | + | |Tentative sur gestion des bacs |
| + | |mapGetDeviceBinInfoResponse | ||
| + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapGetDeviceBinInfo?login=mapadmin&deviceName=devIP1754 | ||
|- | |- | ||
| − | | | + | |mapUpdateDeviceBinInfo |
| − | | | + | |??? |
| − | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/ | + | |mapUpdateDeviceBinInfoResponse |
| + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapUpdateDeviceBinInfo?login=mapadmin | ||
|- | |- | ||
| − | | | + | |mapChangeSplfUserData |
| − | | | + | |Modify the content of a userData |
| − | | | + | |mapChangeSplfUserDataResponse |
| − | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/ | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapChangeSplfUserData?login=mapadmin&jobNum=000000000000382&key=SUPPORT&value=TEST&qname=COPIEUR |
|- | |- | ||
| − | | | + | |mapChangeSplfGroupID |
| − | | Modify the | + | |Modify the GroupID |
| − | | | + | |mapChangeSplfGroupIDResponse |
| − | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/ | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapChangeSplfGroupID?login=mapadmin&jobNum=000000000000382&value=000000000000111&qname=COPIEUR |
|- | |- | ||
| − | | | + | |mapChangeSplfAccountancyCode |
| − | | Modify the | + | |Modify the Accountancy Code |
| − | | | + | |mapChangeSplfAccountancyCodeResponse |
| − | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/ | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapChangeSplfAccountancyCode?login=mapadmin&jobNum=000000000000382&value=COMPTA&qname=COPIEUR |
|- | |- | ||
| − | | | + | |mapChangeSplfStateAttribute |
| − | | Modify the | + | |Modify the state attribute |
| − | | | + | |mapChangeSplfStateAttributeResponse |
| − | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/ | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapChangeSplfStateAttribute?login=mapadmin&jobNum=000000000000382&value=STATE&qname=COPIEUR |
|- | |- | ||
| − | | | + | |mapChangeSplfRetentionTime |
| − | | Modify the | + | |Modify the retention time |
| − | | | + | |mapChangeSplfRetentionTimeResponse |
| − | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/ | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapChangeSplfRetentionTime?login=mapadmin&jobNum=000000000000382&value=9&qname=COPIEUR |
|- | |- | ||
| − | | | + | |mapChangeSplfPriority |
| − | | Modify the | + | |Modify the priority |
| − | | | + | |mapChangeSplfPriorityResponse |
| − | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/ | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapChangeSplfPriority?login=mapadmin&jobNum=000000000000382&value=9&qname=COPIEUR |
|- | |- | ||
| − | | | + | |mapChangeSplfStopPage |
| − | | Modify the | + | |Modify the Stop page attribute |
| − | | | + | |mapChangeSplfStopPageResponse |
| − | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/ | + | |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 | + | |Modify the Stop page attribute |
| − | | | + | |mapChangeSplfStartPageResponse |
| − | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/ | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapChangeSplfStartPage?login=mapadmin&jobNum=000000000000382&value=9&qname=COPIEUR |
|- | |- | ||
| − | | | + | |mapChangeSplfNbCopy |
| − | | Modify the | + | |Modify the number of copy |
| − | | | + | |mapChangeSplfNbCopyResponse |
| − | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/ | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapChangeSplfNbCopy?login=mapadmin&jobNum=000000000000382&value=9&qname=COPIEUR |
|- | |- | ||
| − | | | + | |mapChangeSplfTitle |
| − | | Modify the | + | |Modify the title |
| − | | | + | |mapChangeSplfTitleResponse |
| − | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/ | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapChangeSplfTitle?login=mapadmin&jobNum=000000000000382&value=MyTitle&qname=COPIEUR |
|- | |- | ||
| − | | | + | |mapChangeSplfUser |
| − | | Modify the | + | |Modify the user |
| − | | | + | |mapChangeSplfUserResponse |
| − | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/ | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapChangeSplfUser?login=mapadmin&jobNum=000000000000382&value=MyUser&qname=COPIEUR |
|- | |- | ||
| − | | | + | |mapChangeSplfSave |
| − | | Modify the | + | |Modify the save after processing parameter |
| − | | | + | |mapChangeSplfSaveResponse |
| − | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/ | + | |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/ | + | |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/ | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapSplfPreviewURL?login=mapadmin&jobNum=000000000000382&qname=COPIEUR |
|- | |- | ||
| − | | | + | |mapSplfPreviewStream |
| − | | Ask for a preview : response is | + | |Ask for a preview : response is a stream |
| − | | | + | |mapSplfPreviewStreamResponse |
| − | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/ | + | |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/ | + | |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/ | + | |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/ | + | |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/ | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapListAllPrinterInfo?login=mapadmin |
|- | |- | ||
| − | | | + | |mapListAllPrinterDeviceInfo |
| − | | List all the | + | |List all the devices information |
| − | | | + | |mapListAllPrinterDeviceInfoResponse |
| − | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/ | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapListAllPrinterDeviceInfo?login=mapadmin |
|- | |- | ||
| − | | | + | |mapListAllSplfInfo |
| − | | List all the | + | |List all the spool information |
| − | | | + | |mapListAllSplfInfoResponse |
| − | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/ | + | |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/ | + | |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/ | + | |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/ | + | |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/ | + | |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/ | + | |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/ | + | |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/ | + | |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/ | + | |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/ | + | |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/ | + | |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/ | + | |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/ | + | |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/ | + | |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/ | + | |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/ | + | |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/ | + | |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/ | + | |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/ | + | |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/ | + | |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/ | + | |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 | + | |Display log on a queue |
| − | | | + | |mapLogQueueResponse |
| − | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/ | + | |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/ | + | |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 | + | |Send a stream to a queue |
| − | | | + | |mapUploadFileResponse |
| − | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/ | + | |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/ | + | |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/ | + | |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/ | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapRunURL?login=mapadmin |
|- | |- | ||
| − | | | + | |[[ONYX:9.0:Utilisation:mapSoapRunStreamFromPost|mapSoapRunStreamFromPost]] |
| − | | | + | |145 |
| − | | | + | |mapSoapRunStreamFromPostResponse |
| − | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/ | + | |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/ | + | |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/ | + | |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/ | + | |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/ | + | |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/ | + | |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/ | + | |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/ | + | |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/ | + | |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/ | + | |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/ | + | |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/ | + | |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/ | + | |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/ | + | |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/ | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapGetTrackingTableName?login=mapadmin |
|- | |- | ||
| − | | | + | |mapGetTracking |
| − | | | + | |175 |
| − | | | + | |mapGetTrackingResponse |
| − | | http://127.0.0.1: | + | |http://127.0.0.1:9002/cgi-bin/mapsoapserver.exe/mapGetTracking?login=mapadmin&tablename=MAP_TRACKING |
|- | |- | ||
| − | | | + | |mapAddTracking |
| − | | | + | |177 |
| − | | | + | |mapAddTrackingResponse |
| − | | http://127.0.0.1: | + | |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/ | + | |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/ | + | |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/ | + | |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/ | + | |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/ | + | |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/ | + | |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/ | + | |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/ | + | |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/ | + | |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/ | + | |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/ | + | |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/ | + | |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/ | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/delAcl?login=mapadmin |
|- | |- | ||
| − | | | + | |getAclInfo |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| | | | ||
| − | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/getAclInfo?login=mapadmin | + | |getAclInfoResponse |
| + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/getAclInfo?login=mapadmin | ||
|- | |- | ||
| − | | | + | |addAclInfo |
| | | | ||
| − | | | + | |addAclInfoResponse |
| − | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/addAclInfo?login=mapadmin | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/addAclInfo?login=mapadmin |
|} | |} | ||
Version actuelle datée du 17 mars 2026 à 16:01
Modèle:TODO Remettre en forme