0

I am looking for a rest api in Wso2 Integration Studio. Does not support > and < signs in http endpoint URL. These marks > I used the expression. But that doesn't save my change.

The example is below.

enter image description here

Ahmet Kalem
  • 113
  • 6

1 Answers1

1

You should be able to use &lt; and &gt; character entities to represent < and > respectively?

URI template would be

http://localhost:8000/ngsi-ld/v1/entities?year&gt;{uri.var.ep.year}
Lakshitha
  • 1,021
  • 1
  • 6
  • 15
  • I already tried the solution you suggested. But Integration Studio doesn't save this change while saving it. So I can't try this solution – Ahmet Kalem Dec 28 '22 at 08:41