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

Calling a RFC http destination

Former Member
0 Likes
579

Hi...

I'm developing an application that calls a URL... but, I want to configure this URL on SM59 (RFC destinations) like a "http Connection to external serv"...

My destination is working well, and I'm receiving a http status 200... but I want to pass some URL parameters through this destinations...

Ex:

URL: http://webserver:80/?value01=<<my parameter here>>

I can call the URL directly (on SM59), without any parameter, and it works well...:

http://webserver:80/

How can I do it?!

Thanks...

Hi...

I'm developing an application that calls a URL... but, I want to configure this URL on SM59 (RFC destinations) like a "http Connection to external serv"...

My destination is working well, and I'm receiving a http status 200... but I want to pass some URL parameters through this destinations...

Ex:

URL: http://webserver:80/?value01=<<my parameter here>>

I can call the URL directly (on SM59), without any parameter, and it works well...:

http://webserver:80/

How can I do it?!

Thanks...

1 REPLY 1
Read only

Former Member
0 Likes
405

Hi....

I could create a http destination with URL parameters...

But, I need to know how can I change it dynamically...

Anyone knows?!

Regards...