I need to send a json string with an application message.
I’m on IFS9 so I can’t use a REST destinationtype, so I’m using Http.
Is there any way I can send a json string instead of an XML ? Its just one line.
Please correct me if I’m wrong, but I don’t think I can create a transformer to do this without access to IFS Developer studio, and I don’t have that. Also I’m unsure if transformers will do json.
Can I create an application message with a json using pl/sql code?
Best regards
Kresten
Best answer by dsj
Hi @eqbstal,
It’s a nice hack you have done
If it does’t work, you can always go for a xsl transformer where you don’t need developer studio.
This transformer in stackoverflow worked for me in App9.
I’m affraid this is over my head. I need to design the output in details in order to get the reciever to accept the message, and I can’t make any changes to this .jar.