‎2007 Jun 28 2:35 AM
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?
‎2007 Jul 01 10:04 AM
‎2007 Jul 01 10:04 AM
‎2007 Jul 02 2:35 AM
I solved by myself already.
We can use SM59 to create HTTP Destination since it supports cookie. At LPCONFIG, we can use HTTP Destination instead of URL.
‎2007 Jul 20 7:29 PM
Hi Thomas,
I have to implement ABAP consuming web service, can you help me describing the different steps in detail ?
Thanks in advance.
Philippe
‎2007 Jul 21 1:08 AM
Basically, you can follow the steps in Thomas Jung's blog:
/people/thomas.jung3/blog/2004/11/17/bsp-a-developers-journal-part-xiv--consuming-webservices-with-abap
It has full steps to teach you creating web service proxy which is called by ABAP when consuming web service.