cancel
Showing results for 
Search instead for 
Did you mean: 

Get web page by http adapter

Former Member
0 Kudos

Hi experts,

Please help me.

in my integration scenario I need to get web page from internet web site and then process it.

I made simple scenario to try http receiver adapter and then use TCPGateway tool to watch XI http request and found that XI use POST http command instead of GET. That's why many web servers response the error on such command.

Also I suppose that there will be problems with response message.

So, Is there any way to get web page with XI?

Maxim.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

yes there is...by not using HTTP adapter but programatically with a Java proxy.

refer to my blog on the same topic:

/people/amol.joshi2/blog/2006/06/28/must-fire-a-http-get-from-xi---try-this

Former Member
0 Kudos

Hi Amol,

thanks a lot for your solution.

I supposed that solution will be with Java.

Maxim.

Answers (1)

Answers (1)

Former Member
0 Kudos

Maxim,

as you said we cant use get in HTTP adapter use post and dynamic url generation

Regards

Sreeram.G.Reddy

Former Member
0 Kudos

Hi Sreeram,

many web servers response error on such requests. So it's not acceptable for me.

Thanks for reply.

Maxim.