How to pass variables from rest console to bonita user experience?

coosseLymnSoync

New Member
I'm new to Rest . I'm trying to pass variables(department ,name) from rest console to bonita user experience. I've created a form that will take two input arguments in bonita studio and exported the .bar file and I've installed that .bar file in my bonita user experience . I'm trying to pass variables from rest console . The content type I've used is application/xml.The code is in body is :options=user:john\[code\]variables=<map><entry><string>dept</string><string>sd</string></entry></map>variables=<map><entry><string>name</string><string>hai</string></entry></map> \[/code\]The problem is that I'm not getting those variable values in my form when I post the method in rest console. It is working fine but I'm not getting those values in my form. I'm getting form with empty data.Please anyone can resolve the issueThanks in Advance.
 
Back
Top