cancel
Showing results for 
Search instead for 
Did you mean: 

need a solution for proxy

Former Member
0 Kudos

Hi All,

i have query for Proxy

From ECC side i have generated a proxy in SPROXY and its Interafce name & class name is created along its method name.

Now i want to change method name as per convinent..

Generated method is example ; inbound_delivery_Request and i want to change to Inb_del_req

thanks in advance.

Mahe

Accepted Solutions (0)

Answers (3)

Answers (3)

sunilchandra007
Active Contributor
0 Kudos

Hi Mahesh,

I guess the method name would always be same as the operation name and it can't be changed. If it's really required to change the method name, better you regenerate the proxy after changing the operation name.

Regards,

Sunil Chandra

Former Member
0 Kudos

what are you going to achieve by doing this?

Former Member
0 Kudos

Hi,

Method name will be generated based on the service interface name...

if possible change the service interface name in PI and regenerate the proxy..

HTH

Rajesh

Former Member
0 Kudos

SE24 to create a new class and interface ,, you can copy from an existing one

Former Member
0 Kudos

its not the service interafce name and i need to change operation name .... service name will be unique for the interface for specific process.