cancel
Showing results for 
Search instead for 
Did you mean: 

Error attempting to read from file webservice

0 Kudos

hi all,

i have created a webservice and used in adobe interactive form, then i binded the adobe form fields to webservice request fields in DataConnection and binded the Response fields to adobe fields to have values back.

i have used to button to trigger webservice and when i click i am getting error in Adobe reader Popup

having message : Error attempting to read from file "webservice URL".

please help on this issue.

Thanks & Regards,

Madhu.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

I had the same problem as i used the generated button. Try this:

use a standard button and use java script code on click event:

//url to your webservice

var cUrl = "http://xxxx:8000/sap/bc/srt/rfc/DMAG/DMAKTG_WS_FOR_SAP_WT09?sap-client=800";

var service = SOAP.connect(cUrl);

xfa.connectionSet.DateConnection.execute(0);

sankar_narayana
Active Participant
0 Kudos

Is the webservice is a JavaWebservice or a ABAPWebservice. If that is a JavaWebservice we need to create to give Parameter (Authentication type:-SimpleSOAP) instead of Basic SOAP in the process of creating Webservice.

I see this error is due to Authentication type only.

If you have doubts you can ping.

Former Member
0 Kudos

Hi Madhu,

Did your problem got resolved? I am having same issues can you please share how you resolved it?

Thanks,

Pankaj