ProtocalBuffer with REST API
We would like to send message in binary format to external API using protoBuf . The component called "Pega Support for Protocol Buffer" was downloaded from Marketplace and imported into Pega region and added the ruleset version PegaProtoBufSupport & to the application stack .
In order to test it , The cmponent has provided the sample application rules called (AddressBook) , when i tried to make a call using the provided test activity and getting the exception java.lang.ClassNotFoundException: com.pega.proto.example.AddressBook.It seems to be the component jar file doesn't have these classes , what is the process of converting the proto message to Pega class ( com.pega.proto.*).
***Edited by Moderator Rupashree S. to add Capability tags***