Get HTTPS URL for Web dynpro application

We are using SSL. By default the URL generated for the Web dynpro application is HTTP.
We went to SICF, and deactivated the HTTP service. That made the URL point to HTTPS.
But few problems started coming because of it:
- Our Content server became inaccessible.
- Every time server is re-started, we need to manually go and de-activate HTTP Service.
We even tried to set the parameter icm/icm/HTTP/redirect_0. But problem is not solved.
I know this question is asked before, but every time the answer is to read the help document on ICM.
What's the correct way for any webdynpro application to point to HTTPS? I don't think de-activating HTTP service is the right way.
Any suggestions please?
Thanks in adv.

Thanks a lot Thomas. I'd ask the Portal Admin to try it out.
There is another similar problem we are facing: I have embedded Webdynpro in R/3 screen. Then used the cl_gui_wdr_viewer class's load_application method passing HTTPS protocol.
It returns HTTPS URL only, but is not showing up on users' laptops.
Earlier we were not passing HTTPS protocol, so generated URL was HTTP, and it was not showing on users' screen (can show in ours). Reason we found out is that users' site has HTTP port blocked. They cannot show any HTTP url.
So we changed to get HTTPS URL, but that also gives the same problem. It is still trying to get HTTP url.
Here is the URL that the users got: (when they right click to see the URL generated)
res://ieframe.dll/dnserrordiagoff_webOC.htm#http://abc.def.jil:8000/sap/public/myssocntl?sap-client=220
Can give any clues on why this is going wrong? Cannot raise OSS as I know embedding Webdynpro in R/3 is not supported
Thanks in adv.

Similar Messages

  • Using CSS for Web dynpro application in EP

    Hi,
    I have some CSS (Style sheets) which I need to apply to the portal, so that all the web dynpro applications can have the same look and feel.
    I read something about Theme Editor in EP. Can I somehow use that to import the CSS contents into the EP theme?
    Any pointer to using CSS for Web Dynpro applications will be appreciated.
    Thanks.
    Puneet

    Hi,
    Go thorugh the follwing Web Dynpro Java
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/business_packages/a1-8-4/nw04stack09themes.zip
    To know how to use it and for the steps to be followed please follow the tutorial here
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/documents/a1-8-4/how to edit web dynpro themes.pdf
    the last url gives you a step by step procedure with wizards..
    Regards,
    RK

  • Any way to get HTTP header in web dynpro Java?

    Is there any way to get HTTP header in web dynpro java? This method gives me the params. Is params same as header? It doesn't have any way to retrieve header data. I am on NW 7.0.19
    WDProtocolAdapter.getProtocolAdapter().getRequestObject().getParameter("param");

    Dear Faraz,
    I'm afraid the code you've pasted is only to retrieve URL parameters.
    Have you tried this document to see if it offers any good hint:
    [http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/b0446f5c-fcb9-2910-e082-88becbe3ddc9]
    Not sure if you can process the HTTP header with a WD4J.
    An alternative could be to develop some Portal component in plain JAVA working as a proxy to call your WD4J afterwards.
    That portal component would process your HTTP header and forward any parameter to your WD4J.
    But this is me just guessing.
    Kind Regards
    /Ricardo

  • Create iView for Web Dynpro Application

    Hi guys,
    I've created a Web Dynpro Application via NWDI and deployed to the j2ee server. Now, I'm trying to create an iView to link to that application. The steps I've done are:
    1. Create iView for Web Dynpro Application
    2. Select "Create iView from each application View"
    3. Select my application.
    That's when the error occurs at step 3. I select my application and click next, but an error msg keeps appearing telling me to "To continue, select at least one application" despite having already done so. Can anyone enlighten me on this? Thanks!
    ZHenmin

    Hi,
      First make sure the applications runs fine standalone. Also the versions for WAS and EP are maintained correctly. Actually, this error seems to be occur for many users. Check this thread too.
    Open new Web Dynpro iView in EP7
    If nothing works, restart the server and try creating the iView again.
    Regards,
    Harini S

  • Where can I get project template for Web Dynpro example&

    Hello,
    There is an example in SAP NetWeaver Developer Studio Documentation for creating a Web Dynpro Application accessing ABAP functions. It references the initial Web Dynpro project template file: TutWD_FlightList_Init.zip. How can I get it?
    It is not available in the SAP Developer Network (Web Application Server area | Samples and Tutorials).
         Thanks

    The URL I gave you also contains a link to the _Init project.
    "Project Template: The initial project (starting point for this tutorial) is also available to [download from SDN]." (https://www.sdn.sap.com/sdn/downloaditem.sdn?res=/irj/servlet/prt/portal/prtroot/com.sapportals.km.docs/business_packages/a1-8-4/4tutwd_flightlist_init.zip)

  • Wrong URL in Web Dynpro Application explorer

    Dear Team,
    The Web Dynpro Application explorer is showing wrong URL:
    URL             HTTP://server2.domainname.COM:1090/sap/bc/webdynpro/sap/zz_pt_hello
    And this is not a correct URL.
    Where as the actual URL should be :
    https://server1.domainname.com:8030/sap/bc/webdynpro/sap/zz_pt_hello
    But when I test the service,  /default_host/sap/bc/webdynpro/sap/zz_pt_hello,  in sicf t-code, the test works successfully with the desired URL i.e. https://server1.domainname.com:8030/sap/bc/webdynpro/sap/zz_pt_hello.
    the profile parameter: icm/host_name_full   has value server1.domainname.com.
    Please guide me to resolve this problem.
    regards

    Hi,
    The hostname for the application server is checked by the following parameters in this order. Can you please verify that the SAPLOCALHOSTFULL is the correct hostname.
    (1) SAPLOCALHOSTFULL                  
    (2) icm/host_name_full
    If both of these are correct can you check the Hosts file in the /etc/hosts folder for the correct entry.
    Michael

  • How to get User Id in Web dynpro application

    Hi Experts,
    I am running web dynpro application with authentication checkbox set. I want to display user id of the user in my application. I am using following code in Init method of component controller.
    IWDClientUser wdUser = WDClientUser.getCurrentUser();
    WdContext.currentContextElement().setUserName           (wdUser.getClientUserID());
    Here I am getting some integer value as userId.
    I am not using Portals, so solutions suggested for portal are not useful for me .
    Is there any way to get this uset id.
    Thanks in advance

    hi
    try this piece of code
              IWDClientUser wdUser = WDClientUser.getCurrentUser();
              IUser user = wdUser.getSAPUser();
              if (user != null)
                        IUserAccount[] acct = user.getUserAccounts();
                        if(acct[0] != null)
                                  String strUserid = acct[0].getLogonUid();
    wdContext.currentZtms_Fm_Regupdate_InputElement().setAssoid(new String(strUserid));
    Note: Defining the IUser will show an error. To resolve this, within the properties of
    the project, choose Java build path -> Libraries -> Add external jars ->
    com.sap.securities -> lib -> com.sap.security.api. Open this file and retype the code.

  • Required dependencies for Web Dynpro Application accessing KM

    Hi all,
    I need to implement a Web Dynpro application that access km documents (NW 2004s). But i'm having problems to find one required api. I read several tutorials acording to which I need the EP5 user api (com.sap.security.api.ep5.jar).
    The problem is that the application I need to make has to be a development component in NWDI (not a plain proyect).
    What I need to know is which Siftware Component dependencies I should add to my siftware component in order to be able to access the EP5 user api.
    I found the SC required for KM api is KMC-CM, but this doesnot include the EP5 user api.
    Any ideas ?
    Thanks,
    Diego.

    Hi Check this link below , you can understand what you require
    http://help.sap.com/saphelp_nw04s/helpdata/en/45/1282b176a341e1e10000000a1553f6/frameset.htm
    Points are welcome if it is helful
    Koti Reddy

  • Short dump when trying to open FPM for Web Dynpro Application

    Hi,
    I am receiving a short dump while trying to open a Web Dynpro Application in FPM.  I go to SE80 and open the Web Dynpro component 'FPM_OIF_COMPONENT'.  I then choose the application '/sapsrm/wda_l_fpm_oif'.  I then click Web Dynpro Application -> Test -> Execute in Administration Mode.  A new IE browser is opened and I then receive a short dump.  The name of the short dump runtime error is 'OBJECTS_OBJREF_NOT_ASSIGNED_NO' and the exception is 'CX_SY_REF_IS_INITIAL'.
    I have not used FPM before.  I would like to use it to remove the 'Close' button from this application.  Do I need to initialize FPM before using it?
    Please help.
    Thanks,
    Jeff

    >
    Chinnu wrote:
    > Hello Jeffery Andersen,
    >
    > If I understand correctly, you are trying to preview FPM_OIF_COMPONENT.
    >
    > I think this component can not be executed as it just is a template for creating a FPM applications. In other words, it is an interface that can be used to created a WD ABAP application from work bench.
    >
    > This [Floor Plan Manager - ABAP|http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/90f3cfd2-46d0-2b10-b3ab-eabf3452cc50&overridelayout=true] can help you understand better.
    >
    > Best regards,
    > Chinnu
    Hi Chinnu,
    Your understanding is not correct, he is trying to execute the application /sapsrm/wda_l_fpm_oif'.
    Hallo Jeff,
    everyone have suggested lots of possibilities. Nothing works for you. I would suggest the following.
    Go and execute any other FPM application which uses FPM_OIF_COMPONENT,does it work ?
    If it works then you can narrow down that /sapsrm/wda_l_fpm_oif is not working and you can raise a OSS ticket.
    If it is not working then you have to see if you have right BASIS versions to use FPM.
    Edited by: Baskaran Senthivel on Dec 6, 2010 1:09 PM

  • Problems using remote debugging for Web Dynpro applications

    Hello All,
      Have anyone ever encounter the above mentioned problem ? I am not able to step through my codes nor break @ my breakpoints using the debugging features despite many attempts following the tutorial on "Debuggng Web Dynpro applications". The problem always occur when I click on the Run -> Debug -> "Click on Debug". The debug perspective will show the threads running but my application window dows not appear. Should attempts  be made to "Terminate All" threads and relaunch my apllication again, I will get an error message   saying "Deployment of archive file already running : XXX.ear" Then I will need to wait some 15 mnutes or so before I can try again. Any suggestions ? Thank you.
    The status of my J2EE engine is as stated in the tutorial:
    1) State = "Debugging"
    2) Debug Mode = "On"
    3) Restricted Load Balancing = "Yes"
    4) Productive Use = "No"
      I have posted similar queries under "JDI" and "Web AS General" but did not receive and sugestions.
    from
    Kwok Wei

    Hi
    You should Create and Deploy if you want to reflect the code changes that you just did. However if you just want debug to an existing code then you need not Create and Deploy.
    This can also be done as a two step process where you first deploy from NDS and launch Debug without create and deploy.
    Is the issue that after you launch debug that it does not launch the application window.
    Regards
    Pran

  • Get a URL for web service with HTTPS

    Hi,
    After deploying all required configuration for secure WS, I'm trying to generate a wsdl to give to the third party. I m using the Despay WSDL in Integration Directoryb but that WSDL containt a like staring with the HTTP instead of HTTPS! My question is how to generate a wsdl file with an HTTPS url tot he web service,
    Thanks in advance,
    Fred.

    Hi,
    >>>WSDL in Integration Directoryb but that WSDL containt a like staring with the HTTP instead of HTTPS! My question is how to generate a wsdl file with an HTTPS url tot he web service,
    you don't use the URL from ID - you need to create one yourself and put it there in the generator
    Regards,
    Michal Krawczyk

  • Deployment error for Web Dynpro application

    Hello, I have developed a new Web Dynpro Welcome application in my local system, which is my laptop. I have both the NW Dev Studio and the app server on my laptop.
    When I try to deploy and run the application I get the below error. As far I am concerned I have logged in as j2eadm user and trying to deploy.
    Appreciate your help to resolve the error
    Sep 23, 2007 6:26:57 PM /userOut/deploy (com.sap.ide.eclipse.sdm.threading.DeployThreadManager) [Thread[Deploy Thread,5,main]] ERROR:
    [002]Deployment aborted
    Settings
    SDM host : Natasha
    SDM port : 50018
    URL to deploy : file:/C:/WINDOWS/TEMP/temp6475Welcome.ear
    Result
    => deployment aborted : file:/C:/WINDOWS/TEMP/temp6475Welcome.ear
    Aborted: development component 'Welcome'/'local'/'LOKAL'/'0.2007.09.23.18.26.49':
    Caught exception during application deployment from SAP J2EE Engine's deploy service:
    java.rmi.RemoteException: Only Administrators have the right to perform this operation.
    (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).REMEXC)
    Deployment exception : The deployment of at least one item aborted

    As per the procedure given in 3rd point I have changed the j2eadm password but it gives me the below error when I try to redeploy and run
    Result
    => deployment aborted : file:/C:/WINDOWS/TEMP/temp26493Welcome.ear
    Aborted: development component 'Welcome'/'local'/'LOKAL'/'0.2007.09.25.22.11.45':
    Caught exception while checking the login credentials for SAP J2EE Engine. Check whether the SAP J2EE Engine is up and running.
    com.sap.engine.deploy.manager.DeployManagerException: ERROR: Cannot connect to Host: [Natasha] with user name: [admin]                     Check your login information.                     Exception is: com.sap.engine.services.jndi.persistent.exceptions.NamingException: Exception while trying to get InitialContext. [Root exception is com.sap.engine.services.security.exceptions.BaseLoginException: Authentication did not succeed.]
    (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.checkLoginCredentials.DMEXC)
    Deployment exception : The deployment of at least one item aborted

  • User mapping option for Web Dynpro application deployment

    Have WAS 6.40 server - portal not loaded!
    In web dynpro content administrator, "Maintian Jco connections, click create, on "security tab", the user mapping option is presented in sp13.
    In sp14 & 15, with option is not available.
    HELP?
    thank you.

    As per the procedure given in 3rd point I have changed the j2eadm password but it gives me the below error when I try to redeploy and run
    Result
    => deployment aborted : file:/C:/WINDOWS/TEMP/temp26493Welcome.ear
    Aborted: development component 'Welcome'/'local'/'LOKAL'/'0.2007.09.25.22.11.45':
    Caught exception while checking the login credentials for SAP J2EE Engine. Check whether the SAP J2EE Engine is up and running.
    com.sap.engine.deploy.manager.DeployManagerException: ERROR: Cannot connect to Host: [Natasha] with user name: [admin]                     Check your login information.                     Exception is: com.sap.engine.services.jndi.persistent.exceptions.NamingException: Exception while trying to get InitialContext. [Root exception is com.sap.engine.services.security.exceptions.BaseLoginException: Authentication did not succeed.]
    (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.checkLoginCredentials.DMEXC)
    Deployment exception : The deployment of at least one item aborted

  • Work_item id not getting read in the web dynpro application

    Giving Error like 'Parameter WI_ID contains an invalid value' while calling Work Item ID in Webdyn Pro ABAP Application. I followed the documentation that I got from SDN. We are trying to display a Webdynpro Application with data of Requtester when a user clicks work Item In UWL.
    Can you please tell me what i might be missing here.
    Thanks,
    Rajat

    Hi rajtg,
    The details you have described is not enough to analyse the error. I would debug the error in any case to see the window inbound plug , probably you are passing some data which is not matching the type of the data expected in WDA.

  • View ui layout in sap ecc for web dynpro applications is not loading

    hi experts,
    I have an issue while creating a view in WDA.
    I can see the View pane with buttons & properties, but when i'm trying to insert an element, error occurs.
    Is it the prolem with IE (my IE version is 7.0.5730.13 ) or GUI or something else ?
    Can you please help me out to solve this issue.
    regards,
    prabhanjan
    Edited by: prabhanjangeevanagari on Oct 3, 2011 9:39 AM

    Those are all script errors, also check for the hosts entry for the server details that you are working on. Check with the basis team, before that in Drivers\etc\hosts file you should have an entry for this server that you are working on.

Maybe you are looking for