cancel
Showing results for 
Search instead for 
Did you mean: 

Excute Asynchronous method not genreated in sproxy

Former Member
0 Kudos

Hi All,

i have one outbound interface with asyn with name of table_OB ,but when i am genreating the proxy in class method Excute_Asy is getting genretaed instead of that the name of interface table_OB is coming in class.....plz help

Regards

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

> i have one outbound interface with asyn with name of table_OB ,but when i am genreating the proxy in class method Excute_Asy is getting genretaed instead of that the name of interface table_OB is coming in class.....plz help

In PI you will get it like that only. So if you are using PI then it is ok.

Regards,

Sarvesh

Former Member
0 Kudos

But before this interface in other interfaces EXECUTE_ASYNCHRONOUS method is coming........

Former Member
0 Kudos

I am confused now.

See in XI if you are genreating the proxy for any OUTBOUND inteface then in class method will be EXECUTE_ASYNCHRONOUS, and if it is INBOUND then in class method will be <your Inbound interface name>~EXECUTE_SYNCHRONOUS.

Regards,

Sarvesh

Answers (3)

Answers (3)

Former Member
0 Kudos

.................

Former Member
0 Kudos

PI 7.0 SP 14 and onwards, interface name itself will be a class, which you need to call in your program.

Former Member
0 Kudos

now u will get message inerface as a method name u can directly call that method intead of Execute_Asyn

there is no error call that interface method.

chirag

Edited by: Chirag Gohil on Dec 2, 2009 6:01 PM