cancel
Showing results for 
Search instead for 
Did you mean: 

regarding proxy

Former Member
0 Kudos

hi

Which protocol and method is used in PROXIES?

thank in advance.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

for Proxy Trasport Protocol is HTTP 1.0 & Message Protocol is XI 3.0 or PI 7.0

You need to use the execute_synchornous or execute_asynchronous methods to call ABAP proxy based on sync and async scenarios.

Thanks

Swarup

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi !

Transport Protocol are HTTP & HTTPS

look at this Link

http://help.sap.com/saphelp_nw04s/helpdata/en/42/d548e630b6473ce10000000a114e5d/frameset.htm

for methods lokk at this thread

Regds

Abhishek

Former Member
0 Kudos

Hi,

Proxies are nothing but an Interfaces and the collection of Classess and methods.

Proxies can directly communicate with the XI, here no need of any Adapter

Proxies will use the HTTP protocols

Regards

Seshagiri