"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

Similar Messages

  • Webservice call from acrobat form

    Hello guys i hope someone can help me. i'm simply trying to make a simple webservice call when an acrobat pdf form is opened on the server.
    does anyone have any examples or any clear documentation  i tried using the examples on the documentation but im not getting anywhere.
    Thanks
    in advance for your help.

    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

  • WebService Calls in Adobe Forms Offline Scenario

    Hi,
    I think this topic was discussed, but I have a very specific question.
    I need to create an interactive form to be used in an offline scenario but consuming a webservice from an ABAP backend on user request.
    I understand you need to create and configure the web service on ABAP side using SOAMANAGER, and you need to create a data connection using the binding WSDL in the Forms Designer.
    For security reasons I would like to have a basic authentication at least. According to several blog entries this should be possible.
    Now the dilemma: it seems that in SOAMANAGER you can only create a web service with basic authentication using HTTPS.
    BUT: Adobe Life Cycle Designer does not support HTTPS.
    The only option to not use authentication at all is not an option for me.
    So, does anybody have the same problem and a solution?
    Is SOAMANAGER changed that way or did I just not find the right configuration possibilities?
    If it is that restrictiveL since when? It was different in NW 7.0, SP 14. I am currently working with SP 18.
    Please respond if you can provide any helpful insight.
    Michael

    I hope you are putting the code in the click event of a a custom Regular button and not using the one that can be drag-drop from the connectionset.
    Try sap-username as parameter instead of sap-user in above code statement.
    var cURL = "http://....?sap-client=<client no>&sap-username=<username>&sap-password=<password>" ;

  • Web Service call from adobe form

    Hello,
    I developed the form in SFP, I created a webservice and tested the web service with a third party tool, this works fine. I added a new dataconnection and imported the wsdl file. I linked the request parameter to a from field and the returns parameters to a form field, added a button with "execute" , with run at server option. I didn't check the Re-merge Form data check-box. When generating the form everything go's well, when I open the form in the reader and fill in the request parameter and push the button i still get the message : 
    "can not post data to."
    I'm using Adobe Reader 7.09 and Life Cycle Designer 7.1. On a SAP ECC 6.0 SP08 system.
    Additionaly I looking for example script for binding the request node to a field value ? Or a examples of searching a node table with a value, like a check table within the form. I'm really looking for more scripting examples because I'm a real ABAP-guy.
    I hope some one got some extra information for me to solve this problem.
    Thanx in advance.
    Jasper

    Hi Jasper,
    You may refer the Adobe ddevelopment center for the docs related to the execute property of the button to trigger a web service.
    <i>Alternatively, if you do not want to create a button to execute a call to a Web Service, you can do it via Script.
    Assuming your Data Connection is named ‘LeasePayment’
    For JavaScript:
    xfa.connectionSet.LeasePayment.execute(0);
    For Form Calc:
    $connectionSet.LeasePayment.execute(0);
    execute(0) indicates no data merging
    execute(1) indicates all the data in the data DOM will be remerged.</i> - Adobe doc.
    hope this will help.
    Thanks andRegards,
    Anto.

  • 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;

  • [SOLVED]error: attempt to read or write outside of partition

    Hello, I update my system at least once a week, sometimes I run pacman -Syu more than that. So this system is no more than about 7 days behind what is available today.  Last time I did this the kernel got updated and it updated itself again or at least it just ran mkinitcpio, also my passwd and group changed, anything that was not represented in the pacnew version got a representation, this last one mainly featured a lot of changes to "/usr/bin/nologin" from the login false version, whatever it was, nothing that looks too fussy.
    Reboot just to see what will happen and I am greeted with this:
    Booting `Arch Linux, with Linux core repo kernel'
    Loading Linux core repo kernel ...
    error: attempt to read or write outside of partition
    Loading initial ramdisk ...
    unaligned pointer 0x1d
    Aborted. Press any key to exit.
    I happen to have a usb drive that has Arch Linux 3.11.6.-1-ARCH, so I put that in and get an environment I can work with. Chroot in and so I can run mkinitcpio -p linux, thinking that that is the problem, some error in the kernel, I actually end up using the command
    # /usr/lib/modules
    , since
    # mkinicpio -p linux
    won't run, it gives:
    ==> Building image from preset: /etc/mkinitcpio.d/linux.present: 'default'
    -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.config -g /boot/initramfs-linux.img
    hexdump: /boot/vmlinuz-linux: Input/output error
    ==> ERROR: invalid kernel specified: '/boot/vmlinuz-linux'
    ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
    -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.config -g /boot/initramfs-linux-fallback.img -S autodetect
    hexdump: /boot/vmlinuz-linux: Input/output error
    ==> ERROR: invalid kernel specified: '/boot/vmlinuz-linux'
    However,
    # mkinitcpio -g /boot/linux.img -k 3.14.6-1-ARCH
    will. Everything finishes with a success, exit out, reboot and bam, same message, so it is not the kernel at least not on its own.  Here is what my fstab looks like:
    # /etc/fstab: static file system information
    # <file system> <dir> <type> <options> <dump> <pass>
    # /dev/sda3
    UUID=4dbfa319-4f88-49c1-a595-27faabfe4f57 / ext3 rw,relatime,data=ordered 0 1
    # /dev/sda1
    UUID=4C05-1A6B /boot vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro 0 2
    # /dev/sda4 LABEL=home
    UUID=bff35508-596c-4d7c-a983-b6b0ddc4f6e2 /home ext3 rw,relatime,data=ordered 0 2
    # /dev/sda2
    UUID=e87030ad-3226-41e3-938a-5be3351e34ed none swap defaults 0 0
    #efivars
    efivarfs /sys/firmware/efi/efivars efivarfs defaults 0 0
    #MySQL, linux version
    tmpfs /var/lib/mysqltmp tmpfs rw,gid=89,uid=89,size=100m,mode=0750,noatime 0 0
    and my mkinitcpio.conf
    # vim:set ft=sh
    # MODULES
    # The following modules are loaded before any boot hooks are
    # run. Advanced users may wish to specify all system modules
    # in this array. For instance:
    # MODULES="piix ide_disk reiserfs"
    MODULES=""
    # BINARIES
    # This setting includes any additional binaries a given user may
    # wish into the CPIO image. This is run last, so it may be used to
    # override the actual binaries included by a given hook
    # BINARIES are dependency parsed, so you may safely ignore libraries
    BINARIES=""
    # FILES
    # This setting is similar to BINARIES above, however, files are added
    # as-is and are not parsed in any way. This is useful for config files.
    FILES=""
    # HOOKS
    # This is the most important setting in this file. The HOOKS control the
    # modules and scripts added to the image, and what happens at boot time.
    # Order is important, and it is recommended that you do not change the
    # order in which HOOKS are added. Run 'mkinitcpio -H <hook name>' for
    # help on a given hook.
    # 'base' is _required_ unless you know precisely what you are doing.
    # 'udev' is _required_ in order to automatically load modules
    # 'filesystems' is _required_ unless you specify your fs modules in MODULES
    # Examples:
    ## This setup specifies all modules in the MODULES setting above.
    ## No raid, lvm2, or encrypted root is needed.
    # HOOKS="base"
    ## This setup will autodetect all modules for your system and should
    ## work as a sane default
    # HOOKS="base udev autodetect block filesystems"
    ## This setup will generate a 'full' image which supports most systems.
    ## No autodetection is done.
    # HOOKS="base udev block filesystems"
    ## This setup assembles a pata mdadm array with an encrypted root FS.
    ## Note: See 'mkinitcpio -H mdadm' for more information on raid devices.
    # HOOKS="base udev block mdadm encrypt filesystems"
    ## This setup loads an lvm2 volume group on a usb device.
    # HOOKS="base udev block lvm2 filesystems"
    ## NOTE: If you have /usr on a separate partition, you MUST include the
    # usr, fsck and shutdown hooks.
    HOOKS="base udev autodetect modconf block filesystems keyboard fsck"
    # COMPRESSION
    # Use this to compress the initramfs image. By default, gzip compression
    # is used. Use 'cat' to create an uncompressed image.
    #COMPRESSION="gzip"
    #COMPRESSION="bzip2"
    #COMPRESSION="lzma"
    #COMPRESSION="xz"
    #COMPRESSION="lzop"
    #COMPRESSION="lz4"
    # COMPRESSION_OPTIONS
    # Additional options for the compressor
    #COMPRESSION_OPTIONS=""
    While I am here I might as well ask this is this an appropriate boot structure?
    /boot/
    >>>>/EFI/
    >>>>/>>>/grub/
    >>>>/>>>/>>>>grubx64.efi
    >>>>/grub
    >>>>/>>>>/fonts
    >>>>/>>>>/grub.cfg
    >>>>/>>>>/grub.cfg.example
    >>>>/>>>>/grubenv
    >>>>/>>>>/local
    >>>>/>>>>/>>>>/*.mo files
    >>>>/>>>>/themes/
    >>>>/>>>>/>>>>>>/starfield/*.png *.pf2 files
    >>>>/>>>>/x86_64-efi
    >>>>/>>>>/>>>>>>>/ *.mod files
    >>>>/initramfs-linux-fallback.img
    >>>>/initramfs-linux.img
    >>>>/linux.img
    >>>>/vmlinuz-linux
    Anyone have any ideas on what I can do to get my system back?
    Last edited by Never (2014-06-11 03:17:24)

    Inside of my rescue disk I get:
    # efibootmgr
    BootCurrent: 000A
    Timeout: 0 seconds
    BootOrder: 0005,0003,0001,0002,000A,0004,0000,0007,0008,0009
    Boot0000 Windows Boot Manager
    Boot0001* USB Flopp/CD
    Boot0002* USB Hard Drive
    Boot0003* arch_grub
    Boot0004* ATAPI CD-ROM Drive
    Boot0005* grub
    Boot0007* CD/DVD Drive
    Boot0008* USB Floppy/CD
    Boot0009* Hard Drive
    Boot000A* UEFI: SanDisk Cruzer Glide 1.26
    my /dev/sda1 was /boot/ not /boot/efi, so I made that change, allowing /boot on / [/dev/sda3] to now be populated with part of the stuff on /dev/sda1 and /dev/sda1 would just have /boot/efi/, instead of all of boot, then ran:
    # modprobe -r efivars
    # umount /sys/firmware/efi/efivars
    # modprobe -r efivarfs
    # modprobe efivarfs
    # mount -t efivarfs efivarfs /sys/firmware/efi/efivars
    # efivar -l
    returned a bunch of variables
    # grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=grub --recheck --debug
    # grub-mkconfig -o /boot/grub/grub.cfg
    # efibootmgr
    BootCurrent: 000A
    Timeout: 0 seconds
    BootOrder: 0003,0001,0002,000A,0004,0000,0007,0008,0009
    Boot0000 Windows Boot Manager
    Boot0001* USB Flopp/CD
    Boot0002* USB Hard Drive
    Boot0003* grub
    Boot0004* ATAPI CD-ROM Drive
    Boot0007* CD/DVD Drive
    Boot0008* USB Floppy/CD
    Boot0009* Hard Drive
    Boot000A* UEFI: SanDisk Cruzer Glide 1.26
    arch_grub, whatever that was, went away. Pull out of arch-chroot, unmount sdaXs, reboot and:
    ERROR: No boot disk has been detected or the disk has failed.
    An extensive hp diagnostic check reveals... Nothing wrong.
    A reboot and removal of all data written in /dev/sda1 and /dev/sda3/boot sectors reveals:
    # mkdir /boot/efi/123
    mkdir: cannot create directory /boot/efi/123: Cannot allocate memory
    Which persist even on a restart and trying to mkdir into /mnt/arch/boot/efi/EFI while outside of arch-chroot. No idea why that is happening, oh well.

  • 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

  • Move to new computer, get "An error occurred while reading files or writing files to disc. The disc

    I tried to move my PE6 install and catalog to a new computer.  It was on a Dell Windows XP machine, and I moved it to a Toshiba Windows 7 (64 bit) machine.  I have always kept my photo files on an external hard drive.  My photo library is 50GB, 10,000 files.  Here is what I did.
    Copied the original PE6 install file to the Toshiba.  Installed but didn’t activate it.
    Copied the entire My Catalog folder to the proper Windows 7 location.
    Plugged the external drive into the Toshiba.  Made sure the same drive letter as before (E).
    Fired up PE6 on Toshiba.  Looked good in Organizer.  Everything seemed to be there, but I didn't try to make changes at that point.
    Deactivated PE6 on the Dell.  Activated on the Toshiba.
    Then I realized that it is not right.  I can edit Keywords and Rating stars on the pics, but not dates, captions or notes.  I get “An error occurred while reading files or writing files to disc. The disc may be full or there may be problems with the source media.”
    Only a fraction of the external drive is in use.
    I can access the files on the external drive with another app (Windows Photo Viewer).
    I tried Reconnect All Missing Files.  Somewhat ambiguously, it says “There are no files to reconnect.”
    In the properties in the Organizer for each picture are the proper file names and paths.  Folder view works fine in Organizer.
    I can put new files in the same external drive directories, import them into PE6, then edit them normally.
    What is the easiest way to get Organizer properly connected to my files?  I suppose I could reimport all the pics on the new machine, but I assume I'd lose some of my metadata.  So that is out of the question.
    Thanks,
    Bill

    Are you sure that file paths are correct? I say this because under XP they would have originally pointed to Documents & Settings/My Pictures whereas on W7 it will be User/Pictures, albeit you are using an external hd.
    Take a look at this knowledge base note on the correct procedure for back-up and restore.
    I think writing metadata to files for such a large catalog will be a thankless task.
    http://helpx.adobe.com/photoshop-elements/kb/backup-restore-move-catalog-photoshop.html

  • Error Message: An error occurred while reading files or writing files to disc...

    Why am I getting the following error: An error occured while reading files or writing files to disc.  The disc may be full or there may be a problem with the source media.  I am running PSE10 on a iMac using OS X 10.7.3, my Mac has a 1TB hardrive of which about 150GB is used.  I get this error when trying to delete a file out of the Organizer.  The software worked fine until I installed it on my laptop, also a Mac, and tried to share files.

    Hmm. What happens if you disable sharing, just as a test?
    I don't think you can share organizer photos that way, since your versions don't really exist as images, just as a set of directions to organizer for recreate that state of your editing when needed, and you can't run organizer on a network drive, which is pretty much what you're trying to do if you mean you have PSE installed on the other computer and are tryng to use the same catalog for both.

  • An error occurred while reading files or writing files to disc. The disc may be full or there may be

    Does anyone know why I get this error message in PSE9 on a mac computer?
    An error occurred while reading files or writing files to disc. The disc may be full or there may be a problem with the source media.
    I cant put titles on pictures or delete them from the hard drive, etc.
    Please help.
    Thank you!

    Okay. I would suggest going to your username>library>preferences and deleting everything that is anything like com.adobe.Elements Organizer.plist. You will have more than one of these, one with the version number and possibly one with UUID in it. Also delete any lockfiles with the same names. While you're in username>library, also delete any saved application states for the organizer or PSE from your saved states folder. Then repair permissions and try again.
    The username>library folder is hidden in lion. To make it visible, in the Finder click the Go menu and hold down the Option key. It will appear below the little house for your user account.

  • SSRS 2008 R2 - on Preview report in report builder itself, getting an error "Attempted to read or write protected memory. This is often an indication that other memory is corrupt". Any Suggestions please to resolve it?

    Hi,
    I am working on SSRS 2008 R2. On Preview report in report builder itself, i am getting an error "Attempted to read or write protected memory. This is often an indication that other memory is corrupt".
    See my below screen shoot.
    Any Suggestions please  to resolve it? 
    thank you in advance !
    best regards,
    Venkat,
    [email protected]

    Hi Venkat,
    According to the error message, I guess that the error occurred when you previewed the report in Business Intelligence Development Studio (BIDS).
    Based on my research, I think it may be a Window Layout issue of Visual Studio. Please try the steps below:
    Click “Window” button from the toolbar ribbon.
    Click “Reset Windows Layout” option.
    Click “Yes” to finish the operation.
    The following thread is for your reference:
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/90949d68-a611-467c-b438-be97b8ab250b/attempted-to-read-or-write-protected-memory-this-is-often-an-indication-that-other-memory-is
    Hope this helps.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Error "Attempted to read or write protected memory"

    When I started using Microsoft Visual 2008, he began appearing this error "Attempted to read or write protected memory. This is often an indication that other memory is corrupt" and not know what could be.
    To debug the program the error occurred after executing the line:
    objBP = (BusinessPartners)objCompany.GetBusinessObject(BoObjectTypes.oBusinessPartners)
    Does anyone know what might cause this error?

    I isolated the piece of code for testing:
    private void button5_Click(object sender, EventArgs e)
                try
                    if (objCompany.Connected) {
                       objSBOBob = (SBObob)objCompany.GetBusinessObject(BoObjectTypes.BoBridge);
                       objRecordset = (Recordset)objCompany.GetBusinessObject(BoObjectTypes.BoRecordset);
                       objBP = (BusinessPartners)objCompany.GetBusinessObject(BoObjectTypes.oBusinessPartners);
                       objRecordset = objSBOBob.GetBPList(BoCardTypes.cSupplier);
                       objBP.Browser.Recordset = objRecordset;
                catch (Exception er)
                    MessageBox.Show(er.Message);
    And the variables:
    private BusinessPartners objBP = null;
            private Recordset objRecordset = null;
            private SBObob objSBOBob = null;

  • Error calling web service from Adobe form

    Hi Experts,
    While calling web service form my adobe form, i was getting an error as below saying "Error attempting to read from the file" followed by the URL of my web service.
    To create the above scenario i followed the following steps:
    1. Create a Function module and create a web service from that function module.
    2. Through SOAMANAGER, download the WSDL file for the generated web service.
    3. Create an Adobe form with an empty Interface and create a new Data Connection on the form using the downloaded WSDL.
    4. Generate this adobe form using an ABAP report.
    Kindly extend help on this to figure out if I'm missing something!!!

    Well questions related to Web Services have been answered here in past, please Search on SCN for links to it.

  • Webservice call from Interactive Adobe form

    Hi,
    Please provide me the possible solution for the below mentioned issue.
    1. Created a webdynpro application.
    2. Kept the interactive form on the VIEW of this WDA. Adobe form has 10 fields and one submit button.
    3. Now created a web service with only one importing parameter of type XSTRING.
    4. I have given the webservice URL in the button properties by making it's type as "Execute"
    Now my question is "How can we get all the filled values on the interactive form in the RFC of Webservice when i click on the submit button?".
    Note: I should not add any other importing fields in the web service except the PDF string.
    Regards,
    Ram

    Hello experts,
    Please provide me the solution for the below mentioned issue.
    I have attached the webservice wsdl file to the SUBMIT button on my form (execute type) and binded all my form fields to the webservice importing structure fields..
    Now the webservice got changed because of the addition of new fields in the common structure.
    And iam uploading the new wsdl file in my existing data connection properties.
    But it is giving an error saying as follows.
    [0]:Page1[0]:Terms_and_conditions[0]:submit[0]:Submit_validate[0]:click
    Error attempting to read from *filehttp://pwxaci.dmzwdf.sap.corp:1080/sap/bc/srt/rfc/sap/yrrprm_webservice/001/yrr_prm_webservice/yrr_prm_webservice*_
    The bold one is the URL of my webservice.
    Please suggest me the correction required if the webservice is changed.
    Regards,
    Ram

  • Error when calling Web Service from Adobe Form

    Hi all,
    I need to invoke a Web Service from my Adobe Interactive Form. I have merged the WSDL files, following the steps in this document:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/148ec26e-0c01-0010-e488-decaafae3b26
    But when I press the corresponding button in order to call the web service, I get the following error:
    "Error trying to read file.
    http://<my_host>:51000/<my_WS>/Config1?style=document"
    It seems to be an error in my configuration, because I'm sure that I have followed all steps in the previous PDF.
    Any idea?
    Thanks.

    Well, I think so... I've followed all the steps, and my merged WSDL file seems like the one in page 12...
    Any suggestion, please?
    Thank you,

Maybe you are looking for