I got most of this to work however I am unsure how to accept an array in the JSON as input.
For example if you had:
{
“cars”: {
“Nissan”: [
{“model”:“Sentra”, “doors”:4},
{“model”:“Maxima”, “doors”:4}
],
“Ford”: [
{“model”:“Taurus”, “doors”:4},
{“model”:“Escort”, “doors”:4}
]
}
}
I have tried setting the equivalent of “Nissan” on my end to “Document List” but it does not seem to come into the service at all. Thank you in advance
#webMethods#Integration-Server-and-ESB