Name of Lockbox set in Remote Portlet Web Service?

Using the ALUI 6.0 IDK API, does anybody know how to get the name of the Lockbox a Remote Portlet Web Service is using?
Authentication Settings / Credential Vault Settings / Lockbox

Hello,
first: I don´t know anything about the right solution. I am unaware of the existence of the solution, because there were quite many of question about this multiple selection problem and I don´t remember a single "answer".
I can recommend you to simplify everything and create the functionality yourself. I have done that before to avoid these "Adobe-standard" problems. If you have a problem with autofill of the object, ask your WS to send you a single string and pass it yourself using scripting (JS).
And if you have problems with multiple selection, create your own field/ object. Get the string of values, parse it, create multiple lines of the dynamic table with some suitable tool to check/ select the rows you need (use checkbox for example, and your text as a table row). This way you can selected anything you want with no problems at all. It wil only cost you some extra work.
Regards, Otto

Similar Messages

  • 'send Timezone' setting in remote portlet web service

    Our portlets don't render if we check the box 'send timezone' in the advanced settings section of a portlet's web service. It throws the following error in pt spy:<br><br><br>
    *** PTBase.ThrowException *** (-2147024809) Error getting portlet content: Error beginning processing of this portlet: -2147024809 - Error in function CSPPortletProvider.BeginProcessing (lMode == 1, pUserSession == com.plumtree.server.impl.core.PTSession, pGadgetInfo == com.plumtree.server.impl.community.PTMyPortalGadgetInfo, pStates == com.plumtree.server.impl.core.PTStates, pAdminSettings == '[NOT TRACED]', vAppDataStateObject == com.plumtree.server.impl.core.PTState, pUserInterface == ): -2147024809 - AppDataState: missing required value TIMEZONE
    com.plumtree.server.marshalers.PTException: -2147024809 - Error getting portlet content: Error beginning processing of this portlet: -2147024809 - Error in function CSPPortletProvider.BeginProcessing (lMode == 1, pUserSession == com.plumtree.server.impl.core.PTSession, pGadgetInfo == com.plumtree.server.impl.community.PTMyPortalGadgetInfo, pStates == com.plumtree.server.impl.core.PTStates, pAdminSettings == '[NOT TRACED]', vAppDataStateObject == com.plumtree.server.impl.core.PTState, pUserInterface == ): -2147024809 - AppDataState: missing required value TIMEZONE
    com.plumtree.server.marshalers.PTException: -2147024809 - Error getting portlet content: Error beginning processing of this portlet: -2147024809 - Error in function CSPPortletProvider.BeginProcessing (lMode == 1, pUserSession == com.plumtree.server.impl.core.PTSession, pGadgetInfo == com.plumtree.server.impl.community.PTMyPortalGadgetInfo, pStates == com.plumtree.server.impl.core.PTStates, pAdminSettings == '[NOT TRACED]', vAppDataStateObject == com.plumtree.server.impl.core.PTState, pUserInterface == ): -2147024809 - AppDataState: missing required value TIMEZONE
    at com.plumtree.server.impl.core.PTBase.ThrowException(String message, Int32 errorCode) in e:\buildroot\Release\portalserver\6.1.x\portalobjects\build\x86\src\dotnet\com\plumtree\server\impl\core\PTBase.cs:line 87
    at com.plumtree.server.impl.community.PTMyPortalGadgetContent.GetContent(Int32 nIndex) in e:\buildroot\Release\portalserver\6.1.x\portalobjects\build\x86\src\dotnet\com\plumtree\server\impl\community\PTMyPortalGadgetContent.cs:line 411
    at com.plumtree.portalpages.browsing.myportal.MyPortalModel.GetPortletHTMLTextFromIndex(Int32 nPortletIndex) in C:\plumtree_ui_source\portalui\6.1.x\ptwebui\portalpages\dotnet\prod\src\com\plumtree\portalpages\browsing\myportal\MyPortalModel.cs:line 385
    at com.bea.alui.liquidskin.styles.overrides.STYLES_BodyAreaView.PortletContent(Int32 nPortletIndex, Int32 nColumnID)
    at com.bea.alui.liquidskin.styles.overrides.STYLES_BodyAreaView.PageColumnTable(Int32 nColumnID, Boolean bContainsFreeFormContent)
    at com.bea.alui.liquidskin.styles.overrides.STYLES_BodyAreaView.ThreeColumns(Int32 _nPageType)
    at com.bea.alui.liquidskin.styles.overrides.STYLES_BodyAreaView.Display()
    at com.bea.alui.liquidskin.styles.overrides.STYLES_MyPortalDP.PageDisplay()
    at com.bea.alui.liquidskin.styles.overrides.STYLES_MyPortalDP.DisplayBody(Int32 nNavScheme)
    at com.bea.alui.liquidskin.styles.overrides.STYLES_MyPortalDP.Display(IWebData pageData)
    at com.plumtree.uiinfrastructure.interpreter.Interpreter.HandleDisplayPage(Redirect myRedirect, RequestData tempData) in e:\buildroot\Release\uiinfrastructure\6.1.x\dotnet\prod\src\com\plumtree\uiinfrastructure\interpreter\Interpreter.cs:line 1829
    at com.plumtree.uiinfrastructure.interpreter.Interpreter.HandleRequest(IXPRequest request, IXPResponse response, ISessionManager session, IApplication application) in e:\buildroot\Release\uiinfrastructure\6.1.x\dotnet\prod\src\com\plumtree\uiinfrastructure\interpreter\Interpreter.cs:line 525
    at com.plumtree.uiinfrastructure.interpreter.Interpreter.DoService(IXPRequest request, IXPResponse response, ISessionManager session, IApplication application) in e:\buildroot\Release\uiinfrastructure\6.1.x\dotnet\prod\src\com\plumtree\uiinfrastructure\interpreter\Interpreter.cs:line 169
    at com.plumtree.uiinfrastructure.web.XPPage.Service(HttpRequest httpRequest, HttpResponse httpResponse, HttpSessionState httpSession, HttpApplicationState httpApplication) in e:\buildroot\Release\httpmemorymanagement\6.1.x\dotNET\src\com\plumtree\uiinfrastructure\web\XPPage.cs:line 82
    at com.plumtree.portaluiinfrastructure.activityspace.PlumHandler.ProcessRequest(HttpContext context) in C:\plumtree_ui_source\portalui\6.1.x\ptwebui\portal\dotnet\prod\src\web\PlumHandler.cs:line 37
    at System.Web.CallHandlerExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute()
    at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
    at System.Web.HttpApplication.ResumeSteps(Exception error)
    at System.Web.HttpApplication.System.Web.IHttpAsyncHandler.BeginProcessRequest(HttpContext context, AsyncCallback cb, Object extraData)
    at System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr)
    at System.Web.HttpRuntime.ProcessRequest(HttpWorkerRequest wr)
    at System.Web.Hosting.ISAPIRuntime.ProcessRequest(IntPtr ecb, Int32 iWRType)
    <br><br><br>
    Where do I config the timezone in my portal config so I won't get this error if I want to send the timezone?

    You have to do this programatically. See the thread
    Re: Urgent : Timezone conversion issue
    --Mukul                                                                                                                                                                                                                                                                           

  • Problem setting up the UCP Web Service

    I am new to CISCO and my first project is to set up the UCP Web Service.  I don't have access to the web interface on ACS but I was told that acs config-web-interface ucp enable was run. 
    I have in the UCP file on tomcat
    C:\Tomcat 7.0\webapps\ROOT\UCP
    within the UCP file I have :
    META-INF
    pythonImport 
    pythonUCP
    WEB-INF
    index.jsp
    wsdl.xml
    With that set up I get to the index.jsp page.  When I put the information in I get the following error message:
    HTTP Status 404 - /UCP/UcpServlet
    type Status report
    message /UCP/UcpServlet
    description The requested resource (/UCP/UcpServlet) is not  available
    I am sure I have done some sad and strange things.  Can someone point me in the right direction?  A simple stupid one at that...
    Thank you so much

    Hi,
    Is there solution for this issue? I also have encounter similar problem:
    An error occurred at line: [14] in the generated java file: [C:\Program Files\Apache Software Foundation\Tomcat 7.0\work\Catalina\localhost\_\org\apache\jsp\indexacs_jsp.java]
    Only a type can be imported. com.cisco.nm.acs.mgmt.common.version.VersionFileReader resolves to a package
    An error occurred at line: 23 in the jsp file: /indexacs.jsp
    VersionFileReader cannot be resolved
    It's seems there is a missed library (VersionFileReader) for JSP, does anyone can guide me to find it?
    Thanks,
    Rp

  • (remote) deploying web services to AS 8.0

    I have a portlet that uses a web service. I can call and consume it fine when viewing it in creator, but as soon as I deploy it, the web service does not work. I know the url is valid (I can view the wsdl from the server), and I do not see any errors thrown in the portal (7) or app server log. These web services of course consumed fine when tested on pluto on the local development machine.
    I had to add the sun-web.xml file when deploying a db to this server, is this anything similar for a web service?

    If you use proxy to access the webservices, make sure that the proxy details are set on the AppServer too.
    i.e, In AppServer admin console> JVm Settings> JVM optiions, you should have:
    -Dhttp.proxyHost=yourproxy.yourcomany.com
    -Dhttp.proxyPort= yourproxyport
    -Dhttps.proxyHost=yourproxy.yourcomany.com
    -Dhttps.proxyPort= yourproxyport
    ~Sakthi

  • I want to export acquired data via XML to a remote URL/web service. Is there some online reference for EXACTLY what XML features are available in 6.1?

    Is there any online reference to the XML methods available in 6.1?
    I would like to set up a LabView system that acquires data from local hardware, and then sends acquired data as XML "packets" to a remote web service. I can't seem to find any online reference to this when I search the site. I don't want the "gee golly 6.1 is cool" marketing stuff. Just a simple technical reference to abilities.

    If you're looking for more technical information about all the new features of 6.1, try the LabVIEW 6.1 Upgrade Notes. Here's what they say about the XML functions:
    "Use the Flatten to XML function located on the Functions»Advanced»Data Manipulation palette to convert any LabVIEW data type to the XML format according to the LabVIEW XML schema. Use the Unflatten from XML function located on the same palette to convert a data type in the XML format into LabVIEW data.
    For these conversions, LabVIEW uses a predefined XML schema that is described in labview\help\LVXMLSchema.xsd."
    Kelly Holmes
    LabVIEW Documentation
    Kelly H
    LabVIEW Documentation
    National Instruments

  • Setting Scheduling Server Group - Web Services

    How do I set the scheduling server group via the web services .Net SDK?
    This doesn't seem to work:
    schedulingInfo.ServerGroup = "id or server group name";
    schedulingInfo.ServerGroupChoice = ServerGroupChoiceEnum.SPECIFIED;
    schedulingInfo.ServerGroupChoiceSpecified = true;
    This is the exception:
    BusinessObjects.DSWS.DSWSException: An XSD Exception occurred. Required dependencies not found on target system : '317956 ' (WBP 42029)
    Reports run fine with the above code commented out.
    Thanks!
    We're on 3.1

    With web services, you cannot set the servergroup name.  you will need to set the CUID of the servergroup as per the documentation:
    SchedulingInfo.ServerGroup - gets or sets the ID of the server group that will be used to process scheduled report objects.
    so your code should look similar to:
    schedulingInfo.ServerGroup = "ASNjG2kHXKxGmsZu03ZniHI";
    schedulingInfo.ServerGroupChoice = ServerGroupChoiceEnum.SPECIFIED;
    schedulingInfo.ServerGroupChoiceSpecified = true;
    note: in the Web Services SDK, an ID is not the SI_ID of an object, but rather the SI_CUID.

  • Setting conversationID while invoking web service.

    Hello,
    I've developed a WLI process which I want to access as web service.
    I'm using conversation as explained in
    "How Do I: Tell Developers of Non-WebLogic Workshop Clients How to Participate in Conversations?"
    http://e-docs.bea.com/workshop/docs81/doc/en/core/index.html
    But I don't know how to access this web service and to set the conversationID in the SOAP header.
    Thanks a lot.
    Victor.

    Hi Suresh & Mukesh,
    Suresh:
    I started the service by going through the following path System Administrator > System Configuration > Service Configuration > Application > <SERVICE_NAME> in system configuration of portal
    Mukesh: Here I don't have any proxy settings.
    Can you please let me know where I'm going wrong.
    Thanx,
    Dheeram

  • Setting timeout in Oracle Web Service Callouts

    We have a 10.1.0.4 Enterprise DB with dbwsclient.jar loaded. Currently using the database callouts. The problem is there seems to be no timeout when the called web service does not respond. I did not see a setting for the socket timeout in the code produced by JPublisher.
    Thanks

    Hi,
    Where the properties need to be put and how can they be read really depends on how your Web Service is implemented. What is the WS based on - EJB, POJO, PL/SQL, JMS...?
    Yogesh

  • Set timeout for dynamic web service call in wls

    Hi,
    I have a dynamic client using Call interface to invoke 3rd party web service. How can I set the timeout for the call? I know there is a property to set for static client.
    Thanks

    Have you checked out the stub properties:
    weblogic.wsee.transport.connection.timeout
    weblogic.wsee.transport.read.timeout
    http://edocs.beasys.com/wls/docs92/webserv/client.html#wp228628

  • Set listbox items from web service response

    Hi All
    I am trying to set list box items from a web service response. Couple of issues over here:
    1. The user should be able to select multiple items from the list. Hence if I set "Allow multiple values" and set Commit on "exit", then after the web service returns the output, no data is displayed in the listbox. I need to click inside the list box to see the data returned by the web service. How to overcome this..??  ( However this problem (clicking inside the listbox to see the items) does not exist if "Allow multiple values" is unchecked and Commit is set on "Select". )
    2. After the list box is filled up, certain default values should be selected. This selection is based on one of the response field (which is actually a table with multiple values... ). Hence, how to capture this response field and set the default values in the above list..??
    3. The same case for a dropdown. The values are visible in dropdown. However, a default value should be selected and displayed after returning a response from web service. Again, this default value is dependant on another field in the response as in point no.2
    I am trying to use postExecute event as described in [this|http://forms.stefcameron.com/2009/03/23/pre-process-web-service-responses/] link...however not able to achieve the functionality. Please provide suggestions / inputs.
    Thanks
    Deepak

    Hello,
    first: I don´t know anything about the right solution. I am unaware of the existence of the solution, because there were quite many of question about this multiple selection problem and I don´t remember a single "answer".
    I can recommend you to simplify everything and create the functionality yourself. I have done that before to avoid these "Adobe-standard" problems. If you have a problem with autofill of the object, ask your WS to send you a single string and pass it yourself using scripting (JS).
    And if you have problems with multiple selection, create your own field/ object. Get the string of values, parse it, create multiple lines of the dynamic table with some suitable tool to check/ select the rows you need (use checkbox for example, and your text as a table row). This way you can selected anything you want with no problems at all. It wil only cost you some extra work.
    Regards, Otto

  • Setting Basic Authentication for Web Service in WLS 6.1

    Hi,
    I am trying to set-up a Basic Username/Password authentication for a Web Service
    that is hosted in WLS 6.1.
    How do I go about doing that? Also once I get the username and password, how do
    I pass that info
    to the SOAP servlet to do the authentication? Can you give me some pointers on
    this?
    Thanks
    Madhu

    How do you want to do it? Through use of client.jar for the service or
    directly? Here is how I do it directly:
    String auth = "guest", pwd = "guest";
    URL url = new URL("http://localhost:7001");
    URL cmdURL = new URL(url.toString()+"/systemtest/TestWebService");
    HttpURLConnection conn = (HttpURLConnection) cmdURL.openConnection();
    String encAuth =
    new BASE64Encoder().encode((auth + ":" + pwd).getBytes());
    // BASE64Encode distributes long strings on multiple
    // lines; we don't like that, no siree
    int it = 0;
    while ((it = encAuth.indexOf('\n')) != -1
    || (it = encAuth.indexOf('\r')) != -1) {
    encAuth = encAuth.substring(0, it) +
    encAuth.substring(it + 1);
    conn.setRequestProperty("Authorization", "Basic " + encAuth);
    conn.setRequestProperty("Content-Type", "text/xml");
    conn.setRequestProperty("SOAPAction", cmdURL.toString());
    conn.setDoOutput(true);
    conn.setDoInput(true);
    conn.setUseCaches(false);
    OutputStream oStr = conn.getOutputStream();
    String cmd =
    "<?xml version=\"1.0\" ?>\n"
    + "<soap:Envelope xmlns:soap=\"http://schemas.xmls"
         + "oap.org/soap/envelope/\"><soap:Body>"
    + "<ping><arg0>false</arg0></ping>"
    + "</soap:Body></soap:Envelope>";
    oStr.write(cmd.getBytes());
    oStr.close();
    InputStream iStr = conn.getInputStream();
    byte[] buffer = new byte[1024];
    while (true) {
    int size = iStr.read(buffer);
    if (size == -1)
    break;
    System.out.println(new String(buffer, 0, size));
    ThorAAge

  • How do I set up the HP web services on my laser Jet Pro 200 color MFP 276nw?

    I am trying to be able to print on my Laser Jet Pro 200 color MFP 276nw printer from my Galaxy Note 10.1 and am instructed to set up HP web services.  I need some help to know how to do this.

    Hi,
    Please try a print app such as HP ePint on your Galaxy:
        http://www.hp.com/united-states/campaigns/mobility/
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • Omni Portlet - Web Service access outside firewall

    According to http://download-east.oracle.com/docs/cd/B32110_01/webcenter.1013/b31074/jpsdg_portletconfig.htm#CEGECDBC
    to access a web service outside the firewall we need to modify 'provider.xml'
    From the JDEV HOME, I could see multiple 'provider.xml' files, Could some one help me with the exact 'provider.xml' file I need to modify and the entries to be modified.
    note, we are using Jdeveloper 10.1.3.2.0
    Thanks,
    Kalyan.

    Hi Kalyan,
    You can find provider.xml related to omniportlet at the following location.
    JDEV_HOME\jdev\extensions\oracle.adfp.seededoc4j.10.1.3.2.0\j2ee\home\applications\portalTools\omniPortlet\WEB-INF\providers\omniPortlet
    We need to configure proxy here so as to enable omniportlet to access the websites outside the fire wall.
    In Webcenter 10.1.3.2, we also have dependecy to configure webclipping proxy as well. So will have to do the same with webclipping's provider.xml too. You can find it at the following location.
    JDEV_HOME\jdev\extensions\oracle.adfp.seededoc4j.10.1.3.2.0\j2ee\home\applications\portalTools\webClipping\WEB-INF\providers\webClipping.
    You will have to add the following in the provider.xml
    A) If you dont have any authentication for your proxy
    <proxyInfo class="oracle.portal.provider.v2.ProxyInformation">
    <httpProxyHost>Your_HOST_NAME</httpProxyHost>
    <httpProxyPort>Your_Port</httpProxyPort>
    <proxyUseAuth>false</proxyUseAuth>
    </proxyInfo>
    B) Basic Authentication
    Basic Authentication
    <proxyInfo class="oracle.portal.provider.v2.ProxyInformation">
    <httpProxyHost>Your_HOST_NAME</httpProxyHost>
    <httpProxyPort>Your_Port</httpProxyPort>
    <proxyUseAuth>true</proxyUseAuth>
    <proxyType>Basic</proxyType>
    <proxyRealm>Your_Realm</proxyRealm>
    <proxyUseGlobal>true</proxyUseGlobal>
    <proxyUser>User_Name</proxyUser>
    <proxyPassword>User_Passwd</proxyPassword>
    </proxyInfo>
    C) Digest Authentication
    Basic Authentication
    <proxyInfo class="oracle.portal.provider.v2.ProxyInformation">
    <httpProxyHost>Your_HOST_NAME</httpProxyHost>
    <httpProxyPort>Your_Port</httpProxyPort>
    <proxyUseAuth>true</proxyUseAuth>
    <proxyType>Digest</proxyType>
    <proxyRealm>Your_Realm</proxyRealm>
    <proxyUseGlobal>true</proxyUseGlobal>
    <proxyUser>User_Name</proxyUser>
    <proxyPassword>User_Passwd</proxyPassword>
    </proxyInfo>
    Thanks,
    Seshan K.

  • Remote Desktop Web Services Broken in Internet Explorer 10 - No Icons

    This issue is only effecting IE 10.  My TS WEB setup functions perfectly in IE 9.  After upgrading to IE 10 when I connect to my RD WEB page, none of my apps show any icon at all.  If I click the compatibility mode button at the top of the
    browser, the icons appear and everything is normal.

    Hi,
    Please check if other webpage also meet this problem. I also think this should be a compatibility issue.
    Use Compatibility View in Internet Explorer
    http://windows.microsoft.com/en-us/internet-explorer/use-compatibility-view#ie=ie-10-win-7
    Thanks.
    Nicholas Li
    TechNet Community Support

  • Windows 8.1 pro Remote App crashes connecting to 2012 Remote Desktop Web Access published application

    Using 2012 Remote Desktop Web access to gain access to published applications. The workstation was a Windows 8.1 (home) upgraded to Windows 8.1 Pro with the Media Center add on. Launching the url to the login page for the RDW works fine. When the app is
    clicked on to launch the Remote App crashes. How do I get it to properly connect. Other Windows 8.1 pro workstations work. Although none were upgraded from the 8.1 (home) Here is the event.
    Faulting application name: mstsc.exe, version: 6.3.9600.16384, time stamp: 0x5215e2b5
    Faulting module name: ntdll.dll, version: 6.3.9600.17031, time stamp: 0x530895af
    Exception code: 0xc0000005
    Fault offset: 0x0000000000065e8e
    Faulting process id: 0xab4
    Faulting application start time: 0x01cf5f2ed029e83f
    Faulting application path: C:\Windows\System32\mstsc.exe
    Faulting module path: C:\Windows\SYSTEM32\ntdll.dll
    Report Id: 21a471d6-cb22-11e3-8263-a0886933dd25
    Faulting package full name:
    Faulting package-relative application ID:

    More info.
    The computer is brand new HP.
    Windows 8.1 pro with media center
    processor Intel i7-4700mq - 12gig ram -64bit
    Full windows touch support with 10 touch points 
    The computer is connecting to a 2012 Server hosted on Microsoft's Azure platform. Trying to access applications hosted by this server with Remote Desktop Web services. The computer can RDP using just the mstsc.exe to other computers and to the server with
    no problem.
    The computer presents the following msg box  Body: Remote Desktop Connection has stopped working. I have tried the following to resolve this and narrow the scope:
    -Created a new user account for the computer with admin rights, rebooted and logged in as the new user.
    -Tried a different user account for the portal, that does work. The user does not show up as connected.
    -All MS updates were loaded.
    -Added these changes to the registry to keep alive the connection: HKEY_CURRENT_USER\Software\Microsoft\Terminal Server Gateway\Transports\Rpc-----HttpKeepAliveTimeout=dword:00000001
    And HKEY_CURRENT_USER\Software\Microsoft\Terminal Server Client----RDGClientTransport=dword:00000001
    Loaded this update http://support.microsoft.com/kb/2919394/EN-US
    -Removed all printers
    -Removed Antivirus
    -Added the server to HKEY_CURRENT_USER\Software\Microsoft\Terminal Server Client\Default
    -Disabled everything in MSCONFIG startup
    -Ran sfc /scannow as administrator - no integrity violations
    Any suggestions?

Maybe you are looking for