Import images via Web services

SUGGESTED

Hello all,

Is there a way we can import Images via SOAP web service, if yes how do we do it ?

Am working on Version 7 of Sage X3, can somebody please advise.

thanks

Viaan

Parents
  • 0
    SUGGESTED

    Hello,

    I am not sure about Images with Web service, But below is the idea that is used for importing images using import template, which potentially with your certified developer partner you could use it with Web server as well.

    Resolution
    • It's not possible to import images with standard template but you can customize the import process to be able to import images as well.
    • In the import model, plan a field of type *1 in which the image file name will be imported (specify the directory)

    Example of an import process for an article (written for v6) with image:

    $ACTION
    Case ACTION
             When "IMPORT" : Gosub IMPORT
    Endcase
    Return


    $IMPORT
    Openi GIMP(1)
    Getseq 1,[M:ITM1]IMG
    openi
    Return

  • 0 in reply to Esfahani
    Thanks Ali.

    I could figure out, that sage accepts base64 format of an image while importing via web services.

    warm regards
    Viaan
  • 0 in reply to V.A

    Hey man, 

    Do you by any chance have an example of the 4GL done to make this happen?

    Thanks

Reply Children
No Data