Author |
Message |
Topic: Collection+JSON PUT WebService |
ChecoTirado
Replies: 10 Views: 7783
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Feb 01, 2016 10:15 pm Subject: Collection+JSON PUT WebService |
{ "template" : {
"data" :
You have too many arrays in the ESQL; there's only one in the JSON you've posted. You've also got a lowercase 'i' in your Item. Should be:
SET cN ... |
Topic: Collection+JSON PUT WebService |
ChecoTirado
Replies: 10 Views: 7783
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Feb 01, 2016 9:59 pm Subject: Collection+JSON PUT WebService |
Done, this site says the JSON is valid. |
Topic: Collection+JSON PUT WebService |
ChecoTirado
Replies: 10 Views: 7783
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Feb 01, 2016 3:13 pm Subject: Collection+JSON PUT WebService |
I read the example you sent, but I dont understand is how to use the InputRoot object to parse this specific structure.
This structure is Collection+JSON. http://amundsen.com/media-types/collection ... |
Topic: Collection+JSON PUT WebService |
ChecoTirado
Replies: 10 Views: 7783
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Feb 01, 2016 2:13 pm Subject: Collection+JSON PUT WebService |
I got these error
"code": 5701,
"message": "5701: A JSON parsing error has occurred whilst parsing the JSON document \"[\", \"{\", \"v ... |
Topic: Collection+JSON PUT WebService |
ChecoTirado
Replies: 10 Views: 7783
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Feb 01, 2016 1:52 pm Subject: Collection+JSON PUT WebService |
I tryed with the examples but I didn't found with this type of structure. Would you like to guide me how to read these kind of structure?
Please |
Topic: Collection+JSON PUT WebService |
ChecoTirado
Replies: 10 Views: 7783
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Feb 01, 2016 1:38 pm Subject: Collection+JSON PUT WebService |
hi Everyone, I need your help.
I'm building a REST Webservice with the PUT tag but I don't know how to read the next structure as INPUT:
{ "template" : {
"data" : [
... |