cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP proxy

Former Member
0 Kudos

All

Is it possible to call the ABAP proxy from MII similar to SAP PI ? If it possible, can anyone shed some light on it?

Thanks

Mahesh

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member4529
Active Contributor
0 Kudos

Hi,

Calling ABAP proxy is similar to calling the Enterprise Service created over it. So you can ofcourse call the enterprise service of the ABAP backend from MII BLS using the Web Service action block.

Thanks,

Dipankar

Former Member
0 Kudos

Mahesh,

ABPI proxy call is not possible through MII, what is your requirement ?

You can use Java Proxy Generation in SAP PI to access your interfaces. Java Proxy Generation provides a JAR file with classes to call the interface with your constructed processes. You can develop custom actions in SAP XMII to use these classes.

-Ram Upadhyay