cancel
Showing results for 
Search instead for 
Did you mean: 

Submit complete form by Web Service

Former Member
0 Kudos

Hi Experts,

I want to use an Adobe Interactive Form to be worked on offline by our operators. When submitting, I would like to save the whole form as XSTRING in the database. Therefore, I would need to create an Input parameter for our Web Service and pass the whole form within this parameter.

I do not want to bind every field in the form by itself, just bind the whole form to one web service parameter.


Is that possible? And if so, how?


Thanks

BR Matthias

Accepted Solutions (0)

Answers (2)

Answers (2)

Florian
Active Contributor
0 Kudos

Hi Matthias,

it is not necessary to develop the same form again. Just set the parameters dynamic, that your form isn't interactive and you want to get the pdf-stream back.

So the solutions is right in front of you. Check the SFPOUTPUTPARAMS and the official documentation for further instructions.

Regards

Florian

Former Member
0 Kudos

You may be design another print form exactly similar to your offline interactive form.

in your web serve call the print form by passing the data what ever entered in offline interactive form and get the xstring, that is similar to your interactive form and you can save it in database.

thanks.

Uma