Hi all:
I have created a syncrhronous scenario WSclient - PI - SRMserver. At SRM there is an inbound server proxy that processes the information sent by the WSclient and return an answer to the WSclient.
As you can see, I fill the output parameters
l_output-ALBARAN_CONFIRMACION-CODIGO = 'Conexión y comunicación OK'.
l_output-ALBARAN_CONFIRMACION-DESCRIPCION = 'No se han detectado problemas'.
CL_SOAP_COMMIT_ROLLBACK=>COMMIT( ).
But when having a look at the payload of the retunring message this is what I get
<?xml
version="1.0" encoding="utf-8" ?>
<n0:AlbaranConfirmacionxmlns:n0="http://XXXXXXXXXXXXXXXXXXXX"
xmlns:prx="urn:sap.com:proxy:SR0:/1SAI/TASD40AB19E0AD4A3D8D11A:701:2010/02/19"
/>
As you can see, the output variables codigo and descripcion are not moved into the message.
Could you please provide any idea on how to solve it? Thanks a lot in advance, Víctor