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

Call ABAP Web Service with query string

Former Member
0 Likes
501

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.

1 REPLY 1
Read only

Former Member
0 Likes
440

Used a BSP to wrap the Web Service.