cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Business Connector Web Service

Former Member
0 Kudos

Hi Gentleman;

To be frank I am new to SAP BC and I don't have sound knowledge about it, but I will try to explain my problem and will ask you expert to guide.

I have a SAP System and a Business connector and both are connected through RFC.

I have a BAPI which I need to call via SAP BC on web-service, I can see I am able to connect my BAPI on BC and I am able to get the output on BC when I am  at menu bar>> SAP>>Functional Interface, providing FM there and clicking look-up and then Test Function, its giving all the fields of BAPI there and after providing mandatory field values when I am clicking on OK button I am getting the desired output.

Below are the initial things I need to do but I am not able to find it.

  1. Need to generate an XML file for this BAPI on BC; so that I can call that XML through SOAP UI...How to do this....??
  2. What are the steps to do that.

**I am not sure weather I need to make BC as my database then need to call XML there

Helpful answers will be highly appreciated

Former Member Former Member Former Member Former Member  

Thanking you,

Best Regards

SRT

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

You mean you need to create a WSDL file. This, you can do for any BC service in BC developer in menu Compose / Generate WSD. So the steps are:

1. Write a service in BC Developer which calls this BAPI.

2. Define the necessary input parameters for the service

3. Create the WSDL for this service (Compose / Generate WSD)

4. use this WSDL in soapUI

Hope this helps,

CSY