cancel
Showing results for 
Search instead for 
Did you mean: 

Triggering a message in XI by hyperlink

Former Member
0 Kudos

Hi,

Has anyone had a scenario where a message in XI should be triggered by a user clicking on a hyperlink (so not submitting a html form)?

I thought making a hyperlink in the following format would do the trick:

http://<ip>:<port>/sap/xi/adapter_plain?namespace=<namespace>&interface=<interface>&service=<service...

But the only thing I get when clicking this link, is that the browser returns a "No page to display - Action canceled" web page and no message appearing in XI (there a HTTP sender adapter is setup to accept the URL parameters CHARG and PF_KST).

Am I doing something wrong here?

Thanks a lot in advance!

Accepted Solutions (1)

Accepted Solutions (1)

prateek
Active Contributor
0 Kudos

I guess you are talking about HTTP GET request to XI.

Read comments made by Stefan and me.

Regards,

Prateek

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks a lot Gourav and Prateek!

I was not aware that XI was not able to process http GET requests! The option "Apply URL parameters" in the HTTP sender adapter confused me! :-s

Former Member
0 Kudos

Where is payload?, This is URL for submission of payload, you still need to submit your payload or form to this URL.

You can create hidden form and submit it using URL but you need to submit payload/message along with form.

Regards,

Gourav