cancel
Showing results for 
Search instead for 
Did you mean: 

***Problem while creating Proxy

Former Member
0 Kudos

Hi all,

I am trying to create client(sender)proxy.

1)Created the message interfaces in the scenario,In the sproxy Tcode created the Proxy by right clicking the message interface and after creating the proxy,activated the same.

When I bouble clicked on the class ,I did not see the Excecute Asyncronous method.

The following methods got generated.

IF_PROXY_BASIS_INTERNAL~CREATE_FRAMEWORK

IF_PROXY_BASIS~GET_PROTOCOL

IF_PROXY_BASIS~GET_TRANSPORT_BINDING

IF_PROXY_CLIENT~EXECUTE

CONSTRUCTOR

MI_SAP_TABLE_DATA_OUT(my outbound interface name),in general I use to see Execute_Asyncronous method here in place of this interface.

how to call execute the Execute_Asyncronous method from my zprogram.

Where could be the problem.

Please let me know.

Thanks,

Srinivasa

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

From PI 7.0, I dont remember what SP, Methods EXECUTE_ASYNCHRONOUS and SYNCHRONOUS

dont exist any more. Instead a method with same name that your message interface is created.

So you are working correctly.

Carlos

Answers (0)