cancel
Showing results for 
Search instead for 
Did you mean: 

webservice giving error "couldn't post data to " in adobe interactive form

Former Member
0 Kudos

Hi Gurus

My requirment in to place a submit button in adobe interactive form , when the user clicks on it the data in the form has to update the table. For this purpose i have configured webservice in my crm 2007 server. Now webservice is working and i m getting the response. but when i create a data connection in the adobe form and when i execute the webservice i getting " Couldn't post data to ". "

error . Plz help me out to resolve this issue

Thanks in advance

Regards

Johny

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Jhonny,

Make the Submit button a regular one instead of execute and place the following code in the click event(JavaScript).


var cURL = "Provide the Soap Address url which is present in WSDL";
var service = SOAP.connect(cURL);     
xfa.connectionSet.DataConnection.execute(0);

Regards,

Mathan