cancel
Showing results for 
Search instead for 
Did you mean: 

useing SAP web services

Former Member
0 Kudos

Hi

how would it be possible to use SAP web services in .Net application?

Thanks in advance

Regards

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi

Thank you for your quick response.

Is it possible to call SAP web services in .Net based "Windows" application?

How?

Regards

Andre_Fischer
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Ahmad,

sure. I only chose an example of a command line application because it is easier to use an example. You can also add Web services as a refrence to "fat client" applications based on Winforms.

One application that is using this is the joint product Duet from SAP and Microsoft.

Best regards,

André

Andre_Fischer
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Ahmad,

I wrote a blog in SDN about Single Sign-On of Windows-based Web Service Clients using SAP Logon Tickets

/people/andre.fischer/blog/2006/11/05/single-sign-on-of-windows-based-web-service-clients-using-sap-logon-tickets

The blog points to two whitepapers. The first one explains the technical concept used and the second describes how to develop a .NET Web services client.

The scenario is an example how SAP’s SPNego Login Module can be leveraged.

Best regards,

Andre

Former Member
0 Kudos

try thess links - they allhave useful information:

https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/2131 [original link is broken] [original link is broken] [original link is broken] [original link is broken]

Thanks