0

How can I replace iWay, as a SAP adapter, from a homegrown Java application?

I have sapjco3.jar and libsapjco3.so with me.

Can I get any documentation on this?

Sandra Rossi
  • 11,934
  • 5
  • 22
  • 48
aman roy
  • 35
  • 5

2 Answers2

2

The SAP Java Connector is closed source and available for free, but only for SAP customers and partners.

If you have a SAP Service Marketplace account, you can get the JCo SDK from here: https://service.sap.com/connectors.

The downloadable SDK archive also contains the JavaDoc and some examples.

Trixx
  • 1,796
  • 1
  • 15
  • 18
1

Found a couple of links for you.

JCO Tutorial Part 1 - Direct JCO Connection

and

JCO JavaDocs

Mike
  • 3,186
  • 3
  • 26
  • 32
  • Your links refer to the old outdated JCo 2.x. The question was about the current JCo version 3.0 which has a different API. – Trixx Dec 28 '16 at 11:37