My First JSON Publish Message
Hi guys.
I'm on Tools 8.56.09 and I'm trying to publish my first JSON message to the integration broker.
I've been able to successfully build my message using the CreateJsonBuilder() method and have been able to messagebox it view that it is structured as needed.
Now I'm trying to figure out the syntax to publish it and it's driving me nuts as I must have looked at every PeopleBooks item to cover this without finding it.
I have tried the CreateMessage() routine but that expects a rowset object.
What is the required function that will allow me to create the message object and then pass it to the %IntBroker.Publish() function?