cancel
Showing results for 
Search instead for 
Did you mean: 

Abap Webservices or java RFC / JCO ?

Former Member
0 Kudos

Hi all,

I'm looking for code examples about connecting Java programs to ABAP generated Webservices... could anybody send it to me ?

actually, I need to call bapi from a java Web site.

(as an SOAP request ...)

is it better to generate webservices from the Bapi then call it,

Or shall i keep the Bapi, and call it from a java webservices based on JCO/RFC calls ...

what's more efficient ?

java webservices + Jco calls to the bapi ?

or direct calls to generated abap webservices ?

thanks

saber

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

I have exposed an RFC enable fn module as webservice in R/3 and have created a web service client to consume this Web Service using Netbeans, deployed that on Sun App Server.

Its working fine.

If you want any specific information, just let me know.

Regards

Pushkar

Former Member
0 Kudos

Hello Saber,

I would suggest you to create a java web service client.

All the BAPIs are exposed as webservice.

So you get the WSDL file and create your client as described below.

http://wiki.netbeans.org/wiki/attach/VisualWeb/VisualPackWebServicesUserDoc-5.pdf

Kindly let me know if you have any other querry.

n dont forget to award SDN points..:)

Regards

Pushkar