Hi everyone,
I have the requirement to create a server ABAP proxy that will provide a SOAP response with an attachment. That is, the webservice will take the request message, do some work, and then send the response back along with a SOAP attachment.
If I create a consumer proxy I can send the attachment out without an issue. I just cant seem to do it with a server proxy though.
Does anyone have sample code on how to do this?
SPROXY -> create the server proxy (inbound sync interface) -> code that goes inside of the method??
Thanks in advance.