Send BDM object through REST API

1
0
-1

Hello

I'm facing a problem with Bonita REST connector BDM serialization. I'm trying to send to an external endpoint a POST in which the payload is a business variable, but it seems that the connector cannot serialize the object. I tried importing and using Gson library, but it fails giving a reflection error because it cannot access the members of the object. Do you have any advice?

2 answers

1
0
-1
This one is the BEST answer!

Hey Frap,

Do you have any logs?

Also, it may not be exactly the same but the How to integrate Sharepoint with Bonita tutorial might help you better understand Bonita's REST connectors.

Hope this helps!

Cheers!

1
0
-1

Thank you for you response,finally I solved importing jackson serialization library through maven

Notifications