‎2009 Jul 16 10:23 PM
HI ,
I create ABAP webservice and i want to read the HTTP header data such as language from the ABAP system ,
There is a way to get this data?
I found this interface IF_WSPROTOCOL_WS_HEADER ,
and since I am new to abap can some one help ?
Regards
Joy
‎2009 Jul 27 8:39 AM
Hi ,
Links below may be usefull.
http://help.sap.com/saphelp_nw04/helpdata/en/b4/6aae409567942ae10000000a155106/frameset.htm
/people/community.user/blog/2009/06/09/restful-webservices-in-abap-using-a-generic-controller
Take a look at cl_http_client.
‎2009 Jul 17 6:54 AM
‎2009 Jul 17 4:56 PM
HI,
There is no option to do that ?
Best Regards
Joy
Edited by: Joy Stpr on Jul 19, 2009 9:42 AM
‎2009 Jul 19 8:50 AM
Did yo u check the documentation for interface IF_WSPROTOCOL_WS_HEADER. There you can find an example code.
‎2009 Jul 19 8:05 PM
HI ,
I check it but since i new to abap i don't really know how to use it ,
Maybe you have an example for it?
Best Regards
Joy
Edited by: Joy Stpr on Jul 20, 2009 10:45 PM
‎2009 Jul 27 8:39 AM
Hi ,
Links below may be usefull.
http://help.sap.com/saphelp_nw04/helpdata/en/b4/6aae409567942ae10000000a155106/frameset.htm
/people/community.user/blog/2009/06/09/restful-webservices-in-abap-using-a-generic-controller
Take a look at cl_http_client.