Skip to Content
0
Former Member
Feb 17, 2010 at 05:58 PM

Server Proxy attachment with Attachment(s)

73 Views

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.