pyWSArchiPRO
Categories
Short description
Protocollations and retrieval Documents from WSArchiPRO with Python
Source catalogue
0
0
0
1
Description
Document registration and retrieval from WSArchiPRO with Python via ws SOAP interface.
An example of a protocol retrieval is presented below:
~ ~ ~ ~
from protocollo_ws.Protocol import protocollo wsclient = Protocol (wsdl_url = PROT_URL, username = PROT_LOGIN, password = PROT_PASSW, AOO = PROTOCOLLO_AOO, year = 2018, number = 234234)
# Recover
wsclient.get
# Save files in room
wsclient.dumpfiles
# Renderises the document describing the protocol flow (dataXML).
wsclient.ren_dataXML
~ ~ ~ ~
Features
- Registration
Detailed information
Release date
Supported languages
Italian
Development status
Beta
License
AGPL-3.0-only
Platforms
linux
Maintenance type
[community] Maintained by people donating their time to the project
Software type
library
Technical Contacts
Giuseppe De Marco