Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Tracing cl_http_client

Former Member
0 Likes
3,616

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. ?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
2,189

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.

3 REPLIES 3
Read only

Former Member
0 Likes
2,190

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.

Read only

0 Likes
2,189

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.

Read only

0 Likes
2,189

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.