¿Does the ExtractVariables policy within Apigee support xml version 1.1 ?

When I am sending XML request from SOAPUI with following declaration - <?xml version="1.1" encoding="UTF-8"?> The proxy is throwing the error from extract variable policy with error- cause

error.cause Syntax error while parsing XML prologue

whereas xml version 1.0 is working. Can someone suggest a solution.

1 1 93
1 REPLY 1

Sorry!

The XML Parser that is used by ExtractVariables does not support XML 1.1 !

The only solution is to use XML 1.0

An alternative is to use a Java callout , like this one:

https://github.com/DinoChiesa/ApigeeEdge-Java-Xpath

(I believe it supports XML1.1)