
nkuebelbeck
VIP Member
we've got a project where we need to integrate with a third party web service and the third party only accepts json objects as the payload in their restful api. from what i read, all i have access to in the JDE C bsfn is the Xcerces XML parser.
As I see it I've got four options
1) write the json string by hand in C (i just threw up a little)
2) send xml to the bssv consumer and have the java convert xml/json before payload is delivered and after the the response, before it goes back to the calling C bsfn. (i don't even know if this is possible)
3) jde c has a json parser?
4) just won't work
Anyone have any experience with a bssv consuming a json web service?
As I see it I've got four options
1) write the json string by hand in C (i just threw up a little)
2) send xml to the bssv consumer and have the java convert xml/json before payload is delivered and after the the response, before it goes back to the calling C bsfn. (i don't even know if this is possible)
3) jde c has a json parser?
4) just won't work
Anyone have any experience with a bssv consuming a json web service?