Forum Discussion
GKuiper
11 years agoOccasional Contributor
The help here is truly amazing.....
I think i am 1 step further
I get the following error:
Wed Jul 30 15:08:11 CEST 2014:ERROR:java.net.URISyntaxException: Illegal character in path at index 81:
http://xx.xxx.xxx.xxx:8080/api/conversa ... ebda2f00f/{itemId}/evaluate
The problem is i think it does not regonise {itemId}. I checked why not. If i automatically create the request like you told me to it created the field as {itemID} with a capital D at the end. If i execute the comment i see the field for 'b7d167a9-af74-455e-9d59-486ebda2f00f' is converted but the {itemID} is not.
I can NOT change itemID to itemId ANYWHERE. Not in the recource parameters or anywhere else (Another bug you can't 'reproduce' (just call me a liar) i presume)
To make sure I dont set the Method myself. I tried 50 times does not work. If it is auto-create it it makes an uppercase of a lowercase field and so the field is not regonised. The result i need would be something like:
http://xx.xxx.xxx.xxx:8080/api/conversa ... 0/evaluate
I think i am 1 step further
I get the following error:
Wed Jul 30 15:08:11 CEST 2014:ERROR:java.net.URISyntaxException: Illegal character in path at index 81:
http://xx.xxx.xxx.xxx:8080/api/conversa ... ebda2f00f/{itemId}/evaluate
The problem is i think it does not regonise {itemId}. I checked why not. If i automatically create the request like you told me to it created the field as {itemID} with a capital D at the end. If i execute the comment i see the field for 'b7d167a9-af74-455e-9d59-486ebda2f00f' is converted but the {itemID} is not.
I can NOT change itemID to itemId ANYWHERE. Not in the recource parameters or anywhere else (Another bug you can't 'reproduce' (just call me a liar) i presume)
To make sure I dont set the Method myself. I tried 50 times does not work. If it is auto-create it it makes an uppercase of a lowercase field and so the field is not regonised. The result i need would be something like:
http://xx.xxx.xxx.xxx:8080/api/conversa ... 0/evaluate