2008 Feb 28 3:26 PM
hi
How to Access Bapi from Weblogicserver
2008 Feb 28 10:36 PM
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
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |