cancel
Showing results for 
Search instead for 
Did you mean: 

WCF service interacting with SAP B1 MS SQL version

Former Member
0 Kudos

Hi evetyone,

I have a task where it is needed to create .net WCF service that will send and get information from SAP DB.

I’ve tried to use DI API but it is not support multithreading (but we get asynchronous request and should process them as parallel).

Now I’m trying to found another solution instead of using DI API.

I saw that there is Service Layer for HANA DB which could be used for this purposes. Do we have the same service for MS SQL?

Or can we use Di Server for this kind of interaction? Is there any project or code sample how it can be used in .net project?

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member186605
Active Contributor
0 Kudos

Hi Marcus, Do you have a source for your info? This quite concrete statement is unknown to me, PL10 is already available. But SL for MS SQL is not supported officially. Best, Peter

mta1
Explorer
0 Kudos

Service-Layer for MS-SQL comes with SBO 9.3 Patch 10.


To interact with Service-Layer you can implement an REST-provider with .NET.