Expand my Community achievements bar.

Interactive form output as PDF or XML string in the webservice importing parameters

Avatar

Level 1
Hello Experts,

Can you please clarify the below issue.

I have created a webdynpro.
I have placed an interactive form on one of it's view.
And kept one Submit button(Execute type) on the form to trigger one webservice.
This webservice has the importing parameter as the PDFSTRING.

So my requirement is to pass the entire form with filled values(in pdf format) to the webservice importing parameter. I will be using this PDF string for some other purpose.

What scripting i need to use in the form for getting this done.

If, getting PDF string is not possible, can u please tell me other way around for getting my entire filled form in the webservice.

Currently, iam trying to get the XML data using the following script and taught of calling the original form again in webservice with the XML data input.

form1.subform.xmldata.rawValue =xfa.datasets.saveXML();

But, the filled values are not coming in the XML.

What could be the reason for this and will it work out for my requirement?

Regards,
Ram.
1 Reply