cancel
Showing results for 
Search instead for 
Did you mean: 

Login to SAP with Web Service

Former Member
0 Kudos

I've created a web service client in Visual Studio 2008 which attempts to consume a custom web service in ECC.

How is the login to SAP handled? How is the userid/password combination passed to the Web Service?

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member198060
Participant
0 Kudos

You can pass ID and password as parameters appended to the URL call.

For example:

http://localhost:8001/sap/bc/soap/wsdl11?services=BAPI_PO_CHANGE&sap-client=100&sap-user=myId&sap-pa...