Expand my Community achievements bar.

Calling web service with document as input

Avatar

Level 8
Level 8
Hi all,

I am wondering how to call a web service with a document as the input variable. Is this the correct approach? Or is the serialize not necessary?




{$ serialize(/process_data/@myDoc) $}



Thanks in advance.

Sincerely
Kim
2 Replies

Avatar

Former Community Member
you could use the new document object functions to base64 a document object

Avatar

Level 8
Level 8
Hi again Girish,



Thanks for the info, I will use those [:)]



\Kim