cancel
Showing results for 
Search instead for 
Did you mean: 

HTTPS Post with XI

former_member186734
Active Participant
0 Kudos

Hi mates,

I've a scenario that complains a RFC call to XI and then, XI makes a HTTPS Post on a specific server.

I've created a HTTP Destination (type G) on SM59, set it to use SSL at Logon & Security tab, using the DFAULT ssl client(that i've created at STRUST transaction).

The problem is when i try to TEST the connection, an successful textless message appears in the bottom and nothing happens! The server that will receive the request doesn't receive nothing when it occurs.

I've debugged the testbutton of SM59 and i found that the problem occurs in cl_http_client, in the method IF_HTTP_CLIENT~RECEIVE, and the exception is http_communication_failure.

Somebody faced the same problem?

Is the Destinations created on the J2EE Admin Service avaliable to my XI Communication Channel?

Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

guilherme_maeda
Explorer
0 Kudos
former_member186734
Active Participant
0 Kudos

Thanks Coe and all others that helped me, changing the Adapter Type from Plain HTTP to SOAP and worked fine!

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Bruno !!

Check tcode SICF to see ports of the XI server (HTTP, HTTPs, etc.)

Regards,

Matias.

Former Member
0 Kudos

Hi Bruno,

On your HTTP destination in SM59, is the service number set correctly ?

This should be set to the port number configured in XI for HTTPS communication.

Cheers

Colin.

former_member186734
Active Participant
0 Kudos

The service number is set to 443, but i don't know if it's the configured port for HTTPS Communication in XI. Where I can set this?

Thanks in Advance.