2013 Mar 07 2:40 PM
Hi all is there a way to trace cl_http_client in similar way how you can trace consumer web service proxy in Logs/Trace Viewer of soamanger where you can see the http headers body etc. ?
2013 Mar 07 5:10 PM
Yes, go to transaction SMICM and increase the trace level Goto -> Trace Level -> Increase, reproduce and then display the trace with Goto -> Trace File -> Display End. Remember to decrease the trace level once done.
2013 Mar 07 5:10 PM
Yes, go to transaction SMICM and increase the trace level Goto -> Trace Level -> Increase, reproduce and then display the trace with Goto -> Trace File -> Display End. Remember to decrease the trace level once done.
2013 Mar 08 7:33 AM
I am probably missing something or I do not correctly asked my question but what you see in ICM trace level full with buffers is just connection handshake showing certificates etc. What I want to see is the the HTTP session like headers body method used what you can see in soamanger in full trace mode. Something like :
POST /do.cgi?user=user&prapm=pram
Content-Type: multipart/form-data; boundary=ejjeeffe0 Content-Length: 186681 --ejjeeffe0 Content-Type: bin Content-Length: 186535 content-disposition: form-data;name="FILE_DATA"; filename="test.pdf"; %PDF-1.3 %вгПУ 2 0 obj
etc.
2013 Mar 11 2:24 PM
I do not found standard SAP solution to case but I used Fiddler Web Debugger where you can attach Fiddler Certificate to Strust and than use Fiddler as Proxy . And there you can see all traffic needed.