cancel
Showing results for 
Search instead for 
Did you mean: 

Call ABAP Proxy from SAP DI

rajeshps
Participant
0 Kudos
922

Hello Team

Is it possible to call the Proxy XI service from SAP DI both synchronously and Asynchronously?

Is there any operator to connect to Proxy XI service from SAP DI?

Requesting for your valuable inputs.

Thanks and Regards,

Rajesh PS

rajeshps
Participant
0 Kudos
  • Please share your thoughts and insights on this question.

kai-michael.roesner

amish1980_95

indu.khurana18

andreas forster

frank schuler

agus jamaludin

indu khurana

leena gopinath

michael eaton

shakti kumar

yuliya reich

wolfgang.albert.epting

minhee.sung

eduardo.haussen

veselm

gvglupita

Accepted Solutions (0)

Answers (1)

Answers (1)

PiotrRadzki
Active Participant
0 Kudos

Hi Rajesh,

from technical perspective SAP DI connectivity supports HTTPS communication using:

ABAP Connection Type

https://help.sap.com/docs/SAP_DATA_INTELLIGENCE_ON-PREMISE/b13b5722c8ff4bf9bb097251310031d0/612f8de3...

or HTTPS Connection Type

https://help.sap.com/docs/SAP_DATA_INTELLIGENCE_ON-PREMISE/b13b5722c8ff4bf9bb097251310031d0/4ae89967...

I don't think you should have problems with ABAP Proxy as you can get the endpoint from WSDL on backend and try it out. But you need to make sure you provide request body as expected by ABAP Proxy.

BR, Piotr

rajeshps
Participant
0 Kudos

piotr_radzki : You meant ABAP HTTP/HTTPS i.e. calling the below URL from SAP DI using SAP ABAP operator ?

or configure web services in S4HANA SOAMANAGER and use the WSDL binded URLin SAP DI using HTTP server operator?

URL: http://host:port/sap/xi/engine?type=entry

ABAP connection type supports only RFC and web socket RFC not the ABAP proxy calls.