cancel
Showing results for 
Search instead for 
Did you mean: 

Outbound Asynchornous Proxy in BW system

Former Member
0 Kudos

Hi

I am trying to create a Async Outbound proxy in BW system. But I get the error when I try to call method 'execute_asynchronous' from report program that only static mehtod can be called. I checked in Proxy and found out that the Method has been created as Instance rather then Static.

Kindly bail me out how do I make sure that the Proxy method is static while being created.

Swetank

Accepted Solutions (0)

Answers (1)

Answers (1)

stefan_grube
Active Contributor
0 Kudos

In Web AS 6.20 the Proxy classes have static methods, in Web AS 6.40 not. If you have created the report which is calling the proxy in 6.20, you have to change the code of the report.

Regards

Stefan