Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

how to access bapi from weblogic server

Former Member
0 Likes
421

hi

How to Access Bapi from Weblogicserver

hi

How to Access Bapi from Weblogicserver

1 REPLY 1
Read only

GrahamRobbo
SAP Mentor
SAP Mentor
0 Likes
398

Hi Malli,

there are several ways to do this.

Probably the easiest is to use simple webservice techniques. The SAP Web Application Server has a web application called WEBSERVICEBROWSER. You can use this to look through all the exposed function modules, including BAPI's, and then to access the WSDL file for each function module. The WSDL file can be imported into most contemporary development tools to generate proxy classes so you can easily consume the web service. Once enabled you can access this application via the URL http://yoursapserver.domain.com:port/sap/bc/bsp/sap/webservicebrowser

There are certainly more high-level methods of using web service concepts to consume SAP business functions and you can find lots of blogs in SDN about this.

You can also use the JCo (Java Connector) which provides the capabilities to bidirectionally communicate directly with the SAP Web Application Server.

Cheers

Graham Robbo