cancel
Showing results for 
Search instead for 
Did you mean: 

ASP.NET and C#

adnanmaqbool
Contributor
0 Kudos

Dear Guys

I am using SAP 4.6 C and do not want to upgrade it for time being. Basically working on personel project and trying to connect SAP4.6C with a webserver using ASP.NET and .NET Connectors installled in middleware server.

WebServer (ASP.NET) -


> Middleware (C#) -


> SAP4.6C

I want to transfer data from webserver in XML format to middleware and from middleware to SAP using RFC or IDOC.

My question is regarding event triggering that is when an XML file is submitted to Middleware, how middleware can know that a file has been reached and will be sent to SAP.

I have already tried the direct call from WebServer to SAP and it working fine but I want a middleware solution in between in form of C# and .NET Connector.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Adnan,

Maybe there can be other solutions. But in my idea, you can create a web service .net for middleware. And from web server you can call the middleware's web method and pass the XML file to middleware's method. After passing XML, you can connect SAP from middleware and pass your file to SAP.

Best Regards.

Huseyin Akturk