Tuesday, May 16, 2023

HIUG Interact 2023


User group conferences are a fantastic opportunity to network with and learn from peers. And we are just a few weeks away from the Healthcare PeopleSoft Industry User Group meeting Interact 2023! I am presenting my signature session, Getting the Most out of PeopleSoft PeopleTools: Tips and Techniques on Tuesday, June 13 from 9:30 AM - 10:30 AM in room Condesa 3.

See you there!

2 comments:

Viktor said...

I'm attempting to send a response message to a third-party from whom I'm receiving a JSON via POST. I've set up my message and operational programs, and written a PeopleCode to parse the data and save it. However, I'm having difficulty returning a confirmation message, "Success", in JSON format. I can manage to do it in XML Document, but returning a JSON for the third-party is ideal. Any suggestions would be greatly appreciated. I have a method and class where my code resides.

Jim Marion said...

Is this a REST service operation? If so, you can set the response content type to JSON. If it is not a REST service operation, then you can wrap your response in psnonxml. I have an example here: http://blog.jsmpros.com/2011/10/rest-like-peoplesoft-services.html