Timeout fetching XML-Schema for Validation
Hi all,
we are using XSD Schemas to validate SOAP Requests in the following way:
The schema URL will be something like https://host/path/to/file.xsd
Everytime the Parse-XML rule runs the XSD Schema will be fetched from the other server. Due to a bug in the network configuration the XSD providing server won't respond to us.
This causes Pega to wait (forever? we cancelled our tests after 10 minutes) and our service consumers will timeout due to not receiving a response from us.
The solution to the problem is obviously to fix the bug in the network configuration.
Nevertheless I am very curious and want to know if there's a way to configure how long the parse rule will wait for the schema before it aborts with an error message?
Hi all,
we are using XSD Schemas to validate SOAP Requests in the following way:
The schema URL will be something like https://host/path/to/file.xsd
Everytime the Parse-XML rule runs the XSD Schema will be fetched from the other server. Due to a bug in the network configuration the XSD providing server won't respond to us.
This causes Pega to wait (forever? we cancelled our tests after 10 minutes) and our service consumers will timeout due to not receiving a response from us.
The solution to the problem is obviously to fix the bug in the network configuration.
Nevertheless I am very curious and want to know if there's a way to configure how long the parse rule will wait for the schema before it aborts with an error message?