cancel
Showing results for 
Search instead for 
Did you mean: 

Couldn't post data to". when calling a webservice in Adobe Reader

Former Member
0 Kudos

Dear Experts,

I have been trying to test using webservices in SAP Interactive Forms by Adobe. In the Life Cycle Designer I added the imported the .wsdl file into and created a new data connection. Dragged the data connection from the data view into the form. I use Acrobat Pro 9 in order to show the generated pdf. when clicked on the webservice button I get the error: "Couldn't post data to ". "

Do you guys have any idea how should i get it to work?

Thank you very much!!

Regards,

Shoira

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Add the following java script in the submit button click event

var cURL = enter the WSDL url generated

var service = SOAP.connect(cURL);

xfa.connectionSet.DataConnection.execute(0);

OttoGold
Active Contributor
0 Kudos

Hello, I guess your form lacks the URL address. Connect to '' means no URL...