Hi,
I have created Document Reference Request & Response in Input/Output Parameter in Java Service. I have generated Java Code which is modified to map the right attributes,
Request:
{
"Sender": "Buyer1",
"Orders": [{
"OrderID": "100",
"SKU": "01",
"UnitPrice": "100",
"Quantity": "20"
}]
}
Response:
{
"Sender": "Buyer1",
"Orders": [
{
"OrderID": "100",
"SKU": "01",
"UnitPrice": "100",
"Quantity": "20"
}
],
"Response": {
"Response": {
"Customer": null,
"Orders": [
{
"OrderID": null,
"AmountDue": null
}
]
}
}
}
Can someone guide me why null is coming in Response in POSTMAN?
Thanks!
#Flow-and-Java-services#webMethods#Integration-Server-and-ESB#webMethods-io-Integration