cancel
Showing results for 
Search instead for 
Did you mean: 

RFC-HTTP ?

Former Member
0 Kudos

Hi Guys,

I have configured RFC-HTTP. I have configured receiver HTTP adapter with the HTTP destination which triggers the ASP file in the third party system.

when i use url http://host:port/xxx.asp , i am getting the page is not displayed and i am not getting any response, but when i test with the sendtest.asp where i need to feed the xml, i am getting the correct response.

anybody can help me why my url http://host:port/xxx.asp is not working, anyhting to do in asp file.

help would be appreciated

Thanks,

srini

Accepted Solutions (0)

Answers (2)

Answers (2)

bhavesh_kantilal
Active Contributor
0 Kudos

Hi,

The best way to test which of your URL works is to confire a HTTTP destination to an External server in SM 58 and in your Receiver HTTP adapter provide the URL as HTTP destination.

You can test the connection from SM59 and see if the page gets loaded. If it does things work fine, else try other options in SM59 to determine which URL format works correct.

My learning have been that http:// is not needed and only the host address is needed. Would suggest you use the trial and error method in SM59 to figure this out for yourself.

Regards

Bhavesh

Former Member
0 Kudos

All here :

IDOC -> XI -> post HTTP on .ASP?&<DATA_CONTENT>

Ciao

Jari

Former Member
0 Kudos

hey

try using http://host:port/xxx.asp/ instead of http://host:port/xxx.asp

thanx

ahmad