Hi guys,
i've just generated my first 7.1 abap proxy outbound and am a little bit confused of all these methods.
I don't have only 1 as it was in a previous version, but there are following:
IF_PROXY_BASIS_INTERNAL~CREATE_FRAMEWORK
IF_PROXY_BASIS~GET_PROTOCOL
IF_PROXY_BASIS~GET_TRANSPORT_BINDING
IF_PROXY_CLIENT~EXECUTE
CONSTRUCTOR
SI_GET_USER_SYNC_OUT //my operation
am I right if I say I only have to use th last one, pass my output parameters and that's it?
could you please provide me some short sample code for the execution method?
thanks a lot,
Olian