cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP URL with input payload as argument

Former Member
0 Kudos

Hi ,

We have a IDOC to HTTP interface.

We need to send the complete IDOC XML payload as an argument in the HTTP Post URL.

Can you please suggest if this can be done.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member184720
Active Contributor
0 Kudos

You can add the URL parameters using dynamic configuration.

In your mapping:

IDOC (root tag) -> return as xml -> UDF (to set the dynamic configuration -UrlParamOne) -> Target MT

However i'm not sure if there is restriction on the length of string that this parameter can handle.

You can give a try and share your findings.

RaghuVamseedhar
Active Contributor
0 Kudos

Sandeep,

Please elaborate the interface details. Please check if below blog is helpful.