cancel
Showing results for 
Search instead for 
Did you mean: 

Connecting to SAP server on the internet through JCo

Former Member
0 Kudos

We are using SAP JCo to write Java applications. But now we are connecting to SAP servers only on our LAN. Is it possible to connect to a SAP server over the internet? How? What is this gateway service of SAP all about?

Thanks in Advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

gregorw
Active Contributor
0 Kudos

If you want to connect to your SAP System through the Internet you have many possibilities:

- SAP Router in DMZ

- SAP ITS

- SAP Web AS with BSP's or JSP's

- starting with Web AS 6.20 you can call SOAP

Regards

Gregor

Former Member
0 Kudos

Hi

Can you elaborate or give some links on these 4 methods of connecting to the SAP through internet?

Thankx,

MaRK

Former Member
0 Kudos

Hi

Why dont u try putting the java code in EJB and expose it as webservice. This way you can call it from anywhere

Try

[original link is broken] [original link is broken]

or you can directly expose ur Function modules as WebService and access them:

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/06adbf03-0a01-0010-f386-d8e45561...

regards

Smruti

*reward if found useful