cancel
Showing results for 
Search instead for 
Did you mean: 

to invoke a sap bc developer service from client.

Former Member
0 Kudos

Hi,

I am doing a http to rfc scenario in sap bc.

I have created one service which calls rfc in r\3 ,in sap bc developer.

Now i want to invoke this service from http client,

what should be the prerequisites to invoke this service?What should i do to invoke this service from http client?

From where i will get the http client for sap bc?

Plz help me.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

just enter the URL to your service in the http client.

If your client is a browser for example just enter somthing like

<i>http://<hostname>/invoke/<Package_Name>.<Folders>/<service></i>

in the adress field and the service will be invoked. If it's not an anonymous service you'll have to enter user/password (of a bc user) on a popup window.

Regards

Juergen