Ticket #12 (closed enhancement: fixed)
minOccurs and maxOccurs missing in python inputs map
Reported by: | soeren | Owned by: | djay |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Development platform | Version: | |
Keywords: | Python | Cc: |
Description
While implementing the GRASS GIS ZOO WPS connection i noticed that min- and maxOccurs information are missing in the inputs map which are passed to the python service function. Because of that the ZOOGrassModuleStarter must execute the GRASS GIS module which should be called to gather this information before the processing can go on, this makes the processing a bit slow (XML generation and interpretation).
It would be great if the min- and maxOccures are available in the inputs map. This will also reduce the need of PyXB for the ZOOGrassModuleStarter.
This ticked is related to svn trunk revision #42.
Change History
Note: See
TracTickets for help on using
tickets.