cancel
Showing results for 
Search instead for 
Did you mean: 

Inbound Abap proxy with multiple operations

Former Member
0 Kudos

Hi.

We are trying to impliment a Abap proxy with multiple operations.

We added mulitple operations on the service interface in the XI Repository and generated the proxy on the ECC system.

We noticed that the Abap proxy always generates one "EXECUTE_ASYNCHRONOUS" method no matter what we call the service operations in the Repository.

Also when we do not have an operation with the same name as the interface name the proxy produces the followoing error : "INTERFACE_REGISTRATION_ERROR" for all operations.

When we then add a operation with the same name as the interface the proxy does not fail but it always calls this operation!

Has anybody got any ideas?

Rodney

Accepted Solutions (1)

Accepted Solutions (1)

stefan_grube
Active Contributor
0 Kudos

You need at least SAP BASIS 7.0 SP14 to make this work.

Former Member
0 Kudos

Thanks Stefan.

We suspected that service packs could be the issue but we looked extensively for the prerequisites for multiple operations on the backend and could not find any.

Would you know where I can find some documentation on this. We obviously now need some clout to convince our basis guys to up our ECC service pack.

Rod

stefan_grube
Active Contributor
0 Kudos

http://help.sap.com/saphelp_nw2004s/helpdata/en/47/33a8bf1f360c4fe10000000a11466f/frameset.htm

I think there is no clear documentation that the introduction of WS-RM runtime in 7.0 has something to do with the enabling of multiple operations, but in fact those things belong together.

Regards

Stefan

Answers (0)