1. Sally D
  2. PowerBuilder
  3. Friday, 31 August 2018 10:27 AM UTC

Hi All,

As before we have some EJB component to be deployed on EA server. Now with PB 2017, how we could handle that part to call the function which EJB provide? Thanks in advance.

Accepted Answer
Chris Pollach @Appeon Accepted Answer Pending Moderation
  1. Saturday, 1 September 2018 02:09 AM UTC
  2. PowerBuilder
  3. # Permalink

Hi Sally;

  The last PB version to support EAServer natively was PB12.6. EAS is no longer supported after that version.

  If you expose the EJB's in EAS as a Web Services though, you can call them via standard SOAP web service client in Appeon PB.

  However, the EAS product itself is deprecated and no longer supported by SAP. So my suggestion would be to look at either using another J2EE App Server or check out the new C# Web API feature coming in PB2018 to replace your EAS middle layer and PB2017R3 & higher RESTful web service client to communicate to the middle tier.

Regards ... Chris

Comment
There are no comments made yet.
Kevin Ridley Accepted Answer Pending Moderation
  1. Friday, 31 August 2018 11:37 AM UTC
  2. PowerBuilder
  3. # 1

You've asked this question several times already.  Convert it to a web service and pass JSON using ExportJson and ImportJson (R3).

Comment
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.