cancel
Showing results for 
Search instead for 
Did you mean: 

read web service response by javascript in adobe forms

0 Kudos

hi  all

how can i read web service response by java script in adobe form without draging and droping  response parameter  on form layout?

thanks in advance

Accepted Solutions (0)

Answers (1)

Answers (1)

Florian
Active Contributor
0 Kudos

Hi jitendra,

What is the problem here, if you are able to consume a webservice, which is allowed by the system-variables itself, because you take acess direct to an http(s) connection (ask the basis-guys for further informations) it's just of programming it. I'm not sure, if you are allowed, but if, you just have to declare the correct variables and go on.

Regards

Florian

PS:

Global parameters you can declare here:

File -> Form Properties ... -> Variables (tab)

0 Kudos

hi

thanks for reply


I am able to acces the response of web serivces by draging and droping the request parameters and response parameters but what is need i dont want to drag and drop request paramters on layout .I  want to paas value by javascript to the request paramters and want to get response by javascript in javascript variable ..how can i achieve this ?