extract variable issue

Not applicable

question.txt Please check attached question and advice

0 2 123
2 REPLIES 2

Not applicable
I have below JSON response. {"division":{"physics":"physicsValue"}}.

Used below extract variable configuration xml:

 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ExtractVariables async="false" continueOnError="false" enabled="true" name="Extract-Variables-1">
    <DisplayName>Extract Variables-1</DisplayName>
    <Source>calloutResponse.content</Source>
    <JSONPayload>
      <Variable name="latitude" type="string">
            <JSONPath>$.division.physics</JSONPath>
        </Variable>
    </JSONPayload>
    <VariablePrefix>apigee</VariablePrefix>
</ExtractVariables>
Got below Error: Invalid char ' ' at line 1 Not sure where is the issue , please advice.?

Hi. I have the same problem. Could you post what the issue was? It would help others!