E9.1 Consuming RESTFul services from JD Edwards BSSV

vijchag

Member
Hello,

We have a requirement to consume RESTFul services from JD Edwards BSSV. We are on 9.1 release. Is there a way to achieve it using consumer BSSVs?

Thanks,
Vijay
 
Yes, you can. But there is no "wizard" in JDeveloper to create classes for the consumption. It's simple enough to do a HTTPS connection in plain Java. You may want to look into the Jackson library for JSON support. (Note, with HTTPS you will need to get the certificate from the server and apply it to you BSSV server JAS instance.)

Craig
 
Hi vijchag,

Dependes your jdeveloper version, for example on jdev12c you can user RESTFul client and proxy wizard, else you could use other native librarys as Jackson as say craig_welton.

Regards.
 
Back
Top