简体   繁体   中英

Json payload is unable to pass to endpoint in wso2

here i am passing this payload { "cameraId": "1595", "fromDate": "2021-06-21 09:00:00", "toDate": "2021-06-21 09:00:10", "fileName": "test3" } to endpoint directly ,it will give true response as

{
"clipUrl": "https://operator.smartkdcl.com/Videodownload/test3.mp4",
"status": true
 }

but when i call endpoint from api , it will responds back with false as `

{ "status": false }`

i tried with payload factory in api to pass this payload to endpoint but still false response.

它有效,只需将<property name="DISABLE_CHUNKING" value="true" scope="axis2"/>到代码中,谢谢

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM