Skip to Content
0
Former Member
Oct 26, 2004 at 10:24 AM

Integrating remedy system to portal - HTTPS Issue?

24 Views

Hello folks,

I am integrating remedy system to portal using R/3. We are not able to consume the webservice directly from the Iview using portal services(not supporting for the remedy system). So we have created a RFM(using SOAP). Portal connects to R/3 using this RFM and R/3 connects to remedy system and returns the ticket created which is passed to the portal.

This works fine if the webservice is HTTP based but doesn't work after enabling HTTPS. Keeps giving authentiocation/HTTP communication err. Does the webservice supports HTTPS using ABAP?.They do have an option to accept HTTPS but it's not working.(Scheme 1= HTTP , 2 = HTTPS )

call method cl_http_client=>create

exporting

host = 'arsdev'

service = '8883'

scheme = '2'

importing

client = http_client.

Has anyone encountered the same problem ? Is there anyway we can consume the webservice thru' ABAP after enabling HTTPS?

Thanks,

Vikram