cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP API SESSION ID ISSUE

SOAP API SESSION ID ISSUE

I have developed my custom SOAP API module in Magento 1.9 and shared the WSDL file to SAP PI to access my magento data. 

In API, Session Id is the first parameter to configure to access the magento custom module. Session ID is dynamically generated by Magento.

SAP PI has to first call login API to get the session ID and then with the Sesssion ID he has to trigger my custom Method. we cannot do 2 api calls in SAP PI.

We cannot by pass the session ID validation since it is a security issue. Can anyone help me to provide the solution to handle it?