cancel
Showing results for 
Search instead for 
Did you mean: 

How to call a service from Business Connector via WAS 6.20

Former Member
0 Kudos

Dear all,

we have a instance of a business connector which connected to a SAP 4.60 system.

I want to invoke any services with XML via WAS 6.20

from the business connector.

Can you tell me, how can I do that ?

Best regards

Chiwing Chan.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Chiwing,

You can use a HTTP post from the busininess connector (service HTTP from the web services directory).

On the WAS write an ABAP program to handle the data you pass to the WAS in the HTTP post. Use classes from the Internet Connection Framework to retrieve the data in your program.

Also you need to configure the WAS: link the URL you use in the HTTP post to the ABAP program.

It is also possible to link the URL to a JSP. For more detail examine http://help.sap.com.

You might also you Business Server Pages.

Regards,

Harald

Message was edited by: Harald Kastelijn

Message was edited by: Harald Kastelijn

Message was edited by: Harald Kastelijn