Unable to address internet web provider from inranet portal

Folks,
I'm trying to register an internet web provider from an intranet portal (3.0.9.8.2) but without success. I can call the provider's testpage from my browser but when activating the proxy on provider registration I'll get an error (WWC-43134; java.io.InterruptedIOException: Connection establishment timed out (WWC-43000)
). Do I have to set a proxy option anywhere else than under global settings? The provider servlet is the standard JPDK 3.0.x provider. Is the connection between portal inside and provider outside bi-directional?

Hi Detlef,
You probably don't have permission to access the host on which proxy server resides. Since all calls to remote portlet providers are initiated from Oracle8i JVM which is inside your database, you need to issue
the following command (under SYS): call dbms_java.grant_permission('SYS', 'SYS:java.net.SocketPermission', '*', 'connect,resolve');
This statement lets you access any host from Java classes running in your Oracle8i JVM. Probably you
also need to setup proxy settings for the JVM. Also take a look at trace file in udump directory for your database. It should be full of useful information! ;-)
Hope this helps
Serguei

Similar Messages

  • Unable to address internet web provider from intranet portal

    Folks, I'm failing to call an internet web provider (JPDK 3.0.x sample servlet) from an inside portal (3.0.9.8.2) though I have set the proxy under global settings. I'll always get WWC-43134 and "java.io.InterruptedIOException: Connection establishment timed out (WWC-43000)". Is there a bi-directional communication between portal and the JPDK web provider?

    Hi Detlef,
    You probably don't have permission to access the host on which proxy server resides. Since all calls to remote portlet providers are initiated from Oracle8i JVM which is inside your database, you need to issue
    the following command (under SYS): call dbms_java.grant_permission('SYS', 'SYS:java.net.SocketPermission', '*', 'connect,resolve');
    This statement lets you access any host from Java classes running in your Oracle8i JVM. Probably you
    also need to setup proxy settings for the JVM. Also take a look at trace file in udump directory for your database. It should be full of useful information! ;-)
    Hope this helps
    Serguei

  • CALL WEBI Report from SAP Portal

    Hi Experts,
    I need to call WEBI report from SAP Portal, is it possible?
    The submitted report will be opened in the same window?
    Kind Regads.

    Hi
    You can call SAP portal from WebI Report...
    insert blank cell in the report / or select the cell whaere do you want to in the report
    and then Right click and select hyper link.
    Enter the portal address
    It will be opened in the same or new window based on your settings.
    Target Window : New Window ..then it will open new window.

  • Calling a web service from a portal application / SOAP Action

    Hallo,
    Ich möchte aus einer Portal Applikation auf einen Web Service zugreifen.
    Dafür habe ich mit dem Wizard "Portal Service from Wsdl file - Client side"
    eine Portal Service erzeugt, auf den ich dann zugreife.
    Leider wird dabei ein Fehler ausgegeben (Stacktrace-Ausschnitt s.u.).
    Ich habe ein Posting zu dem Fehler hier im SDN gefunden, leider hatte dort niemand eine Antwort. Vielleicht hat inzwischen jemand eine Idee?
    Das Feld soapaction ist in der soapconfig.xml leer angegeben (soapaction="").
    Es ändert aber nichts an der Fehlermeldung, wenn ich dort etwas eintrage.
    Ein weiterer Gedanke ist, dass die soapaction, die wenn ich es richtig verstehe eine URL auf die web service methode enthalten soll, im Grunde dynamisch sein sollte, da der Web Service lokal in dem Portal läuft, auf dem die Applikation gerade deployed ist. Auf den Web Service wird mit WebDynPro erfolgreich zugegriffen (dynamisch). Meine Vermutung ist, dass hier das Problem liegt und es entweder mit diesem Wizard nicht möglich ist oder ein Bug vorliegt.
    Also ist die Frage: Wie erzeuge ich dasselbe für eine Portal-Applikation?
    Ich hoffe, dass mir jemand mit einer Antwort oder Hinweisen wo man weiterforschen kann, weiterhelfen kann.
    Freundliche Grüße,
    Daniel Dehnhard
    Stacktrace:
    Component finished with error: (com.sapportals.portal.prt.service.soap.exception.PRTFaultEnvelopeVersion)
    java.lang.IllegalArgumentException: The SOAP Action "" include in the soap request not corresponding to the Portal service method.
    at com.sapportals.portal.prt.service.soap.element.PRTSOAPBodyElement.processParams(PRTSOAPBodyElement.java:253)
    at com.sapportals.portal.prt.service.soap.element.PRTSOAPBodyElement.init(PRTSOAPBodyElement.java:190)
    at com.sapportals.portal.prt.service.soap.element.PRTSOAPBodyElement.(PRTSOAPBodyElement.java:56)
    at com.sapportals.portal.prt.service.soap.element.PRTSOAPBody.init(PRTSOAPBody.java:94)
    at com.sapportals.portal.prt.service.soap.element.PRTSOAPBody.(PRTSOAPBody.java:36)
    at com.sapportals.portal.prt.service.soap.element.PRTSOAPEnvelope.init(PRTSOAPEnvelope.java:113)
    at com.sapportals.portal.prt.service.soap.element.PRTSOAPEnvelope.(PRTSOAPEnvelope.java:54)
    at com.sapportals.portal.prt.service.soap.element.PRTSOAPMessage.processSOAPMessage(PRTSOAPMessage.java:58)
    at com.sapportals.portal.prt.service.soap.element.PRTSOAPMessage.(PRTSOAPMessage.java:40)
    at com.sapportals.portal.prt.service.soap.SOAPService.call(SOAPService.java:180)
    at com.sapportals.portal.prt.service.soap.PRTSOAPCall.invokeMethod(PRTSOAPCall.java:209)
    at de.enviam.ep.egk.km.webservicewrapper.Z_EP_EM_EGK_CustomerGroupToCRMData.getCustomerGroup2CrmDataByGPNr(Z_EP_EM_EGK_CustomerGroupToCRMData.java:218)
    at de.enviam.ep.egk.km.imp.EPImpSchedulerTask.resolveGroupId(EPImpSchedulerTask.java:764)

    Hi,
      I am accessing a web service from a Portal Component through a Portal Web Service. First i created a web service, then a portal web service which is made to access the wsdl file of the web service. Now i access the Portal Web Service from a Portal Component. Now i am getting an error as,
    Exceptionjava.lang.IllegalArgumentException: The SOAP Action "" include in the soap request not corresponding to the Portal service method.
    The code which i wrote in component is below
    String text = "word";
    FuncHelloResponse res=new FuncHelloResponse();
    FuncHello fn= new FuncHello() ;          
    fn.setName(text);
    res= (  (INewPortal) PortalRuntime.getRuntimeResources().getService(INewPortal.KEY)).FuncHello(fn);
    response.write(res.getResponse());
    Can any one solve this problem?

  • Unable to call a web service from BPEL Project

    I am running my BPEL PM on Windows XP SP3. The platform is weblogic 9.2, SOA 10.1.3.1.
    I created a simple BPEL project to call a web service and when I run the project from BPELConsole I getting the following error:
    exception on JaxRpc invoke: HTTP transport error: javax.xml.soap.SOAPException: java.security.PrivilegedActionException: javax.xml.soap.SOAPException: Bad response: 407 Proxy Authentication Required ( The ISA Server requires authorization to fulfill the request. Access to the Web Proxy filter is denied. )
    I am able to call this web service from soapUI client.
    Any help or hint is appreciated.
    Thanks

    I have had this issue before when calling a .NET service, it was firewall related. I didn't actually make the fix so I can't tell you exactly how it was fixed on the server. I hope this info makes sense as this this the info I got from the IT boys
    I’ve install this tool on your computer:
    http://www.microsoft.com/downloads/details.aspx?FamilyID=05C2C932-B15A-4990-B525-66380743DA89&displaylang=en
    which does that:
    Firewall Client for ISA Server can be optionally installed on client computers protected by Microsoft ISA Server. Firewall Client for ISA Server provides enhanced security, application support, and access control for client computers. It provides authentication for Winsock applications that use TCP and UDP, supports complex secondary protocols, and supplies user and application information to the ISA Server logs.
    When a client computer running Firewall Client for ISA Server makes a request, the destination is evaluated by the Firewall Client software, and external requests are directed to the ISA Server computer for handling. No specific routing infrastructure is required. Firewall Client sends user information transparently with each request, enabling you to create a firewall policy on the ISA Server computer with rules that use the authentication credentials presented by the client. ISA Server allows you to configure automatic discovery for Firewall client computers, using a WPAD entry in DNS or DHCP to obtain correct Web proxy settings for clients, depending on their location.
    and I’ve added a exception in IE to the tools-lan settings-advanced-exceptions to be creditworks.* Did this by modifying the GPO that applies to your account, so all the users in National Office should have that exception.
    hope you can use this.
    cheers
    James

  • Unable to consume secured Web service from a Dynpro application

    Hello,
    I have followed <a href="http://help.sap.com/saphelp_nw04/helpdata/en/c3/bac36a469e4c75aba646077e71516d/frameset.htm">this tutorial</a>
    in order to protect and consume a secured Web service from a Dynpro application using SAP logon ticket.
    The problem is that after implementing everything needed I  receive 401 Unauthorized when I am trying to consume it from the web dynpro side.
    If I manually transfer the request the credentials, before the execute i.e:
    modObj._setUser
    modObj._setPassword
    modObj.execute();
    I am able to call it, meaning the dynpro application doesn't transfer these credentials to the Webservice even though it's authentication property is set to true.
    Any idea how to solve it?
    Roy
    Message was edited by:
            Roy Cohen

    Try below steps
    • Add jars
    o security.class
    o tc/sec/destinations/interface
    • Setting WebDynpro project property
    o Project>Properties>Web Dynpro References-->Interface references
    &#61607; Name=tcsecdestinations~interface
    o Project>Properties>Web Dynpro References-->Service reference
    &#61607; Name=webservices
    &#61607; Name=tcsecdestinations~service
    • Dynamically Set httpdestination and Call web service
    final InitialContext ctx = new InitialContext();
    final DestinationService dstService = (DestinationService)ctx.lookup(DestinationService.JNDI_KEY);
    if (dstService== null)
    throw new NamingException ("Destination service not available");
    final Destination destination = dstService.getDestination("HTTP"," DestinationName");
    // getting user name
    Properties destprop = destination.getDestinationProperties();
    String username = destprop.getProperty("USERNAME");
    String password = destprop.getProperty("PASSWORD");
    final HTTPDestination httpDestination = (HTTPDestination) destination;
    HttpURLConnection httpConnection = httpDestination.getURLConnection();
    String httpURL = String.valueOf(httpConnection.getURL());
    Request_AdvLocationVer1ViDocument_getLocation obj=wdContext.currentRequest_AdvLocationVer1ViDocument_getLocationElement().modelObject();
    obj._setUser( user );
    obj._setPassword(pass);
    obj._setEndPoint(httpURL);
    obj.execute();
    Rahul

  • Scheduling Webi reports from SAP Portal.

    is there a way to schedule webi reports from the SAP enterpirse portal.
    Toor.

    Hello Ingo,
    We also need to implement the server side trust configuration.
    I'm searching the document you are refering to but couldn't find it :
    I only found the fowllowing documents which doesn't discuss the server side trust
    BusinessObjects XI Integration Kit for SAP Installation Guide
    BusinessObjects XI Integration for SAP Solutions User's Guide
    Business Objects XI Integration Kit for SAP Release Notes
    I didn't found it there http://help.sap.com/businessobject/product_guides/boexi/en/boxi_DocMap_en.pdf
    Could you provide me the direct link please ?
    Thank you !
    Edited by: Raoul Shiro on Apr 1, 2011 10:05 AM

  • Cannot register the Web Provider Sample in Portal

    Hi,
    I downloaded the PDK-Java Framework and Samples to install in portal. The Portal version 3.0.9.8 on NT 4.0 platform.
    I followed the instructions all the way to testing the Web Provider Sample set up. I can execute the sample from the Oracle HTTP Server. The test page is displayed correctly. Then I try to register the web provider in Portal. And I encountered the following error:
    An unexpected error occurred: ORA-29531: no method getPortletList in class
    oracle/webdb/provider/web/HttpProviderDispatcher ORA-06510: PL/SQL: unhandled user-defined exception
    ORA-06512: at "PORTAL30.WWPRO_HTTP", line 2684
    ORA-29531: no method getPortletList in class oracle/webdb/provider/web/HttpProviderDispatcher (WWC-43000)
    An unexpected error occurred:
    ORA-29531: no method getPortletList in class oracle/webdb/provider/web/HttpProviderDispatcher (WWC-43000)      
    Can anyone tell me what I need to do?
    Thanks;
    Kelly.

    Kelly,
    You want to take a look at the following to try to debug your situation.
    1. Make sure that no tags in the provider.xml say <getPortletList> this tag should not be in there are would not be in there unless altered.
    2. You may have some invalid Java classes in your portal. You may want to check the status on your packages.
    Sue

  • Scan Issues - need internet web page from where to scan

    Since purchase of the printer the scanner part of the HP photosmart C7280 has not work.  I have been scanning for years using a web page.  Unfortunately I accidently deleted the web address recently and now I can't scan.
    I press "scan to computer" on printer and receive message "No scan options - refer to scan dovumentation to trouble shoot"
    I orignally went through installing and uninstalling the printer software and  I don't want to go through that again.  Also, I tried to locate the HP print and scan solution fix it software to download and could not find it.  I've gone around the web page information for an hour and can't figure out anything to help.
    Would love an answer or even a way to talk to a person at HP.  can't find a single phone number.
    Thanks in advance for any help you can give

    Hi @JSLOW91,
    Thank you for visiting the HP Support Forums! I see you are running into some scanning problems on your HP Photosmart C7280, you were scanning using a webpage but accidentally deleted the address, when you attempt to use the Scan to Computer option it asks you to refer to the documentation.
    First I would like you to run the HP Print and Scan Doctor
    -- It was designed by HP to provide users with the troubleshooting and problem solving features needed to resolve many common problems experienced with HP print and scan products connected to Windows-based computers.
    What does the PSDR find, was it able to fix the scanning?
    When you say you were scanning from a webpage, do you mean the printers Embedded Web Server (EWS), did you use the printers IP Address to access the webscan? If yes, follow the path below from the front panel of your PS C7280:
    Setup Menu > Network > Wireless Network Test
    Here you will see the IP address, you can input that into a Web Browser to access the EWS and complete a Webscan.
    Please let me know if this helps, I will leave you with the our technical support #- 800-474-6836. If you live outside the US/Canada Region, please click the link below to get the support number for your region.
    http://www8.hp.com/us/en/contact-hp/ww-phone-assist.html
    Let me know the outcome, I will watch for your reply.
    HevnLgh
    I work on behalf of HP
    Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" to the left of the reply button to say “Thanks” for helping!

  • Unable to preview cust web auth from controller

    Hi,
    The custom web-auth is not able to test preview from controller, but it is able to display fine from the actual Guest SSID where guest are connecting from.
    Version 4.1 able to test preview but not on the later newer releases.
    Any idea
    Thank you

    Just tested with 5.2, it is working fine.
    Anyway, TQ

  • Suddenly I am unable to open a web page from a link in an email (eg notification from facebook) - usually have to unistall and then re-install but this is a nu

    without any changes i am aware of, firefox suddenly stops opening from links in emails (thunderbird).
    e.g. notifications from facebook.
    Usually when this occurs I un-install and then re-install firefox and that fixes the problem but of course it interrupts what I'm doing and takes time. Is there a known cause and fix for this failure to open?

    Make sure that Firefox is set as the default browser.
    *http://kb.mozillazine.org/Default_browser
    *https://support.mozilla.org/kb/How+to+make+Firefox+the+default+browser
    *https://support.mozilla.org/kb/Setting+Firefox+as+the+default+browser+does+not+work

  • Unable to access my iCloud mail from an portal and need in ASAP.  How can I access my messages?

    At around 9:00P Pacific last night, I received my last email message through iCloud to my [email protected] address.  I've tried on my iPad, PC, MacBook Pro and iPhone.  I've done a full password reset to be compliant with the newest password standards.  I've deleted my iCloud account from my MacBook Pro and iPhone.  I've reset network setting on iPhone.  Then I tried to log into iCloud.com (should have tried earlier) and I can get to all my applications (calendar, documents, etc.), EXCEPT Mail.  I can't find any available route to access my .me mail and need to get to it urgently for travel plans and work documents.
    Any suggestions?  Please assist if possible.
    So far, Apple hasn't been able to help either.
    TA

    The Apple Support Page, http://www.apple.com/support/icloud/systemstatus/  has the following on the status:
    iCloud: Mail & Notes - Users Affected: <1%
    01/08/2012 09:43 PST
    Users may be unable to access Mail. Service is expected to be restored by 8pm PST today. All messages will be delivered at that time.

  • How to access BW RFC FM as web service from Enterprise portal using SSO

    We have developed a custom remote function module in our BW system. We are accessing this function module as a webservice from a java class we have written. This java class access the BW webservice and formats the output. We created a webservice on top of this java class and deployed on the Enterprise Portal. SSO is setup between EP and BW systems. So when i make call to the BW RFC webservice, i would like to make use of SSO setup between EP and BW instead of hardcoding the user id and password while calling the webservice. Please advise on how to achive this.
    Thanks for the help.
    Thanks
    Hari
    Edited by: Hari Krishna Nalluri on Mar 19, 2008 12:41 PM

    Hi,
    Go to webserive perspective -> WebService Configuration -> Expand config node->Security-> Select HTTP Authentication and check Use SAP logon tickets option.
    Ashutosh

  • SSO to Web Application from Portal

    Hi,
        I am working on a scenario where I need to access a Web Application from the Portal.
        I read about the Application Integrator that is provided by the Portal .
        I wanted to know that can I only have SSO to those Web Application that accept the userid and password and as URL parameters using Application Integrator , ie: those applications that have post method cannot be integrated.
       Please help me out with clearing this doubt.
    Thnx,
    Pravesh Puria.

    Hi  Abdulbasit ,
        Please give me more details , we have a Lotes Notes Web application hosted on Domino server , another is J2EE based application. I need to achieve SSO to each of these applications from the SAP Portal.
       I followed the below listed steps:
       Created two systems one for each Web application based on the template generated from the application integrator. I entered the user mapping values for both the systems.
       I also created two IViews. When I preview , the logon page of the web application opens but the user credentials are not passed to the application.
       Please help me with the steps to achieve the SSO , from the reply I interpret that Logon ticket method was used to achieve the SSO and user mapping.
        My email id is : [email protected]
        It will be of immense help to me.
    Thnx,
    Pravesh Puria.

  • Call web service from portal/soap config .xml error

    Hi all,
    I am trying to call a web service from our portal. Setup is as follows:
    -Generate proxy classes and deploy it as a portal service
    I created this service using the wizard (Portal service from wsdl file client side) in NWDS.
    -Portal component which uses the portal service.
    When I try to run the application in the portal, I get the following exception:
    java.lang.IllegalStateException: Error in soapconfig.xml: The method mail of com.sap.portal.prt.soap.proxy.Alias portal service is not found..
    How can I solve this?
    Her is my xml  file:
    <?xml version="1.0" encoding="utf-8"?>
    <application>
      <application-config>
         <property name="SharingReference" value="com.sap.portal.runtime.application.soap"/>
      </application-config>
      <components>
        <component name="callwebproxy">
          <component-config>
            <property name="ClassName" value="com.portal.erbS.callwebproxy"/>
          </component-config>
          <component-profile/>
        </component>
        <component name="org_opach">
          <component-config>
            <property name="ClassName" value="com.test.org_opach"/>
          </component-config>
          <component-profile/>
        </component>
      </components>
      <services>
        <service alias="com.sap.portal.prt.soap.proxy.Alias" name="ProxyClass">
          <service-config>
            <property name="className" value="com.sap.portal.wsdl.webservices.service.connector.ProxyClass">
            </property>
            <property name="startup" value="false"/>
            <property name="WebEnable" value="false"/>
            <property name="Webproxy" value="true"/>
            <property name="SecurityZone" value="com.sap.portal.wsdl.webservices.service.connector/DefaultSecurity"/>
          </service-config>
          <service-profile>
            <property name="SystemAlias" value="Default_system_Alias"/>
          </service-profile>
        </service>
      </services>
    </application>
    reza

    Hi,
    Check your soapconfig.xml
    Your method should be defined there. If it's not there, then you're sure to get this error.
    For every method (in Webservice) that you call from your Portal Service, you should have it defined here.
    Remember, this is autogenerated.
      <?xml version="1.0" encoding="UTF-8" ?>
    - <!-- Portal WebService Configuration File.
      -->
    - <!-- Note: File generated automaticaly, don't modify this file.
      -->
    - <portal-webservices version="6,0,3" application-name="TestWS">
    - <portal-webservice name="com.company.mod.TestWS">
    - <webservice-method soapaction="" authenticated="false" styleenconding="RPC" javasignature="public abstract byte[] com.company.mod.TestWS.getValue(java.lang.String)" name="getValue">
    - <webservice-parameter defaultjavatype="java.lang.String" enconding="encoded" targetnamespace="http://www.w3.org/2001/XMLSchema" nillable="false" xmlattribute="false" required="true" ID="0" name="value">
      <webservice-type wsdltype="xsd:string"  javatype="java.lang.String" />
      </webservice-method>
      </portal-webservice>
      </portal-webservices>
    Regards,
    JP

Maybe you are looking for

  • Help setting up my home network

    here is my set up BEFSR41 (WIRED ROUTER) cable modem 10meg internet is the line in PORT 1 PC1 (OFFICE) PORT2 PC2 (OFFICE) PORT 3 PC3 (LIVING ROOM via rival company wall mount that runs ethernet cable form BEFSR41 - electrical outlet to electrical out

  • Problems with Pl/Sql JDBC

    Hello all , I have the following pl/sql function FUNCTION NEW RETURNS NUMBER(38) Argument Name Type In/Out Default? NAME VARCHAR2 IN PARENT_ID NUMBER(38) IN DEFAULT ITEM_ID NUMBER(38) IN DEFAULT LOCALE VARCHAR2 IN DEFAULT CREATION_DATE DATE IN DEFAUL

  • Acrobat reader command line switch - password

    Hello everybody, I am a developer for macromedia director applications. I need to open a password protected PDF-file from within a director-projector-application with any suitable xtra-extension (not the problem discussed here!). all I would need is

  • The better place to put EJB Initialization code

    I have some stateless session beans that need to be initialied from a few sources to set some internal variabes. Where would be the best place to put this code. In the ejbCreate , in a default constructor, or in the setSessionContext method. Thanks.

  • I updated my ios and now only apple logo appears nothing else works

    Recently I got a notification about software update and i used itunes to update my ios 5.0.1 to ios 6 but now only apple logo appaers and nothing else works please help!!!!