Oxygen version: 24.1
This issue occurs in Oxygen version that have to use HTTP Client prior 1.5.0. In Oxygen 26, it does not occur.
Using the http:send-request#3 extension function in an XSLTOperation author mode operation fails with a missing processor:
class.java.lang.NullPointerException - Cannot invoke "net.sf.saxon.s9api.Processor.newDocumentBuilder()" because "processor" is null.
No more context. But by experiment one finds, that it has passed behind the point, where a HTTPClientException can occur.
Oxygen version: 24.1
This issue occurs in Oxygen version that have to use HTTP Client prior 1.5.0. In Oxygen 26, it does not occur.
Using the
http:send-request#3extension function in anXSLTOperationauthor mode operation fails with a missing processor:No more context. But by experiment one finds, that it has passed behind the point, where a
HTTPClientExceptioncan occur.