cancel
Showing results for 
Search instead for 
Did you mean: 

Calling a BLS to execute from a SQLserver Stored procedure

Former Member
0 Kudos

Hi,

I am using MII 14 and am wondering if there was additional functionality added in MII that allows me to call a BLS to execute from a SQLServer stored procedure.

Thanks

Andy

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member202228
Active Participant
0 Kudos

Hi Andy,

Did you see this:: http://www.codeproject.com/Articles/428200/How-to-invoke-a-Web-Service-from-a-Stored-Procedure?? Then you have the /Runner option available

former_member185280
Active Contributor
0 Kudos

In the past I have been able to call a blt from sql server by making an http post to the runner in a stored procedure. Google for something like 'sql server stored procedure http post' and you will get a lot of examples.

0 Kudos

The answer above by Christian is the correct approach...

There are a lot of options for the REST HTTP URL calls to MII, direct to the Runner engine can be synchronously or asynchronously triggered; documentation for this interface is located here:

Transaction Calls Using URLs - SAP Manufacturing Integration and Intelligence - SAP Library  

You can also call into the HTTP Message Services listener layer which can allow you to batch requests or trigger the transactions immediately.  It's an additional layer of monitoring but will enable routing based on a URL parameter or message contents along with message processing status tracking; documentation for this interface is located here:

Message Listeners - SAP Manufacturing Integration and Intelligence - SAP Library


Sam

PS: Generic help documentation for MII is here: SAP Manufacturing Integration and Intelligence 15.0 – SAP Help Portal Page