2010 Aug 05 9:17 AM
Hey Guys,
we try to make a parameterized call to a ABAP Web Service generated on a FM.
For this we want to use the query string to pass paramters like <Web Serice URL>?PARAM1='X'
Is this possible and how do we have to configure the Web Service to accept this call?
Regards
Tobias
Edited by: Tobias Mekler on Aug 20, 2010 9:24 AM
Used a BSP to wrap the Web Service.
Hey Guys,
we try to make a parameterized call to a ABAP Web Service generated on a FM.
For this we want to use the query string to pass paramters like <Web Serice URL>?PARAM1='X'
Is this possible and how do we have to configure the Web Service to accept this call?
Regards
Tobias
Edited by: Tobias Mekler on Aug 20, 2010 9:24 AM
Used a BSP to wrap the Web Service.
2010 Aug 20 8:26 AM