cancel
Showing results for 
Search instead for 
Did you mean: 

How to add parameters in HTTP Adapter URL

Former Member
0 Kudos

Hi folks,

I need to add some parameters in the HTTP Url, I tried to add these parameters in the path field but I don't think it is appending it to the url. Has anyone experienced this?

I need it for the HTTP response message. My response requires to add: -H "Accept: application/xml" to the front of my command.  An example would be (if I use curl):

curl -H "Accept: application/xml" -k https:test.demoserver.com/invoice.xml  -d @c:\file\response_Invoice.xml

Can I pass these parameters in the ASMA?

Thank you,

PM

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hi Peter,

did u solve you problem with curl in http adapter?