Validation des webservices avec les requêtes d’exemple
Différence entre versions
De MappingDoc
imported>Gbarret |
(Balise : Éditeur visuel) |
||
(Une révision intermédiaire par un autre utilisateur non affichée) | |||
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 |
− | | Tetative sur gestion des bacs | + | |Tetative sur gestion des bacs |
+ | | | ||
+ | | | ||
|- | |- | ||
− | | pasdé réponse | + | |pasdé réponse |
− | | mapGetDeviceBinInfoResponse | + | |mapGetDeviceBinInfoResponse |
− | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapGetDeviceBinInfo?login=mapadmin&deviceName=devIP1754 | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapGetDeviceBinInfo?login=mapadmin&deviceName=devIP1754 |
|- | |- | ||
− | | mapUpdateDeviceBinInfo | + | |mapUpdateDeviceBinInfo |
− | | ??? | + | |??? |
− | | mapUpdateDeviceBinInfoResponse | + | |mapUpdateDeviceBinInfoResponse |
− | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapUpdateDeviceBinInfo?login=mapadmin | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapUpdateDeviceBinInfo?login=mapadmin |
|- | |- | ||
− | | mapChangeSplfUserData | + | |mapChangeSplfUserData |
− | | Modify the content of a userData | + | |Modify the content of a userData |
− | | mapChangeSplfUserDataResponse | + | |mapChangeSplfUserDataResponse |
− | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapChangeSplfUserData?login=mapadmin&jobNum=000000000000382&key=SUPPORT&value=TEST&qname=COPIEUR | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapChangeSplfUserData?login=mapadmin&jobNum=000000000000382&key=SUPPORT&value=TEST&qname=COPIEUR |
|- | |- | ||
− | | mapChangeSplfGroupID | + | |mapChangeSplfGroupID |
− | | Modify the GroupID | + | |Modify the GroupID |
− | | mapChangeSplfGroupIDResponse | + | |mapChangeSplfGroupIDResponse |
− | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapChangeSplfGroupID?login=mapadmin&jobNum=000000000000382&value=000000000000111&qname=COPIEUR | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapChangeSplfGroupID?login=mapadmin&jobNum=000000000000382&value=000000000000111&qname=COPIEUR |
|- | |- | ||
− | | mapChangeSplfAccountancyCode | + | |mapChangeSplfAccountancyCode |
− | | Modify the Accountancy Code | + | |Modify the Accountancy Code |
− | | mapChangeSplfAccountancyCodeResponse | + | |mapChangeSplfAccountancyCodeResponse |
− | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapChangeSplfAccountancyCode?login=mapadmin&jobNum=000000000000382&value=COMPTA&qname=COPIEUR | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapChangeSplfAccountancyCode?login=mapadmin&jobNum=000000000000382&value=COMPTA&qname=COPIEUR |
|- | |- | ||
− | | mapChangeSplfStateAttribute | + | |mapChangeSplfStateAttribute |
− | | Modify the state attribute | + | |Modify the state attribute |
− | | mapChangeSplfStateAttributeResponse | + | |mapChangeSplfStateAttributeResponse |
− | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapChangeSplfStateAttribute?login=mapadmin&jobNum=000000000000382&value=STATE&qname=COPIEUR | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapChangeSplfStateAttribute?login=mapadmin&jobNum=000000000000382&value=STATE&qname=COPIEUR |
|- | |- | ||
− | | mapChangeSplfRetentionTime | + | |mapChangeSplfRetentionTime |
− | | Modify the retention time | + | |Modify the retention time |
− | | mapChangeSplfRetentionTimeResponse | + | |mapChangeSplfRetentionTimeResponse |
− | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapChangeSplfRetentionTime?login=mapadmin&jobNum=000000000000382&value=9&qname=COPIEUR | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapChangeSplfRetentionTime?login=mapadmin&jobNum=000000000000382&value=9&qname=COPIEUR |
|- | |- | ||
− | | mapChangeSplfPriority | + | |mapChangeSplfPriority |
− | | Modify the priority | + | |Modify the priority |
− | | mapChangeSplfPriorityResponse | + | |mapChangeSplfPriorityResponse |
− | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapChangeSplfPriority?login=mapadmin&jobNum=000000000000382&value=9&qname=COPIEUR | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapChangeSplfPriority?login=mapadmin&jobNum=000000000000382&value=9&qname=COPIEUR |
|- | |- | ||
− | | mapChangeSplfStopPage | + | |mapChangeSplfStopPage |
− | | Modify the Stop page attribute | + | |Modify the Stop page attribute |
− | | mapChangeSplfStopPageResponse | + | |mapChangeSplfStopPageResponse |
− | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapChangeSplfStopPage?login=mapadmin&jobNum=000000000000382&value=9&qname=COPIEUR | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapChangeSplfStopPage?login=mapadmin&jobNum=000000000000382&value=9&qname=COPIEUR |
|- | |- | ||
− | | mapChangeSplfStartPage | + | |mapChangeSplfStartPage |
− | | Modify the Stop page attribute | + | |Modify the Stop page attribute |
− | | mapChangeSplfStartPageResponse | + | |mapChangeSplfStartPageResponse |
− | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapChangeSplfStartPage?login=mapadmin&jobNum=000000000000382&value=9&qname=COPIEUR | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapChangeSplfStartPage?login=mapadmin&jobNum=000000000000382&value=9&qname=COPIEUR |
|- | |- | ||
− | | mapChangeSplfNbCopy | + | |mapChangeSplfNbCopy |
− | | Modify the number of copy | + | |Modify the number of copy |
− | | mapChangeSplfNbCopyResponse | + | |mapChangeSplfNbCopyResponse |
− | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapChangeSplfNbCopy?login=mapadmin&jobNum=000000000000382&value=9&qname=COPIEUR | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapChangeSplfNbCopy?login=mapadmin&jobNum=000000000000382&value=9&qname=COPIEUR |
|- | |- | ||
− | | mapChangeSplfTitle | + | |mapChangeSplfTitle |
− | | Modify the title | + | |Modify the title |
− | | mapChangeSplfTitleResponse | + | |mapChangeSplfTitleResponse |
− | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapChangeSplfTitle?login=mapadmin&jobNum=000000000000382&value=MyTitle&qname=COPIEUR | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapChangeSplfTitle?login=mapadmin&jobNum=000000000000382&value=MyTitle&qname=COPIEUR |
|- | |- | ||
− | | mapChangeSplfUser | + | |mapChangeSplfUser |
− | | Modify the user | + | |Modify the user |
− | | mapChangeSplfUserResponse | + | |mapChangeSplfUserResponse |
− | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapChangeSplfUser?login=mapadmin&jobNum=000000000000382&value=MyUser&qname=COPIEUR | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapChangeSplfUser?login=mapadmin&jobNum=000000000000382&value=MyUser&qname=COPIEUR |
|- | |- | ||
− | | mapChangeSplfSave | + | |mapChangeSplfSave |
− | | Modify the save after processing parameter | + | |Modify the save after processing parameter |
− | | mapChangeSplfSaveResponse | + | |mapChangeSplfSaveResponse |
− | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapChangeSplfSave?login=mapadmin&jobNum=000000000000382&value=yes&qname=COPIEUR | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapChangeSplfSave?login=mapadmin&jobNum=000000000000382&value=yes&qname=COPIEUR |
|- | |- | ||
− | | mapRestartPrinting | + | |mapRestartPrinting |
− | | Restart the printing of a spool | + | |Restart the printing of a spool |
− | | mapRestartPrintingResponse | + | |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 | + | |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 | + | |mapSplfPreviewURL |
− | | Ask for a preview : response is an URL | + | |Ask for a preview : response is an URL |
− | | mapSplfPreviewURLResponse | + | |mapSplfPreviewURLResponse |
− | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapSplfPreviewURL?login=mapadmin&jobNum=000000000000382&qname=COPIEUR | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapSplfPreviewURL?login=mapadmin&jobNum=000000000000382&qname=COPIEUR |
|- | |- | ||
− | | mapSplfPreviewStream | + | |mapSplfPreviewStream |
− | | Ask for a preview : response is a stream | + | |Ask for a preview : response is a stream |
− | | mapSplfPreviewStreamResponse | + | |mapSplfPreviewStreamResponse |
− | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapSplfPreviewStream?login=mapadmin&jobNum=000000000000384&qname=COPIEUR | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapSplfPreviewStream?login=mapadmin&jobNum=000000000000384&qname=COPIEUR |
|- | |- | ||
− | | mapGetSupport | + | |mapGetSupport |
− | | Get the list of available Support | + | |Get the list of available Support |
− | | mapGetSupportResponse | + | |mapGetSupportResponse |
− | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapGetSupport?login=mapadmin | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapGetSupport?login=mapadmin |
|- | |- | ||
− | | mapAddSupport | + | |mapAddSupport |
− | | Add a Support | + | |Add a Support |
− | | mapAddSupportResponse | + | |mapAddSupportResponse |
− | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapAddSupport?login=mapadmin&name=ROSE&description=PapierRose | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapAddSupport?login=mapadmin&name=ROSE&description=PapierRose |
|- | |- | ||
− | | mapDelSupport | + | |mapDelSupport |
− | | Delete a Support | + | |Delete a Support |
− | | mapDelSupportResponse | + | |mapDelSupportResponse |
− | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapDelSupport?login=mapadmin&name=BLEU | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapDelSupport?login=mapadmin&name=BLEU |
|- | |- | ||
− | | mapListAllPrinterInfo | + | |mapListAllPrinterInfo |
− | | List all the printer (queue) information | + | |List all the printer (queue) information |
− | | mapListAllPrinterInfoResponse | + | |mapListAllPrinterInfoResponse |
− | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapListAllPrinterInfo?login=mapadmin | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapListAllPrinterInfo?login=mapadmin |
|- | |- | ||
− | | mapListAllPrinterDeviceInfo | + | |mapListAllPrinterDeviceInfo |
− | | List all the devices information | + | |List all the devices information |
− | | mapListAllPrinterDeviceInfoResponse | + | |mapListAllPrinterDeviceInfoResponse |
− | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapListAllPrinterDeviceInfo?login=mapadmin | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapListAllPrinterDeviceInfo?login=mapadmin |
|- | |- | ||
− | | mapListAllSplfInfo | + | |mapListAllSplfInfo |
− | | List all the spool information | + | |List all the spool information |
− | | mapListAllSplfInfoResponse | + | |mapListAllSplfInfoResponse |
− | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapListAllSplfInfo?login=mapadmin | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapListAllSplfInfo?login=mapadmin |
|- | |- | ||
− | | getRulesFiles | + | |getRulesFiles |
− | | 93 | + | |93 |
− | | getRulesFilesResponse | + | |getRulesFilesResponse |
− | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/getRulesFiles?login=mapadmin | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/getRulesFiles?login=mapadmin |
|- | |- | ||
− | | getRulesFilesRequestUser | + | |getRulesFilesRequestUser |
− | | 95 | + | |95 |
− | | getRulesFilesRequestUserResponse | + | |getRulesFilesRequestUserResponse |
− | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/getRulesFilesRequestUser?login=mapadmin | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/getRulesFilesRequestUser?login=mapadmin |
|- | |- | ||
− | | getRulesFile | + | |getRulesFile |
− | | 97 | + | |97 |
− | | getRulesFileResponse | + | |getRulesFileResponse |
− | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/getRulesFile?login=mapadmin&filename=root.rules.xml | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/getRulesFile?login=mapadmin&filename=root.rules.xml |
|- | |- | ||
− | | getRulesDict | + | |getRulesDict |
− | | 99 | + | |99 |
− | | getRulesDictResponse | + | |getRulesDictResponse |
− | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/getRulesDict?login=mapadmin | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/getRulesDict?login=mapadmin |
|- | |- | ||
− | | getRulesCommand | + | |getRulesCommand |
− | | 101 | + | |101 |
− | | getRulesCommandResponse | + | |getRulesCommandResponse |
− | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/getRulesCommand?login=mapadmin | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/getRulesCommand?login=mapadmin |
|- | |- | ||
− | | saveRulesFile | + | |saveRulesFile |
− | | 103 | + | |103 |
− | | saveRulesFileResponse | + | |saveRulesFileResponse |
− | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/saveRulesFile?login=mapadmin | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/saveRulesFile?login=mapadmin |
|- | |- | ||
− | | saveRulesDict | + | |saveRulesDict |
− | | 105 | + | |105 |
− | | saveRulesDictResponse | + | |saveRulesDictResponse |
− | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/saveRulesDict?login=mapadmin | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/saveRulesDict?login=mapadmin |
|- | |- | ||
− | | saveRulesCommand | + | |saveRulesCommand |
− | | 107 | + | |107 |
− | | saveRulesCommandResponse | + | |saveRulesCommandResponse |
− | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/saveRulesCommand?login=mapadmin | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/saveRulesCommand?login=mapadmin |
|- | |- | ||
− | | getResolveFiles | + | |getResolveFiles |
− | | 109 | + | |109 |
− | | getResolveFilesResponse | + | |getResolveFilesResponse |
− | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/getResolveFiles?login=mapadmin | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/getResolveFiles?login=mapadmin |
|- | |- | ||
− | | getResolveFile | + | |getResolveFile |
− | | 111 | + | |111 |
− | | getResolveFileResponse | + | |getResolveFileResponse |
− | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/getResolveFile?login=mapadmin | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/getResolveFile?login=mapadmin |
|- | |- | ||
− | | saveResolveFile | + | |saveResolveFile |
− | | 113 | + | |113 |
− | | saveResolveFileResponse | + | |saveResolveFileResponse |
− | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/saveResolveFile?login=mapadmin | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/saveResolveFile?login=mapadmin |
|- | |- | ||
− | | getRulesFileDict | + | |getRulesFileDict |
− | | 115 | + | |115 |
− | | getRulesFileDictResponse | + | |getRulesFileDictResponse |
− | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/getRulesFileDict?login=mapadmin | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/getRulesFileDict?login=mapadmin |
|- | |- | ||
− | | getRulesIndexes | + | |getRulesIndexes |
− | | 117 | + | |117 |
− | | getRulesIndexesResponse | + | |getRulesIndexesResponse |
− | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/getRulesIndexes?login=mapadmin | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/getRulesIndexes?login=mapadmin |
|- | |- | ||
− | | addRulesIndex | + | |addRulesIndex |
− | | 119 | + | |119 |
− | | addRulesIndexResponse | + | |addRulesIndexResponse |
− | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/addRulesIndex?login=mapadmin | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/addRulesIndex?login=mapadmin |
|- | |- | ||
− | | addRulesIndexGroup | + | |addRulesIndexGroup |
− | | 121 | + | |121 |
− | | addRulesIndexGroupResponse | + | |addRulesIndexGroupResponse |
− | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/addRulesIndexGroup?login=mapadmin | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/addRulesIndexGroup?login=mapadmin |
|- | |- | ||
− | | delRulesIndex | + | |delRulesIndex |
− | | 123 | + | |123 |
− | | delRulesIndexResponse | + | |delRulesIndexResponse |
− | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/delRulesIndex?login=mapadmin | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/delRulesIndex?login=mapadmin |
|- | |- | ||
− | | delRulesIndexGroup | + | |delRulesIndexGroup |
− | | 125 | + | |125 |
− | | delRulesIndexGroupResponse | + | |delRulesIndexGroupResponse |
− | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/delRulesIndexGroup?login=mapadmin | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/delRulesIndexGroup?login=mapadmin |
|- | |- | ||
− | | updateRulesIndex | + | |updateRulesIndex |
− | | 127 | + | |127 |
− | | updateRulesIndexResponse | + | |updateRulesIndexResponse |
− | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/updateRulesIndex?login=mapadmin | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/updateRulesIndex?login=mapadmin |
|- | |- | ||
− | | updateRulesIndexGroup | + | |updateRulesIndexGroup |
− | | 129 | + | |129 |
− | | updateRulesIndexGroupResponse | + | |updateRulesIndexGroupResponse |
− | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/updateRulesIndexGroup?login=mapadmin | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/updateRulesIndexGroup?login=mapadmin |
|- | |- | ||
− | | mapLogSplf | + | |mapLogSplf |
− | | Display log on a spool file | + | |Display log on a spool file |
− | | mapLogSplfResponse | + | |mapLogSplfResponse |
− | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapLogSplf?login=mapadmin&qname=COPIEUR&filter=*&dateFrom=*&dateTo=*&level=*&jobNum=000000000000384 | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapLogSplf?login=mapadmin&qname=COPIEUR&filter=*&dateFrom=*&dateTo=*&level=*&jobNum=000000000000384 |
|- | |- | ||
− | | mapLogQueue | + | |mapLogQueue |
− | | Display log on a queue | + | |Display log on a queue |
− | | mapLogQueueResponse | + | |mapLogQueueResponse |
− | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapLogQueue?login=mapadmin&qname=COPIEUR | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapLogQueue?login=mapadmin&qname=COPIEUR |
|- | |- | ||
− | | mapUploadMessage | + | |mapUploadMessage |
− | | Send a “message” to a queue | + | |Send a “message” to a queue |
− | | mapUploadMessageResponse | + | |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 | + | |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 | + | |mapUploadFile |
− | | Send a stream to a queue | + | |Send a stream to a queue |
− | | mapUploadFileResponse | + | |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 | + | |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 | + | |mapUploadURL |
− | | 139 | + | |139 |
− | | mapUploadURLResponse | + | |mapUploadURLResponse |
− | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapUploadURL?login=mapadmin | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapUploadURL?login=mapadmin |
|- | |- | ||
− | | mapRunStream | + | |mapRunStream |
− | | Send a stream to a workflow | + | |Send a stream to a workflow |
− | | mapRunStreamResponse | + | |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 | + | |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 | + | |mapRunURL |
− | | 143 | + | |143 |
− | | mapRunURLResponse | + | |mapRunURLResponse |
− | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapRunURL?login=mapadmin | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapRunURL?login=mapadmin |
|- | |- | ||
− | | mapSoapRunStreamFromPost | + | |[[ONYX:9.0:Utilisation:mapSoapRunStreamFromPost|mapSoapRunStreamFromPost]] |
− | | 145 | + | |145 |
− | | mapSoapRunStreamFromPostResponse | + | |mapSoapRunStreamFromPostResponse |
− | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapSoapRunStreamFromPost?login=mapadmin | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapSoapRunStreamFromPost?login=mapadmin |
|- | |- | ||
− | | mapRemoveTempURL | + | |mapRemoveTempURL |
− | | 147 | + | |147 |
− | | mapRemoveTempURLResponse | + | |mapRemoveTempURLResponse |
− | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapRemoveTempURL?login=mapadmin | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapRemoveTempURL?login=mapadmin |
|- | |- | ||
− | | mapRunPost | + | |mapRunPost |
− | | 149 | + | |149 |
− | | mapRunPostResponse | + | |mapRunPostResponse |
− | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapRunPost?login=mapadmin | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapRunPost?login=mapadmin |
|- | |- | ||
− | | mapRunSpoolWaitingInRules | + | |mapRunSpoolWaitingInRules |
− | | 151 | + | |151 |
− | | mapRunSpoolWaitingInRulesResponse | + | |mapRunSpoolWaitingInRulesResponse |
− | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapRunSpoolWaitingInRules?login=mapadmin | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapRunSpoolWaitingInRules?login=mapadmin |
|- | |- | ||
− | | mapPrint | + | |mapPrint |
− | | 153 | + | |153 |
− | | mapPrintResponse | + | |mapPrintResponse |
− | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapPrint?login=mapadmin | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapPrint?login=mapadmin |
|- | |- | ||
− | | getTradFile | + | |getTradFile |
− | | 155 | + | |155 |
− | | getTradFileResponse | + | |getTradFileResponse |
− | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/getTradFile?login=mapadmin | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/getTradFile?login=mapadmin |
|- | |- | ||
− | | getIconDirectory | + | |getIconDirectory |
− | | 157 | + | |157 |
− | | getIconDirectoryResponse | + | |getIconDirectoryResponse |
− | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/getIconDirectory?login=mapadmin | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/getIconDirectory?login=mapadmin |
|- | |- | ||
− | | getListCodePage | + | |getListCodePage |
− | | 159 | + | |159 |
− | | getListCodePageResponse | + | |getListCodePageResponse |
− | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/getListCodePage?login=mapadmin | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/getListCodePage?login=mapadmin |
|- | |- | ||
− | | getXpsProfile | + | |getXpsProfile |
− | | 161 | + | |161 |
− | | getXpsProfileResponse | + | |getXpsProfileResponse |
− | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/getXpsProfile?login=mapadmin | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/getXpsProfile?login=mapadmin |
|- | |- | ||
− | | getListImportedReport | + | |getListImportedReport |
− | | 163 | + | |163 |
− | | getListImportedReportResponse | + | |getListImportedReportResponse |
− | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/getListImportedReport?login=mapadmin | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/getListImportedReport?login=mapadmin |
|- | |- | ||
− | | getListImportReport | + | |getListImportReport |
− | | 165 | + | |165 |
− | | getListImportReportResponse | + | |getListImportReportResponse |
− | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/getListImportReport?login=mapadmin | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/getListImportReport?login=mapadmin |
|- | |- | ||
− | | getListImportedDraw | + | |getListImportedDraw |
− | | 167 | + | |167 |
− | | getListImportedDrawResponse | + | |getListImportedDrawResponse |
− | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/getListImportedDraw?login=mapadmin | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/getListImportedDraw?login=mapadmin |
|- | |- | ||
− | | getListImportDraw | + | |getListImportDraw |
− | | 169 | + | |169 |
− | | getListImportDrawResponse | + | |getListImportDrawResponse |
− | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/getListImportDraw?login=mapadmin | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/getListImportDraw?login=mapadmin |
|- | |- | ||
− | | mapGetDefaultTrackingTableName | + | |mapGetDefaultTrackingTableName |
− | | 171 | + | |171 |
− | | mapGetDefaultTrackingTableNameResponse | + | |mapGetDefaultTrackingTableNameResponse |
− | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapGetDefaultTrackingTableName?login=mapadmin | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapGetDefaultTrackingTableName?login=mapadmin |
|- | |- | ||
− | | mapGetTrackingTableName | + | |mapGetTrackingTableName |
− | | 173 | + | |173 |
− | | mapGetTrackingTableNameResponse | + | |mapGetTrackingTableNameResponse |
− | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapGetTrackingTableName?login=mapadmin | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapGetTrackingTableName?login=mapadmin |
|- | |- | ||
− | | mapGetTracking | + | |mapGetTracking |
− | | 175 | + | |175 |
− | | mapGetTrackingResponse | + | |mapGetTrackingResponse |
− | | http://127.0.0.1:9002/cgi-bin/mapsoapserver.exe/mapGetTracking?login=mapadmin&tablename=MAP_TRACKING | + | |http://127.0.0.1:9002/cgi-bin/mapsoapserver.exe/mapGetTracking?login=mapadmin&tablename=MAP_TRACKING |
|- | |- | ||
− | | mapAddTracking | + | |mapAddTracking |
− | | 177 | + | |177 |
− | | mapAddTrackingResponse | + | |mapAddTrackingResponse |
− | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapAddTracking?login=mapadmin | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapAddTracking?login=mapadmin |
|- | |- | ||
− | | mapDelTracking | + | |mapDelTracking |
− | | 179 | + | |179 |
− | | mapDelTrackingResponse | + | |mapDelTrackingResponse |
− | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapDelTracking?login=mapadmin | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/mapDelTracking?login=mapadmin |
|- | |- | ||
− | | getUserConfigFile | + | |getUserConfigFile |
− | | 181 | + | |181 |
− | | getUserConfigFileResponse | + | |getUserConfigFileResponse |
− | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/getUserConfigFile?login=mapadmin | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/getUserConfigFile?login=mapadmin |
|- | |- | ||
− | | saveUserConfigFile | + | |saveUserConfigFile |
− | | 183 | + | |183 |
− | | saveUserConfigFileResponse | + | |saveUserConfigFileResponse |
− | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/saveUserConfigFile?login=mapadmin | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/saveUserConfigFile?login=mapadmin |
|- | |- | ||
− | | getListUsers | + | |getListUsers |
− | | 185 | + | |185 |
− | | getListUsersResponse | + | |getListUsersResponse |
− | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/getListUsers?login=mapadmin | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/getListUsers?login=mapadmin |
|- | |- | ||
− | | delUser | + | |delUser |
− | | 187 | + | |187 |
− | | delUserResponse | + | |delUserResponse |
− | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/delUser?login=mapadmin&name=user_all | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/delUser?login=mapadmin&name=user_all |
|- | |- | ||
− | | getUserInfo | + | |getUserInfo |
− | | 189 | + | |189 |
− | | getUserInfoResponse | + | |getUserInfoResponse |
− | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/getUserInfo?login=mapadmin&user_name=user_user | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/getUserInfo?login=mapadmin&user_name=user_user |
|- | |- | ||
− | | addUserInfo | + | |addUserInfo |
− | | 191 | + | |191 |
− | | addUserInfoResponse | + | |addUserInfoResponse |
− | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/addUserInfo?login=mapadmin | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/addUserInfo?login=mapadmin |
|- | |- | ||
− | | getListGroups | + | |getListGroups |
− | | 193 | + | |193 |
− | | getListGroupsResponse | + | |getListGroupsResponse |
− | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/getListGroups?login=mapadmin | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/getListGroups?login=mapadmin |
|- | |- | ||
− | | delGroup | + | |delGroup |
− | | 195 | + | |195 |
− | | delGroupResponse | + | |delGroupResponse |
− | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/delGroup?login=mapadmin | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/delGroup?login=mapadmin |
|- | |- | ||
− | | getGroupInfo | + | |getGroupInfo |
− | | 197 | + | |197 |
− | | getGroupInfoResponse | + | |getGroupInfoResponse |
− | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/getGroupInfo?login=mapadmin | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/getGroupInfo?login=mapadmin |
|- | |- | ||
− | | addGroupInfo | + | |addGroupInfo |
− | | 199 | + | |199 |
− | | addGroupInfoResponse | + | |addGroupInfoResponse |
− | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/addGroupInfo?login=mapadmin | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/addGroupInfo?login=mapadmin |
|- | |- | ||
− | | getListAcls | + | |getListAcls |
− | | 201 | + | |201 |
− | | getListAclsResponse | + | |getListAclsResponse |
− | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/getListAcls?login=mapadmin | + | |http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/getListAcls?login=mapadmin |
|- | |- | ||
− | | delAcl | + | |delAcl |
− | | 203 | + | |203 |
− | | delAclResponse | + | |delAclResponse |
− | | http://127.0.0.1:8002/cgi-bin/mapsoapserver.exe/delAcl?login=mapadmin | + | |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/getAclInfo?login=mapadmin | ||
|- | |- | ||
− | |||
| | | | ||
− | | | + | | |
− | | 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 27 mars 2019 à 17:03
Modèle:TODO Remettre en forme