Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect WPS XML MaxOccurs Unbounded #165

Open
fmigneault opened this issue Jun 3, 2020 · 0 comments
Open

Incorrect WPS XML MaxOccurs Unbounded #165

fmigneault opened this issue Jun 3, 2020 · 0 comments
Assignees
Labels
process/wps1 Issue related to WPS 1.x processes support process/wps2 Issue related to WPS 2.x processes support triage/bug Something isn't working triage/conformance Issue related to fixing/ensuring compliance to specifications. triage/enhancement New feature or request

Comments

@fmigneault
Copy link
Collaborator

fmigneault commented Jun 3, 2020

The large maxOccurs value that is employed internally to resolve "unbounded" is rendered as is (string of the large int) in the XML endpoint. It is not the case of the JSON endpoint because we handle it manually.

image

This is caused by pywps limitation :

@fmigneault fmigneault added triage/enhancement New feature or request triage/conformance Issue related to fixing/ensuring compliance to specifications. labels Jun 3, 2020
@fmigneault fmigneault self-assigned this Jun 3, 2020
@fmigneault fmigneault added process/wps1 Issue related to WPS 1.x processes support process/wps2 Issue related to WPS 2.x processes support labels Jun 3, 2020
@fmigneault fmigneault changed the title [Feature] Incorrect WPS XML MaxOccurs [Feature] Incorrect WPS XML MaxOccurs Unbounded Jun 3, 2020
@fmigneault fmigneault added the triage/bug Something isn't working label Feb 25, 2021
@fmigneault fmigneault changed the title [Feature] Incorrect WPS XML MaxOccurs Unbounded Incorrect WPS XML MaxOccurs Unbounded Oct 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
process/wps1 Issue related to WPS 1.x processes support process/wps2 Issue related to WPS 2.x processes support triage/bug Something isn't working triage/conformance Issue related to fixing/ensuring compliance to specifications. triage/enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant