Incorporating web service in an ABAP web dynpro view

Hi,
I am trying to call an external web service to have its results displayed in an ABAP web dynpro view. I've seen various threads that are dealing with the same issue, but none of them seemed to have helped me (I am quite new at this so maybe I'm just having a slow beginning, please bear with me)
I'm interested in extracting information from a simple web service online. To this end, I went on www.xmethods.net and found a "quote of the day" service, which is practical because it doesn't even need input.
I am writing down all the steps I've taken, even if they seem trivial, because maybe my problem is the result of a silly mistake I'm not yet capable of noticing...
I am mostly following the instruction from here:
<a href="/people/thomas.jung3/blog/2004/11/17/bsp-a-developers-journal-part-xiv--consuming-webservices-with-abap:///people/thomas.jung3/blog/2004/11/17/bsp-a-developers-journal-part-xiv--consuming-webservices-with-abap
The SAP I use is the one on the SC7 system, seems to be ECC 6.0
After I created my package, I go on to create a Proxy Object, and when prompted for a WSDL source, I give the URL destination I got from xmethods.net: <a href="http://www.swanandmokashi.com/HomePage/WebServices/QuoteOfTheDay.asmx?WSDL">http://www.swanandmokashi.com/HomePage/WebServices/QuoteOfTheDay.asmx?WSDL</a>
Doing this I get an HTTP error (return code 400, message "ICM_HTTP_CONNECTION_FAILED") (others have had this problem, e.g. Calling Web Services from ABAP, but the answers offered haven't been much help to me)
and having no idea what to change or not change in SICF and other settings, I decided to save the file locally, and so I then created a Proxy Object by choosing the WSDL source as the local file I saved.
Telling me that multiple port types exist (SOAP, httpGet and httpPost) I picked SOAP. I can then see the properties of my Client Proxy Object, its structure with the classes and methods etc.
Then, following Thomas Jung's procedure, I went to create a logial port which I named QUOTE_PORT. When I do the F8 test he suggests to do, I get an error: SRT: Processing error in Internet Communication Framework: ("ICF Error when receiving the response: ICM_HTTP_CONNECTION_FAILED") which was predictable since I still haven't resolved that same problem above.
I then proceed to create a Web Dynpro Component. In that component, in the component controller's context, I created a simple node into which I added attributes which I created using the wizard -> Attributes from components of structure, and there I picked the structures that had just been created in my proxy object, each in its own node
I have three proxy structures generated: GET_QUOTE_SOAP_IN, GET_QUOTE_SOAP_OUT and QUOTES. This last one has two attributes which are STRINGs, the quote of the day and its author.
I then create a rather trivial view, whose context I have mapped to the component controller's context so as to have access to those "quote" and "author" attributes I just mentioned. The layout is simplistic at best, containing only two textviews, each one bound to its respective attribute.
Once the application has been done and tested, the output is a blank page. I'm hoping that this is only because of that ICM_HTTP_CONNECTION_FAILED error. Has anyone else had these problems when calling external web services? Is this the right procedure for displaying output?
Thanks and Regards,
Micol

Hi, sorry for the long reply time.
from work I do have proxy settings:
    automatic configuration script: http://proxy:8083
    proxy server for LAN: proxy / 8080
from home it's a proxy free connection.
In both cases I tried changing the settings in the SICF transaction, but it hasn't changed much.
With the HTTP error that I get, I get a long text on how to maybe solve it,
<b>No connection to Integration Builder (only generic data visible)
Message no. SPRX081</b>
In this long text, I have four tests to do in order to check the connection (as far as I can understand)
1. The address of the Integration Builder must be stored in the SAP system
=>Check/maintain with report SPROX_CHECK_IFR_ADDRESS
2. The HTTP connection of the ERP application server must function correctly
=>Check with report SPROX_CHECK_HTTP_COMMUNICATION
3. The Integration Builder server must be running correctly
=>Check with report SPROX_CHECK_IFR_RESPONSE
4. Proxy generation must interpret the data of the Integration Builder correctly
==>Check with report SPROX_CHECK_IFR_CONNECTION
The checks for 1&2 work okay, but I get errors for checks 3&4
"Integration Builder data not understood"
How can I go on from here?
Thx

Similar Messages

  • Calling an ABAP report from a web-dynpro view

    Hi,
    I have a web dynpro view that i would like to call an ABAP program from.  Any ideas how i can do this?  Thanks,
    Samir
    Edited by: Samir Vora on Feb 18, 2008 11:12 AM

    Hello Samir,
    that would mean mixing two different ui technologies and hence it not possible. You can start the report in background though. Please refer to [this list of restrictions and limitations|http://help.sap.com/saphelp_nw70/helpdata/en/46/82091e304559dbe10000000a1553f6/content.htm] regarding the usage of certain ABAP statements.
    Best regards,
    Thomas

  • ADT: Web Dynpro view/window error "Failed to create the part's controls"

    Hi, all
    Most of the things in my ADT work fine (e.g. programs, structures, domains), even the Web Dynpro Componentcontroller can be edited.
    However, with Web Dynpro view and window I get this error message: "Failed to create the part's controls".
    In SAP GUI everything works fine.
    Why could this happen and what can I do?
    My system details:
    32-bit Windows 7
    Eclipse Luna Release (4.4.0)
    ADT from https://tools.hana.ondemand.com/kepler, according to these instructions:  SAP Development Tools for Eclipse.
    SAP GUI 7.30, patch level 9.
    SAP_ALL authorizations
    Java: SE, version 7 update 60
    Activated services (SICF): wdy_aie_vd_preview, toolsdocu, docu
    The Java error log in Eclipse is quite long. It starts with:
    java.lang.IllegalStateException: java.lang.IllegalArgumentException: No enum constant com.sap.adt.wda.controller.semanticfs.common.ControllerFileServices.ControllerObjectTypeEnum.WDYNWZ
        at com.sap.adt.tools.core.ui.editors.AdtFormEditor.addPages(AdtFormEditor.java:222)
        at org.eclipse.ui.forms.editor.FormEditor.createPages(FormEditor.java:138)
        at com.sap.adt.tools.core.ui.editors.AdtFormEditor.createPages(AdtFormEditor.java:1251)
        at org.eclipse.ui.part.MultiPageEditorPart.createPartControl(MultiPageEditorPart.java:362)
        at org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.createPartControl(CompatibilityPart.java:140)
        at org.eclipse.ui.internal.e4.compatibility.CompatibilityEditor.createPartControl(CompatibilityEditor.java:99)
        at org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.create(CompatibilityPart.java:321)
        at sun.reflect.GeneratedMethodAccessor45.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
    As it is not popular to post long logs unnecessarily, I will skip the rest of it for the moment - let me know if it could help and I will post it.
    Thanks for help!
    KR,
    Igor

    Hi Ponraj,
    note applied without any problem.
    I'm still facing some difficulties accessing a WD component, maybe you could suggest me how to solve/proceed:
    in Eclipse Luna, I can access now a WD but "Layout" tab doesn't work - HTTP 403 Forbidden - Service cannot be reached. I guess it's a missing configuration, could you help me out on this?
    EDIT: This one is solved; I just missed to activate a service in SICF (WDY_AIE_VD_PREVIEW).
    That Eclipse module however seems not to be very stable; I tried to open a standard SRM WD view (wd component /SAPSRM/WDC_DO_SOCO_GAF_1, view V_AO_SOCO_GAF_1) and that resulted in the message:
    500 SAP Internal Server Error
    ERROR: Conversion of type C LENGTH 255 to type TABLE OF DEEP_STRUCTURE not supported. (termination: RABAX_STATE)"
    is there a way, from the Methods tab, to access directly to a particular method's implementation? The only way I found is going manually under the IMPLEMENTATION tab and CTRL+F with the method's name.
    is there any way to access to a particular enhancement made on the WD? Using SapGUI, there's a special "vortex" button to switch on a specific enhancement, but under Eclipse I can't find the alternative command.
    I know we're getting a bit OT with respect to the topic, anyway if there's a guide that could help clarifying my doubts please, share that documentation
    BR,
    M.

  • Is it possible to change the background of Web Dynpro Views in MDE apps ?

    Hi Team,
    Is it possible to change the Background color of Web Dynpro Views in Mobile Device applications ?
    I have been able to change the cellBackgroundDesign from Transparent o fill1 etc and this change is visible in the desktop application.
    But whenever; I am running this application in Mobile Device, the color change is not visible.
    Also, there is an earlier post given by me for changing the color of rows in Table UI in SAP SRS Mobile Device Enabled.
    Color code logic not feasible in Pocket Browser
    Our Mobile Devices are:
    http://emobilescan.co.uk/downloads/manuals/ppt8800.pdf
    The OS is: Windows 2003
    and the Browser is: Pocket Browser.
    Please give me in any suggestion which I can implement to see the background color change w.r.t, Mobile Devices.
    Thanks & Regards
    Kaushik Banerjee
    SAP Portal

    Hi,
    Have you uploaded your Photobook to Kodak Gallery or Shutterfly?

  • Embed website in Web Dynpro View

    Hi all,
    I am trying to embed a website in a Web Dynpro View. I am not sure about it how to get this.
    I have created a ViewContainerUIElement on the view and the website should be placed in this element.
    My code for creating the website looks like following:
    DATA:  lo_window_manager TYPE REF TO if_wd_window_manager.
      DATA:  lo_api_component  TYPE REF TO if_wd_component.
      DATA:  lo_window         TYPE REF TO if_wd_window.
      DATA:  ld_url TYPE string.
      lo_api_component  = wd_comp_controller->wd_get_api( ).
      lo_window_manager = lo_api_component->get_window_manager( ).
      ld_url = 'http://www.google.de'.
      CALL METHOD lo_window_manager->create_external_window
        EXPORTING
          url    = ld_url
        RECEIVING
          window = lo_window.
      lo_window->open( ).
    But how can I integrated the website in my ViewContainerUIElement or isn't it possible?
    Thanks for you help
    Peter

    Hi,
    You can try using UI element Iframe.
    URL can be mentioned in source property of Iframe as http://www.google.com.
    Re: How to Add URL in a view .
    Regards
    Manas Dua

  • Web Dynpro Views As Callable Objects in GP

    I would like to know how to setup a sequence web dynpro views off a common WD component as a callable object.  In particular, my GP will use View1, View2, .. View n all based on a common web dynpro DC and same single WD component.  How  should this be configured in GP that each View refers to the same WD instance?  Where is state stored in such a scenario?  Does the GP framework instantiated the WD component and maintain it for the entire lifecycle of the process?  Thanks.

    hi
    check out this link. Refer page 14
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/0c7b2f25-0c01-0010-f2a2-f8a65a9dcad9">Defining Several iViews based on one Web Dynpro application</a>
    Other link that can be helpful is
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e3f07a7a-0601-0010-ebbd-b9cfb445b814
    Thanks & Regards
    Harsimran

  • Web dynpro view 的背景色.

    请问: 怎么改web dynpro  view 的背景色。

    推荐几个有关的资料:
    Note: 1088717
    SAP Library:
    http://help.sap.com/saphelp_nw04s/helpdata/en/46/89af7fbe4d429ee10000000a1553f7/content.htm
    http://help.sap.com/saphelp_nw04s/helpdata/en/79/affe402a5ff223e10000000a155106/frameset.htm
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/43/e86de5008b4d9ae10000000a155369/content.htm

  • To trigger event or action on "TAB" key press on web dynpro view

    Hi, I need to trigger event on "TAB" key press on web dynpro view , is it possible?How?

    Hi Dipak
    What Madhu said is correct. Tab key is pre-configured to move cursor from 1 field to next field. we can not create an event on tab key press.
    Regards
    Gaurav

  • Linking IFrame with Web dynpro Views

    Hi All,
    How can I link IFrame of webdynpro (where I created one html page) with web dynpro views.What my requirement is when I clicks a button in the html page of the IFrame, it should pass the values from this html pages to Web dynpro views.
    Thanks
    Fahad Hamsa

    Hi
    Try This
    http://help.sap.com/saphelp_nw2004s/helpdata/en/e9/7652a84fada444bd11ca73670ce7dc/frameset.htm
    Resize IFrame
    Kind Regards
    Mukesh

  • ABAP Web Dynpro View Display

    I have a Web Dynpro application with multiple views and components.  Some views have embedded views.  When the browswer is not full or the view cannot fit, the scroll bar is displayed.  The user scrolls down, performs some task data and clicks enter.  The view jumps back to the top and the user has to scroll back down to continue.  Does anyone know how to prevent this.  Also this app is not using the floorplan manager.

    Hi Sureshbabu,
    There are different ways to do display the PDF from as WebDynpro View.
    The simple which i followed was:
    Run the report in background mode (using submit statement, dn't forget to give printer as LOCL), get the spool id programatically. Use the FM's CONVERT_OTFSPOOLJOB_2_PDF or CONVERT_ABAPSPOOLJOB_2_PDF.
    Which returns the ouput of table tline, convert this to xtring and bind it to xtring attribute.
    In view add a interactive form and bind the xstring attribute to the Interactive form.
    By following the above steps, we can display the result in the PDF in WD ABAP.
    Also look inthe thread Re: How to call standard report in web dynpro abap.
    Best regards,
    Suresh

  • Exiting a Web Dynpro Application by pressing a button on a Web Dynpro View

    Hi all,
    I want to exit a Web Dynpro application when the user presses an Exit button on the screen. Is there an API for closing the current browser window and exiting the application?Thanks.
    Sukru

    hi,
    For closing Main Window, use Exit Plug in Windows:
    Do the following steps :
    -> Make an Outbound Plug to the Window.
    ->Make the type of Outbound plug to Exit Type.
    ->Add CLOSE_WINDOW of type wdy_boolean as a parameter to the outbound plug of Window.
    ->Do remember to add Component Name in the Properties Tab of View ( othervs Calling Outbound plug of window from view wont be possible ).
    ->Fire the outbound plug with close_window as X in the onAction of Exit Button .
    Refer SAP online help on using Exit plug to close a window:
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/48/ca3351508f04e7e10000000a42189c/content.htm
    method ONACTIONGO_EXIT .
    data: L_REF_MAIN_WINDOW type ref to IG_MAIN_WINDOW .  
    L_REF_MAIN_WINDOW =   WD_THIS->GET_MAIN_WINDOW_CTR( ). 
    L_REF_MAIN_WINDOW->FIRE_MY_EXIT_PLUG_PLG(     CLOSE_WINDOW =   'X' ).
    endmethod.
    here Main_window is the window which needs to be closed.
    I hope it is clear.

  • Printing a web dynpro view

    Hi,
    I wanted to print contents of a web Dynpro table of a view on click of a button. How can we achieve this?
    I am using NW7/NWDS7
    regards,
    Sujesh

    Hi,
    Refer to the blog,
    /people/sap.user72/blog/2006/05/04/enhancing-tables-in-webdynpro-java-150-custom-built-table-utilities
    Also refer to Valery's post in the link,
    Re: How to print the content of a DynPro Window?
    Regards
    Srinivasan T

  • Web Dynpro view data to  PDF creation issue

    Hi ,
    I am passing data from Web Dynpro iView to genrated PDF using url link, pdf generation is done using iText java class. 
    outputPDFData is the method to which i need to pass the data to but this is where i failed.
    Can someone please identify error or suggest how i move from here?
    Till now we completed storing test data in a temporary location using ByteArrayOutputStream but to show the data on screen??????
    ByteArrayOutputStream os = new ByteArrayOutputStream);
           List data = new ArrayList();
           data.add("Test Data1");
           data.add("Test Data2");
           data.add("Test Data3");
           PDFTestTemplate PDFTest = new PDFTestTemplate();
           PDFTest._outputPDFData_(os,data);
           final IWDCachedWebResource resource = WDWebResource.getWebResource(os.toByteArray().toString().getBytes("UTF-8"), WDWebResourceType.PDF);
           wdContext.currentContextElement().setPdfURL(resource.getURL());
           os.close();
    P.S.
    I have also referred to this blog by Prakash Singh but wasnt very helpful in my case.
    Create a PDF file using JAVA

    Martin is right,
    Any data context node on the next view should also be mapped to the component controller, so when you are changing views you just have to use your material number to invoke the method of the component controller that gets your detailed data, its as easy as this:
    before you fire you plug you can use the following:
    wd_comp_controller->get_material_details( matnr = lv_matnr ).
    Inside your component controller you should have a method called "get_material_details" and an importing parameter called matnr.
    once the logic is run to get the details, bind your data to the component controllers Material details context node, this node should also be mapped to the view of the second screen.
    So now when the second view opens the data will magically be there
    Good luck,
    Shaunny B

  • Displaying reports in web dynpro view

    Hai all,
              Iam working on a project in webdynpro which is used for the newly joined employees to fill their personal info.After they do that I need to display the reports to the Admin to Process the request for generating employee id.I have never worked with reports in web dynpro.All I need toknow is
    --->Coding for getting the reports containing the requests and displaying them in the view.
    Also this project is done using SAP HR---IS there any change in coding to retieve data from backend when using SAP HR.
    Any help and answers will be appreciated.
    Thanks n Regards
    Sharanya.R

    Hi,
    You can try using UI element Iframe.
    URL can be mentioned in source property of Iframe as http://www.google.com.
    Re: How to Add URL in a view .
    Regards
    Manas Dua

  • E-Recruiting Web Dynpro - View Containers

    Hi,
    I am new to Web Dynpro, and need to modify views within a ViewUIElement Container.  However, I cannot find out where the container defines what views are within it.
    I have gone through tutorials, but still cannot find out how the views get in the container.  Is there a simple way to see what views are within a container?
    Any help on this would be appreciated!!

    Hi Joe,
    You can find this at two places.
    The simplest way is to go to the window, find your ViewContainerUIElement under the view and see what is embedded inside it.
    If that does not work, it means that the view is attached to your ViewContainerUIElement dynamically. In that case, look for a method call with name prepare_dynamic_navigation in one of the methods in your view controller.
    Hope this helps.
    Regards,
    Neha

Maybe you are looking for

  • How to see Trial Balance for a Segment

    Hi Experts, Does anybody has idea on how to see Triala Balance for a Segment ? In Standard Reports for Balance Sheet and Profit & Loss, SAP B1 has provided option for filtering on Segment, but the same is not true for Trial Balance. BR Samir Gandhi

  • How To Get FileType and MIME Type from a File

    Hi, I am using following ways to get FileType and MIME Type. I am able to get file type, but I am getting MIME Type as */* Can any one please let me know how to get MIME Type, but it should not be time consuming process. For File Type I am using foll

  • I can no longer play songs on iTunes using Win 8 PC

    When I click to play a song from iTunes on my Windows 8 PC it just appears to hang.  I can no longer preview songs from the iTunes Store either, no sound comes out and the bar stays on 0:00.  This was working fine in the past, not sure what changed. 

  • IPhone Wi-Fi Sync menù, how delete computer history ???

    Hi to all, on my iPhone 4S in "iTunes Wi-Fi Sync" tab is listed two itunes libraries computer, one is old pc that have formatted the HD, my question is: how remove this computer from iPhone "iTunes Wi-Fi sync" menù many thanks in advance

  • Different "java.io.IOException: HTTPS hostname wrong:  should be ..." error

    Hi      I am experiencing some problems using SSL with Java 1.4.2_12 which appear to be subtly different to the ones posted earlier in this forum.      ProcessA is trying to establish an HTTPS connection with an Apache server but gets the following e