cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Http response in XML format

Former Member
0 Likes
1,250

Hi All,

I am using http receiver adapter to send a request to a website and in turn i am getting the response in a plain text format.How to get the response in an XML format so that XI can understand that?

Jack

View Entire Topic
markangelo_dihiansan
Active Contributor
0 Likes

Hi,

This could be resolved by changing the Content Type options in the HTTP Receiver Adapter

Now, I'm not sure what is exactly your requirement, but basically, it's like this:

Content Type: text/plain or application/x-www-form-urlencoded

Just make sure that the field Mask Special Characters(URL Escaping) is checked

Then

Prolog: xmldata=

Hope this helps,

Former Member
0 Likes

Hi Mark, Whatever you have mentioned is to format the request message. But my issue is with the response..that is not coming in the XML format..I mean whatever you see in the webpage for my http request is coming in to XI as plain text..