Web Service; Error attempting to read from file

I'm trying to connect to a web service as outlined by the book "Creating Dynamic Forms with Adobe LiveCycle Designer" which is an excellent book by the way.
I'm receiving the following error "Error attempting to read from file. http://www.webservicex.net/BibleWebservice.asmx"
I've successfully created the Data Connection to
http://www.webservicex.net/BibleWebservice.asmx?wsdl
I dragged and dropped the bookTitle, chapter & Versie onto the form. I also dragged and dropped the GetBibleWordsByChapterAndVerseResult and the GetBibleWordsByChapterAndVerseBtn.
I Preview PDF and click the button I get the above error.
Does anyone have experience using Web Services with Adobe LiveCycle ES and have advice on how to resolve this. Any Suggestions would be greatly appreciated.
-Todd

Well, I have more news on the error I'm getting. - NO I didn't find the problem. Yet
I checked and made sure that web.config had "None" selected " in authentication mode. I.E. <authentication mode="None" /> This should eliminate any authentication problems since that turns off IIS's authentication checking.
At first I was thinking the form was generating the error trying to read the result coming back from the web service, but I put in some code that writes the result to a log file when the method fires off.
I noticed that when I clicked on the button on the form, the error message would pop up from Acrobat, but when I check the log file, there was NO entry. This means that Acrobat failed before it could execute the method.
Here is the web method:
[WebMethod(CacheDuration = 30,
Description="Returns the String 'True' or 'False' whether or
not you entered a 'T' or 't'.")]
public string TF(string Tf)
string result="False";
if(Tf.Substring(0,1).ToLower()=="t"){
result= "True";}
LogFile.Write("Sent: "+result);
return result;

Similar Messages

  • WSDL data connection problem, error attempting to read from file...

    Hi, I got the exact same error messsage as described in this thread:
    http://forums.adobe.com/message/3136286#3136286
    I tried all the suggestions in the thread, but nothing worked.
    My process is like this:
    At the process initiator step, it uses form "A" (and Webservices calls work perfectly there),
    the initiator fills up form "A", "Complete"s it,
    and it goes to the next person, where it uses form "B",
    and Webservices calls fail to work from the form "B".
    However, when I replace form "A" with form "B",
    that is, use form "B" at the initiator step,
    the Webservices calls on form "B" work just fine.
    Any idea why this happened?
    thanks.

    I found a solution to this.  The 'DataDescription' elements in the data XML are the cause of the problem.  Apparently Acrobat/Reader is not able to handle the elements from form 'A' when loading that data into form 'B'.
    My solution was to modify my process to:
    1.) Create an xml variable (call it 'xmlData')
    2.) Create an XDP "wrapper" by setting the value of xmlData in a 'Set Value' operation.  Since my top-level form element is called 'TopLevelFormElement', my "wrapper" (the value for 'xmlData') was:
    deserialize('<xdp:xdp xmlns:xdp="http://ns.adobe.com/xdp/" xmlns:dd="http://ns.adobe.com/data-description/"
    xmlns:impl="http://adobe.com/idp/services" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xfa="http://www.xfa.org/schema/xfa-data/1.0/">
    <xfa:datasets>
            <xfa:data>
                <TopLevelFormElement>
                </TopLevelFormElement>
            </xfa:data>
        </xfa:datasets>
    </xdp:xdp>')
    3.) Copy the form data from the original (call it 'originalXmlData') to 'xmlData' by setting this mapping in a 'Set Value' operation:
    //process_data/xmlData//TopLevelFormElement  = /process_data/originalXmlData//TopLevelFormElement
    4.) At this point, you have a set of data (xmlData) that contains all of your form data but is free of the 'DataDescription' elements that cause problems.  Pass 'xmlData' into form 'B'.
    5.) Data should be processed as expected in form 'B', and web service calls should be operational.

  • Error attempting to read from file soap address urgent

    while executing the adobe PDF form the above said error is displaying, please give the solution

    Can you please try to explain the complete scenario where you are getting the error?
    Thanks
    Satya

  • Error 1901. Error attempting to read from the source installation database

    OS: Windows 7 Enterprise 64-bit
    Browsers: IE 9 and Firefox 10
    Flash Version 11.7.700.169
    I'm logged in as Administrator.  I'm trying to install using this:
    start "" /wait msiexec /i install_flash_player_11_active_x.msi /qb
    and
    start "" /wait msiexec /i install_flash_player_11_plugin.msi /qb
    Both commands result in:
    Error 1901. Error attempting to read from the source installation database: C:\Windows\Installer\3c0cc1.msi
    (the file name seems to be random)
    echo %errorlevel% returns 1603.
    Help.

    Not sure how much I can help you with this.  Error 1603 usually indicates that the installer cannot proceed because something is in use; search this page for 1603: http://msdn.microsoft.com/en-us/library/windows/desktop/aa372835%28v=vs.85%29.aspx

  • Web Service -  Error submitting soap message from SoapSonar

    XI Experts,
    I have created a new web service and downloaded the WSDL to SOAPSonar. After loading the WSDL, I try submitting a request to the XI service from SOAPSonar and keep on getting the error below. Do I need to modify the party service OMNI? Steps?
    java.security.AccessControlException: U0097519 has no permission for accessing party service :OMNI
    Please, let me know when you get a chance.
    Thanks
    Chris Hitzke

    XI Experts,
    I have created a new web service in XI and downloaded the WSDL to SOAPSonar. After loading the WSDL, I try submitting a request to the XI service from SOAPSonar and keep on getting the error below. I am running java version 1.5.0_15 on my workstation when submitting the request
    to XI. Do I need to modify the party service OMNI? Steps?
    java.security.AccessControlException: U0097519 has no permission for accessing party service :OMNI
    Please, let me know when you get a chance.
    Fyi... Installing JDK 1.3 instead of JDK 1.5 did resolve the issue. I am able to submit to other XI services from workstations with no issues. I am thinking this related to the system landscape for party service OMNI.
    Thanks
    Chris Hitzke

  • OBI Web Services Error: Unable to read ReportDataFile

    Hi,
    We're developing reports using BI Publisher. We got a couple of questions regarding the web services.
    1. If I have a xml data file on local disk (e.g. c:\reports\data.xml), how do I set the file location in the ReportRequest? I see an attribute called reportDataFileName, but no matter how I set it, it always throws an exception: oracle.apps.xdo.webservice.exception.OperationFailedException: PublicReportService::generateReport failed: due to unable to read ReportDataFile [c:\reports\data.xml].
    2. When I call runReport(), it returns bytes in ReportResponse.resportBytes. Is there a way to let publisher save the report file on the server disk and return me the file location?
    Any help will be greatly appreciated.
    Thanks,
    Rakesh

    Hi,
    File location cannot be your local machine location it should be the server location of file. As while creating a data source for the file you need to specify the file location of the server where your file is kept and then you can use it.
    For the second can you please explain it as i am not sure what issue it is facing.
    Thanks.

  • Error attempting to read from the source install database: C:\WINDOWS\Installer\e2120a.msi?

    I have had itunes before but now its not working. I've tried many times to fix this problem but i none work. I also got a error 7 (Windows error 999) but now not anymore hopefully. I really need help on this problem. (If this helps, Before i was updating itunes and my computer froze so i turn it off and that was when everything went crazy).

    For general advice see Troubleshooting issues with iTunes for Windows updates.
    The steps in the second box are a guide to removing everything related to iTunes and then rebuilding it which is often a good starting point unless the symptoms indicate a more specific approach. Review the other boxes and the list of support documents further down page in case one of them applies.
    Your library should be unaffected by these steps but there is backup and recovery advice elsewhere in the user tip.
    tt2

  • "Error attempting to read file" at Webservice call from Adobe Form.

    Hi Experts,
    We have designed a Webservice form a Function Module in ECC 6.0, In the soamanager transaction the webservice works fine. But at the time of call from the Adobe form, it gives an error stating that "Error attempting to read from file" and then the URL of the Webservice to be excuted.
    and if i attempt to open that file, it gives me this error:
    - <soap-env:Envelope xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/">
      <soap-env:Header />
    - <soap-env:Body>
    - <soap-env:Fault>
      <faultcode>soap-env:Server</faultcode>
      <faultstring xml:lang="en">SRT: Wrong Content-Type and empty HTTP-Body received</faultstring>
    - <detail>
    - <ns:SystemFault xmlns:ns="http://www.sap.com/webas/710/soap/runtime/abap/fault/system/">
      <Host>undefined</Host>
      <Component>COREMSG</Component>
    - <ChainedException>
      <Exception_Name>CX_SOAP_CORE</Exception_Name>
      <Exception_Text>SRT: Wrong Content-Type and empty HTTP-Body received</Exception_Text>
      </ChainedException>
      </ns:SystemFault>
      </detail>
      </soap-env:Fault>
      </soap-env:Body>
      </soap-env:Envelope>
    In case I give my user the "SAP_ALL" role, this all works fine, so i think it is somewhere related to a missing role to be assigned.
    any clues..??
    any help would be appreciated, Please help..
    Thanks,
    Amita

    Hi Juergen,
    I am using it as a WSDL based data connection.
    How do i check this WSDL through a web browser? I have checked it through SICF Transaction code, It gives the output in explorer as given in the first post of this thread..
    Please help me resolving this issue, i feel that this issue is somewhere related to the role assignment of the user as if i provide this user an authorization of SAP_ALL then everything starts working fine, but after removing SAP_ALL this error is encountered, do u hav any pin points on this??
    Thanks
    Amita

  • Calling Web Service Error?

    Hello all,
    I've created an LDAP Query Process in LC Workbench and when calling it as a Web Service from my form I'm getting an "Error attempting to read from file" error.
    I did do a search, and disabled the security for this process. Which didn't help at all. Is there perhaps an option I need to change in the 'short-lived' process area, under 'transaction settings'?
    Any help would be appreciated.
    Thanks.

    By default security is set on for Web Services in LiveCycle. Depending on which client you are using will determine whether you can leave security on/off. Acrobat/Reader 9 added support for secure web services. Meaning when the web service is called a dialog wil appear to allow you to enter valid credentials. If you are using an earlier client they do not support secure web services so it will just sit there.
    You can disable security through the adminui. Look under Services/Applications and Services/Service Management and search for your particular service. Once it is located, click on the Security tab. There are two things you need to be concerned with. First is to disable security. Second, in the runAs area, check the box that says Specify RunAs then choose System in the dropdown. Don't forget to save. The RunAs parameter tells the system that when your service makes calls to other services to use the credentials specified; otherwise, you will have to turn security on all other services that your's is calling.

  • Cannot delete itunes from pc,message states. a network error occurred while attempting to read from the file C:\windows\installer\itunes.msi

    ITUNES WILL NOT DELETE FROM ADD @ REMOVE PROGRAMS,
    MESSAGE, READS  a network error occured while attempting to read from the file  C:WINDOWS\installer\iTunes.msi

    All sorted now just needed to repair itunes from control panel

  • While updating the older version iTunes to latest one it shows "a network error occurred while attempting to read from the file: C:\windows\installer\iTunes64.msi. pls help on this matter to connect my i5 to PC. Thanks in advance

    while updating the older version iTunes to latest one it shows "a network error occurred while attempting to read from the file: C:\windows\installer\iTunes64.msi. pls help on this matter to connect my i5 to PC. Thanks in advance

    (1) Download the Windows Installer CleanUp utility installer file (msicuu2.exe) from the following Major Geeks page (use one of the links under the "DOWNLOAD LOCATIONS" thingy on the Major Geeks page): 
    http://majorgeeks.com/download.php?det=4459
    (2) Doubleclick the msicuu2.exe file and follow the prompts to install the Windows Installer CleanUp utility. (If you're on a Windows Vista or Windows 7 system and you get a Code 800A0046 error message when doubleclicking the msicuu2.exe file, try instead right-clicking on the msicuu2.exe file and selecting "Run as administrator".)
    (3) In your Start menu click All Programs and then click Windows Install Clean Up. The Windows Installer CleanUp utility window appears, listing software that is currently installed on your computer.
    (4) In the list of programs that appears in CleanUp, select any iTunes entries and click "Remove", as per the following screenshot:
    (5) Quit out of CleanUp, restart the PC and try another iTunes install. Does it go through properly this time?

  • I am getting "a network error occurred while attempting to read from the file c:\windows\installer\itunes.msi" when I attempt to download itunes, can someone help me with this?

    I am getting "a network error occurred while attempting to read from the file c:\windows\installer\itunes.msi" when I attempt to install itunes.  Can anybody help me to resolve this issue?

    You can try disabling the computer's antivirus and firewall during the download the iTunes installation
    Also try posting in the iTunes forum since it is not an iPod touch problem.

  • Trying to update to iTunes 10.4.1 and I get a message "A network error occured while attempting to read from the file C:|Windows|Installer|iTunes.msi"  Running WIndows 7 with all updates done.  I  have never had an issue with iTunes updating before.  Anyo

    iTunes has tried to update itself and runs into an error and tells me to manually install.  When I d/l and run the iTunesSetup.exe file I always encounter the following error message...
    "A network error occured while attempting to read from the file C;|Windows|Installer|iTunes.msi" and iTunes does not update to iTunes 10.4.1.
    Anyone know what is creating this error message?  Thanks for the help...

    (1) Download the Windows Installer CleanUp utility installer file (msicuu2.exe) from the following Major Geeks page (use one of the links under the "DOWNLOAD LOCATIONS" thingy on the Major Geeks page): 
    http://majorgeeks.com/download.php?det=4459
    (2) Doubleclick the msicuu2.exe file and follow the prompts to install the Windows Installer CleanUp utility. (If you're on a Windows Vista or Windows 7 system and you get a Code 800A0046 error message when doubleclicking the msicuu2.exe file, try instead right-clicking on the msicuu2.exe file and selecting "Run as administrator".)
    (3) In your Start menu click All Programs and then click Windows Install Clean Up. The Windows Installer CleanUp utility window appears, listing software that is currently installed on your computer.
    (4) In the list of programs that appears in CleanUp, select any iTunes entries and click "Remove", as per the following screenshot:
    (5) Quit out of CleanUp, restart the PC and try another iTunes install. Does it go through properly this time?

  • Could not load file or assembly 'Interop.SBODI_Server' Web Service Error

    Hello Professionals,
    I'm trying to build a .net application to create a PO through SAP B1 Web Service,
    I have downloaded the SAP B1 Web Service Tool and generated all WSDL Files,
    I followed the manual to host web services on IIS. However, when i try to connect to web service i get this error
    Could not load file or assembly 'Interop.SBODI_Server' or one of its dependencies. An attempt was made to load a program with an incorrect format."
    how can i resolve this issue?
    Thanks in advance,

    Just to make sure : Your B1WS is installed on the same machine like SBO DI Server ?
    Can you create a simple forms application, include SBODI_Server reference and make a direct DIS SOAP call. Like
    <?xml version="1.0" encoding="UTF-16"?>
    <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
      <env:Body>
        <dis:Login xmlns:dis="http://www.sap.com/SBO/DIS">
          <DatabaseServer>confDatabaseServer</DatabaseServer>
          <DatabaseName>confLagerDatabaseName</DatabaseName>
          <DatabaseType>dst_MSSQL2012</DatabaseType>
          <DatabaseUsername>confDBUser</DatabaseUsername>
          <DatabasePassword>confDBPassword</DatabasePassword>
          <CompanyUsername>confCompanyUser</CompanyUsername>
          <CompanyPassword>confCompanyPassword</CompanyPassword>
          <Language>ln_English</Language>
          <LicenseServer>confLicenceServer</LicenseServer>
        </dis:Login>
      </env:Body>
    </env:Envelope>
    SBODI_Server.Node myNode = new SBODI_Server.Node();
    var result = myNode.Interact(xmlCommand);

  • [Error] Microsoft SQL Server 2008 Setup. Error reading from file msdbdata.mdf

    Hi all
    I'm trying to install SQL 2008 Express on my Computer: Hp compact DX7300 Slim tower.
    and get this error:
    TITLE: Microsoft SQL Server 2008 Setup
    The following error has occurred:Error reading from file d:\8268cd7b247d294de359c9\x86\setup\sql_engine_core_inst_msi\PFiles\SqlServr\MSSQL.X\MSSQL\Binn\Template\msdbdata.mdf.  Verify that the file exists and that you can access it.
    Click 'Retry' to retry the failed action, or click 'Cancel' to cancel this action and continue setup.
    For help, click: http://go.microsoft.com/fwlink?LinkID=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=10.0.1823.0&EvtType=0xF45F6601%25401201%25401
    Log file
    Overall summary:
      Final result:                  SQL Server installation failed. To continue, investigate the reason for the failure, correct the problem, uninstall SQL Server, and then rerun SQL Server Setup.
      Exit code (Decimal):           -2068643839
      Exit facility code:            1203
      Exit error code:               1
      Exit message:                  SQL Server installation failed. To continue, investigate the reason for the failure, correct the problem, uninstall SQL Server, and then rerun SQL Server Setup.
      Start time:                    2014-12-09 23:22:03
      End time:                      2014-12-09 23:40:28
      Requested action:              Install
      Log with failure:              C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20141209_232121\sql_engine_core_inst_Cpu32_1.log
      Exception help link:           http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=10.0.1823.0
    Machine Properties:
      Machine name:                  VISTA-PC
      Machine processor count:       2
      OS version:                    Windows Vista
      OS service pack:               Service Pack 1
      OS region:                     United States
      OS language:                   English (United States)
      OS architecture:               x86
      Process architecture:          32 Bit
      OS clustered:                  No
    Product features discovered:
      Product              Instance             Instance ID                    Feature                
                     Language             Edition              Version         Clustered 
    Package properties:
      Description:                   SQL Server Database Services 2008
      SQLProductFamilyCode:          {628F8F38-600E-493D-9946-F4178F20A8A9}
      ProductName:                   SQL2008
      Type:                          RTM
      Version:                       10
      SPLevel:                       0
      Installation location:         d:\8268cd7b247d294de359c9\x86\setup\
      Installation edition:          EXPRESS
    User Input Settings:
      ACTION:                        Install
      ADDCURRENTUSERASSQLADMIN:      False
      AGTSVCACCOUNT:                 NT AUTHORITY\NETWORK SERVICE
      AGTSVCPASSWORD:                *****
      AGTSVCSTARTUPTYPE:             Disabled
      ASBACKUPDIR:                   Backup
      ASCOLLATION:                   Latin1_General_CI_AS
      ASCONFIGDIR:                   Config
      ASDATADIR:                     Data
      ASDOMAINGROUP:                 <empty>
      ASLOGDIR:                      Log
      ASPROVIDERMSOLAP:              1
      ASSVCACCOUNT:                  <empty>
      ASSVCPASSWORD:                 *****
      ASSVCSTARTUPTYPE:              Automatic
      ASSYSADMINACCOUNTS:            <empty>
      ASTEMPDIR:                     Temp
      BROWSERSVCSTARTUPTYPE:         Disabled
      CONFIGURATIONFILE:             C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20141209_232121\ConfigurationFile.ini
      ENABLERANU:                    True
      ERRORREPORTING:                False
      FEATURES:                      SQLENGINE,REPLICATION
      FILESTREAMLEVEL:               0
      FILESTREAMSHARENAME:           <empty>
      FTSVCACCOUNT:                  <empty>
      FTSVCPASSWORD:                 *****
      HELP:                          False
      INDICATEPROGRESS:              False
      INSTALLSHAREDDIR:              C:\Program Files\Microsoft SQL Server\
      INSTALLSHAREDWOWDIR:           C:\Program Files\Microsoft SQL Server\
      INSTALLSQLDATADIR:             <empty>
      INSTANCEDIR:                   C:\Program Files\Microsoft SQL Server\
      INSTANCEID:                    SQLExpress
      INSTANCENAME:                  SQLEXPRESS
      ISSVCACCOUNT:                  NT AUTHORITY\NetworkService
      ISSVCPASSWORD:                 *****
      ISSVCSTARTUPTYPE:              Automatic
      MEDIASOURCE:                   d:\8268cd7b247d294de359c9\
      NPENABLED:                     0
      PID:                           *****
      QUIET:                         False
      QUIETSIMPLE:                   False
      RSINSTALLMODE:                 FilesOnlyMode
      RSSVCACCOUNT:                  <empty>
      RSSVCPASSWORD:                 *****
      RSSVCSTARTUPTYPE:              Automatic
      SAPWD:                         *****
      SECURITYMODE:                  <empty>
      SQLBACKUPDIR:                  <empty>
      SQLCOLLATION:                  SQL_Latin1_General_CP1_CI_AS
      SQLSVCACCOUNT:                 NT AUTHORITY\NETWORK SERVICE
      SQLSVCPASSWORD:                *****
      SQLSVCSTARTUPTYPE:             Automatic
      SQLSYSADMINACCOUNTS:           VISTA-PC\VISTA
      SQLTEMPDBDIR:                  <empty>
      SQLTEMPDBLOGDIR:               <empty>
      SQLUSERDBDIR:                  <empty>
      SQLUSERDBLOGDIR:               <empty>
      SQMREPORTING:                  False
      TCPENABLED:                    0
      X86:                           False
      Configuration file:            C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20141209_232121\ConfigurationFile.ini
    Detailed results:
      Feature:                       Database Engine Services
      Status:                        Failed: see logs for details
      MSI status:                    Passed
      Configuration status:          Passed
      Feature:                       SQL Server Replication
      Status:                        Failed: see logs for details
      MSI status:                    Passed
      Configuration status:          Passed
    Rules with failures:
    Global rules:
    Scenario specific rules:
    Rules report file:               C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20141209_232121\SystemConfigurationCheck_Report.htm
    I will very appriciate if someone can help me solve it. I was trying to set Full control for my account in Properties/Security of root folder and try again but error is still.
    Many thanks

    Hi Foreverduy,
    Before you run SQL Server 2008 express setup, make sure that you have installed Windows installer 4.5 and.NET Framework 3.5 SP1 manually. For more information about the process, please refer to the article:
    http://msdn.microsoft.com/en-us/library/ms143506(v=sql.100).aspx. Moreover, please turn off all the third-party softwares which could prohibit the installation process.
    According to your error message, the issue could be due to that your account has no rights to install SQL Server, or the corruption on the media.
    Firstly, please ensure that your account has admin rights. Also make sure that you right-click the setup.exe and choose “Run as administrator” to complete the installation.
    Secondly, please check if "msdbdata.mdf" file exists at d:\8268cd7b247d294de359c9\x86\setup\sql_engine_core_inst_msi\PFiles\SqlServr\MSSQL.X\MSSQL\Binn\Template. If it exists, please make sure that your account has read permission to the extracted
    folder.
    However, if the file doesn't exist in the extraction, the media could be corrupt. Please download the
    media
    again and check if the issue still occurs.
    Regards,
    Michelle Li

Maybe you are looking for

  • Help me find out the error in my first hello application

    Hello every body !!!! I am new to JEE.I am competent on JDK and also have worked on Tomcat JSP,servlet. But i am having problem running my first JEE programme. I have Sun Java System Application Server 9.1 with NetBeans 6 on WinXP. I have used NetBea

  • Fill colors to ALV cells

    Hi All, How can I display multiple colors to different cells in an ALV ?. Please help.. Thanks in advance, sudeep v d..

  • How to change line?

    How can I store the string in a cell in oracle table like following format running insert statement? 'aa bb' Thank you

  • Saving BO reports in excel-time issue

    Hi, I am facing an issue when i try to save a BO6.5 report in the excel format.when Busines objects saves reports into excel the issue is that the time value in Business Objects varies completley and is incorrect.There is a time difference of 11 hour

  • Cant install iweb

    when i try to install iweb is says: iWeb_111 cannot be installed on this computer. An eligible iWeb application was not found in the location /Applications/iWeb.app. is there anything i can do about this? Thanks