Webservice to return file or blob

SUGGESTED

Hi,

I need create one webservice to return the result of one Crystal Report (PDF for example).

So, I use function ETAT to generate the result of report (PDF format) to specific location,after that I need return this file to Web, any idea how I can do that?

Thanks,

  • 0
    SUGGESTED

    Hello,

    As per my knowledge Sage X3 won't return any pdf format report through web services.

    But there is an alternative to get the report through web.

    Create a workflow for which event type is Report, Mention respective recipients for which report to be send.

    Now create Subprogram type Web service and call the Workflow through the sub program.

    On successful execution of web service, workflow will be initiated and will send a mail with report to respective recipient(s). 

    Hope this helps.

    Thank you.