We've used .NET C Sharp to create a session-enabled web service. ABAP acts as a client to consume this web service. However, ABAP cannot correctly call the web service because the session information (session cookie) cannot pass to web service.
Any way or trick to call a session-enabled (stateful) web service from ABAP?