Portal - webservices - portlet

Dear all good morning
I have create a rest webservice with jdeveloper.
It inserts, deletes and updates into HR.Departments.
When i finished with the testing of the webservice i created URL data controls (1 for each action).
I created a jspx page and inserted the 3 data controls as ADF parameter form.
I tested again the webservice with the help of the page and everything works properly.
After all these, I create a portlet entry and a portlet. I uploaded it to my portal and i tested
again. Nothing happened. I cannot insert or delete or update my Departments table.
Can anyone help me
Christos

I saw at the EM 11g (Fusion Middleware Control) that when i run the portlet I am taking this log message
Exception invoking method from CSV data control.
Cause: oracle.adf.model.connection.ConnectionException: JBO-29000: Unexpected exception caught: java.net.ConnectException, msg=Connection refused
Any idea?

Similar Messages

  • Portal Director Portlet

    Hi,
    I would like to know to make the portal director portlet point to a page created by me and not to geometrixx.
    I am deploying the war file on WPS 8 and trying to display my page through the portlet.
    I have tried the following:
    1. Changing the start path through configuration of the portlet. Doesn't work, it throws an error and the page URL in the address bar reflects that it tries to go to geometrixx login and then the path of my page is appended at the end of the URL.
    2. Tried deactivating geometrixx pages.

    Hi Yogesh, actually I was trying to deploy the CQ Out of the Box Portlet (CQ Portal Director Portlet) on WPS 8. Anyway, through a lot of trial and error, I got the desired result.
    The issue was with the structure. Since, the portlet has locales configured 'en', 'de' by default, it looks for the similar structure. Hence, one needs to disable the locale info add checkbox in the Apache Felix Web Console configuration.
    PROBLEM SOLVED.

  • Component Portal to Portlet

    Hi:
    I need to develop some applications that are developed using the component portal to portlet . Are there any tools that make?
    Is there any documentation that can help me?
    Best Regards.
    Maria Elena

    Hi:
    Yes, I want to convert my developed portal applications to portlets.
    Any idea, documetation, same example??????
    Best Regards.
    Maria Elena

  • WebCenter Portal and Portlet support in JDeveloper 11.1.2 version

    Hi,
    When the WebCenter Portal and Portlet application creation will be available within JDeveloper 11.1.2 version ?
    Thanks
    Eli

    Thanks for your answer.
    My Requirements are:
    1) Develope a stand alone ADF FACES(JSF 2.0) application
    2) Develope a Portal using webcenter- We need to implement portlets by taking some of the functonality that was implemented in section (1) and use the Portlet-JSF bridge to create the portlets.
    Basically, we need to support JSF 2.0 standart.
    As I understood I must use the JDeveloper 11.1.2 version as it support the JSF 2.0. but what about the Webcenter and the Portlet-JSF bridge to support JSF 2.0 ?
    I will be happy to get a clarification for those requirments.
    Thanks a lot !
    Eli

  • 168.portal MailViewer Portlet Preferences

    I'm trying execute the 168.portal - MailViwer Portlet smple to see how the preferences work with JSR 168. But I don't know how to login to view the output as I don't have any user name and passwords. Can anybody guide me on that? Also let me know if anybody can help in using the Preferences as I'm able to load the default preferences but cannot store the preferences with store() method. It gives me :-
    java.lang.UnsupportedOperationException: Can not persist preferences. No backing store configured or deployed, or this portal does not support customization.
    Any help in this regard would be highly appreciated!!

    I am having a same problem where the portlet preferences can not be stored. Did you figure out your problem? I am doing simple java portlet that stores personal information of 1 person than in edit mode I tried to change the information and it bombs
    public void processAction(ActionRequest actionRequest,
    ActionResponse actionResponse) throws PortletException, IOException{
    String pocRank = actionRequest.getParameter("pocRank");
    String pocName = actionRequest.getParameter("pocName");
    String pocEmail = actionRequest.getParameter("pocEmail");
    String pocPhone = actionRequest.getParameter("pocPhone");
    PortletPreferences pref = actionRequest.getPreferences();
    pref.setValue("pocRank", pocRank);
    pref.setValue("pocName", pocName);
    pref.setValue("pocEmail", pocEmail);
    pref.setValue("pocPhone", pocPhone);
    try{
    pref.store();
    catch(SecurityException se){
    System.out.println("Poc:" + se);
    catch(IOException ioe){
    System.out.println("POC: " + ioe);
    actionResponse.setPortletMode(PortletMode.VIEW);
    /////////////////////////JSP FILE///////////////////////
    <%@ page language="java" contentType="text/html;charset=UTF-8"%>
    <%@ taglib uri="http://java.sun.com/portlet" prefix="portlet"%>
    <%@ page import="javax.portlet.PortletPreferences"%>
    <head>
    <title> Web Application Page </title>
    </head>
    <portlet:defineObjects />
    <%
    PortletPreferences prefs = renderRequest.getPreferences();
    String pocRank = prefs.getValue("pocRank", "pocRank");
    String pocName = prefs.getValue("pocName", "pocName");
    String pocEmail = prefs.getValue("pocEmail", "pocEmail");
    String pocPhone = prefs.getValue("pocPhone", "pocPhone");
    %>
    <body>
    <form method=POST action="<portlet:actionURL/>">
    <table border="1">
    <tr>
    <td>  JPRSP POC </td>
    </tr>
    <tr>
    <td>Rank  </td>
    <td>
    <input name="pocRank" value=""/>
    </td>
    </tr>
    <tr>
    <td>Name  </td>
    <td><input name="pocName" value=""/></td>
    </tr>
    <tr>
    <td>Email  </td>
    <td><input name="pocEmail" value=""/></td>
    </tr>
    <tr>
    <td>Phone  </td>
    <td><input name="pocPhone" value=""/></td>
    </tr>
    <tr valign="middle" align="center">
    <td><input type="reset" name="Save" align="middle"><td>
    <input type="submit" name="Save" align="middle"></tr>
    </table>
    </form>
    </body>

  • Portal service and Portal webservice

    Hi Experts,
    Could you please provide the document/blog to create Portal service and to create webservice from Portal webservice?
    Regards
    Sara

    Sara,
    These URL's are giving you step by step instruction with Screen shots and Tutorials to Create Portal Service as well as Creating Webservice from Portal Service.
    You are getting error message  because of the Restriction of your Internet Explorer settings.Try to use some other Browser to open the URLs.
    Meantime I shall find the way to get rid of this exception and update you.
    Update:
    1.Copy and Paste the given URL in Browser and try to open it.
    2.Change Internet Explorer security settings:
    Go to tools->Internet Options->Security->Internet->Custom level->Medium
    /Intranet ->Custome level to Medium-Low.
    This document will be very helpful to you for Webservice access in EP.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b07992b3-b5af-2a10-9886-affcbeccc4c9
    Regards,
    Karthick Eswaran
    Edited by: Karthick Eswaran on May 21, 2008 10:34 AM

  • Portal WebService User Authentification error

    Hello all,
    I created a portal webservice similar to the one described in tutorial "Creating a Web Service in Enterprise Portal 6.0".
    When I tried to test it in Enterprise Portal Web Services Checker I got the error below:
    <b>The User Authentification is not correct to access to the Portal Service com.sap.portal.prt.soap.ContentService or the service was not found.</b>
    I already added group Everyone to my service in Portal Permissions and it still does not work.
    I read weblogs below but none helped me:
    1 - Unable to access portal service from web service..........urgent
    2 - IllegalAccessError when calling a WebService
    I checked the proxy settings and it seems to be ok.
    Does anyone have another suggestion?
    Regards,
    Mauricio

    I found the reason.
    I did not check End User checkbox for the Everyone group we inserted into Permissions of the Web Service.
    Regards,
    Mauricio

  • Portal webservice issue with SP14 - NWDS

    Hi Experts,
    Is it possible to create Portal webservice from SP14 - NWDS?
    Issue: I have created a Portal service, trying to create a webservice from Portal service but I am not getting the Portal Webservice option (Select the Portal Service -> New -> Other -> Portal Application -> Create a new Portal Application Object -> Clicked on Next button -> Selected the Portal Service -> Next button ->Here I could able to see only three options ( (1)RF Component Wizard7.1.5 (2)Portal Component (3)Portal Service ). I am not getting the Portal webservice option. In my previous thread got the info that, in SP12 we could able to have the Portal webservice option. May I know the proper link to download the NWDS which supports Portal webservice from service market place?
    Regards
    Sara

    Hi,
        From service market place http://service.sap.com/sp-stacks , choose NW04 or 04S. Choose source and destination patch, check WAS and others. From next page, you can check the box for studio alone for download.
    Regards,
    Harini S

  • Portal webservice - SP14 NWDS issue

    Hi Experts,
    Is it possible to create Portal webservice from SP14 - NWDS?
    Issue: I have created a Portal service, trying to create a webservice from Portal service but I am not getting the Portal Webservice option (Select the Portal Service -> New -> Other -> Portal Application -> Create a new Portal Application Object -> Clicked on Next button -> Selected the Portal Service -> Next button ->Here I could able to see only three options ( (1)RF Component Wizard7.1.5 (2)Portal Component (3)Portal Service ). I am not getting the Portal webservice option. In my previous thread got the info that, in SP12 we could able to have the Portal webservice option. May I know the proper link to download the NWDS which supports Portal webservice from service market place?
    Regards
    Sara

    Hi,
        From service market place http://service.sap.com/sp-stacks , choose NW04 or 04S. Choose source and destination patch, check WAS and others. From next page, you can check the box for studio alone for download.
    Regards,
    Harini S

  • Portal Webservice from Portal Service

    Hello community...
    I'm trying to build a Portal Webservice from a Portal Service, but the wizard doesn't appear in my Portal Application Object. There are only Portal Components, Portal Services and a RF Component Wizard. Are there any options configuring the NWDS to show the other wizards like the "Portal Webservice from Portal Service" one or do I have an old version of the nwds (7.0.14)?

    Hi Ozzie,
    in newer NWDS versions this wizard doesn't exist any more.
    [http://help.sap.com/saphelp_nw70/helpdata/en/1f/4554426dd13555e10000000a1550b0/frameset.htm|http://help.sap.com/saphelp_nw70/helpdata/en/1f/4554426dd13555e10000000a1550b0/frameset.htm] describes how to create a web service from a portal service.
    I personally didn't create a web service by this description however. I just created a normal Java class and created a Web Service out of this class (using EAR deployment).

  • No option for creating new portal or portlet in BEA workspace

    hi, i download workshop102_win32.exe from oracle site and installed the software properly.but after Creating a Workspace i didn't find any option for creating portal web project in the "File-->New-->project".
    Their is also no option for creating any portal or portlet also.
    so i think i didn't install a propery software for portal development or i need to install any other extra plugins for portal development in BEA weblogic.
    So, friends please suggest me where i will find the proper software for weblogic portal development.
    I expect your prompt reply, any help will be very appreciated.
    Thank you in advance.
    Best Regards
    Edited by: user538424 on Jun 2, 2009 9:26 AM

    1. To have better luck on questions about WebLogic Portal, you may want to post your question in the [WebLogic Portal Forum |http://forums.oracle.com/forums/forum.jspa?forumID=573].
    2. are you following any documentation or demo or tutorial/ white paper which asked you to download what you downloaded?
    3. About your question, what you installed seems like the Development Tool for WebLogic.
    For the WebLogic Portal Software, you may want to go to the following page and click the last link in the User Interaction category.
    http://www.oracle.com/technology/software/products/ias/bea_main.html
    That link is for Oracle WebLogic Portal 10.3 and gives you the file portal103_win32.zip.
    hope that helps!
    AMN

  • Need Weblogic portal - Stuts portlet tutorial

    Hi All,
    Need Weblogic portal - Stuts portlet tutorial.
    Like how to create struts portlet and how to use it.
    Thanks,
    Venkata Sarvabatla

    Hello Venkata,
    Here's an example for Struts portlets:
    http://download-llnw.oracle.com/docs/cd/E13155_01/wlp/docs103/portlets/building.html#wp1062327
    Kevin

  • Plumtree 5.0.2 Portal - Webservice interaction from portlet

    Hi,
    What is the best way to build to portlet in Plumtree 5.0.2 Enterprise Portal (Now ALUI and Webcenter Interaction) to invoke a synchronous (send-receive) web service from the end user and display the result back on the portal page?
    Two options I had in mind:
    1) Build a remote application using Oracle ADF and consume it as a portlet in the Plumtree portal. - Saves time
    2) Build a remote application using Microsoft SilverLight (UI framework) and consume it as a portlet. - Can reuse existing application
    3) Build a standard JSR-168 portlet using Plumtree portlet development framework - Last option if 1 and 2 dont work
    Kindly let me know what would be the best approach. Option 4 (if any) is also welcome
    Thanks in advance
    Vikas

    are you using java or .net? personally i would use a div with some javascript to do an ajaxy call to a webservice that then fills the div's inner html property.

  • Need to add as a WSRP Connection in JDev for Weblogic Portal JSF Portlets.

    I am trying to register WLP 10.3.4 JSF Portlets as a WSRP connection in JDev Webcenter 11.1.1.6 Portal Framework application . The below are steps:
    -Created Simple WLP Application with JSF Portlets and deployed them on WLS 10.3.4 domain.
    -The WSDL url available is http://localhost:7003/TEST_WEB_PORTAL/producer?wsdl
    -Now Open JDev and created WCP Framwork app
    -Under Application Resource, right click on Connections -> New Connection -> WSRP Producer.
    -Click Next on step1 -> Enter WSDL URL on Step 2 and then click next on next 3 screens.
    -It tries to register but ended up with below exception:
    3-Dec-2012 12:48:03 oracle.adfdtinternal.model.portlet.wizards.registration.wsrp.WSRPProducerRegUtil registerProducer
    WARNING:
    oracle.portlet.client.persistence.PersistenceException: oracle.mds.core.ConcurrentMOChangeException: MDS-00165: metadata Object "/oracle/adf/portlet/WsrpPortletProducer0/portletDefs/portletPortletproducer/markupTypes/markupType0_texthtml.pxml" has changed
    MDS-00512: failure to create document /oracle/adf/portlet/WsrpPortletProducer0/portletDefs/portletPortletproducer/markupTypes/markupType0_texthtml.pxml because file C:\Oracle\PS5\mywork\testSR3-6514764665\mds\oracle\adf\portlet\WsrpPortletProducer0\portletDefs\portletPortletproducer\markupTypes\markupType0_texthtml.pxml already exists
         at oracle.portlet.client.persistenceimpl.mds.MDSPersistenceContext.commit(MDSPersistenceContext.java:473)
         at oracle.portlet.client.beanimpl.persistence.PersistenceBeanContext.commit(PersistenceBeanContext.java:128)
         at oracle.portlet.client.adapter.simple.SimpleAdapter.commit(SimpleAdapter.java:465)
         at oracle.adfinternal.model.portlet.manager.PortletProviderManager.commit(PortletProviderManager.java:1487)
         at oracle.adfinternal.model.portlet.manager.PortletProviderManager.registerPortletProvider(PortletProviderManager.java:1647)
         at oracle.adfinternal.model.portlet.manager.PortletProviderManager.registerPortletProvider(PortletProviderManager.java:597)
         at oracle.adfdtinternal.model.portlet.wizards.registration.wsrp.WSRPProducerRegUtil.registerProducer(WSRPProducerRegUtil.java:308)
         at oracle.adfdtinternal.model.portlet.wizards.registration.wsrp.WSRPProducerRegistrationWizard$1.doWork(WSRPProducerRegistrationWizard.java:863)
         at oracle.ide.dialogs.ProgressRunnable.run(ProgressRunnable.java:161)
         at oracle.ide.dialogs.ProgressBar.run(ProgressBar.java:655)
         at java.lang.Thread.run(Thread.java:662)
    Caused by: oracle.mds.core.ConcurrentMOChangeException: MDS-00165: metadata Object "/oracle/adf/portlet/WsrpPortletProducer0/portletDefs/portletPortletproducer/markupTypes/markupType0_texthtml.pxml" has changed
    MDS-00512: failure to create document /oracle/adf/portlet/WsrpPortletProducer0/portletDefs/portletPortletproducer/markupTypes/markupType0_texthtml.pxml because file C:\Oracle\PS5\mywork\testSR3-6514764665\mds\oracle\adf\portlet\WsrpPortletProducer0\portletDefs\portletPortletproducer\markupTypes\markupType0_texthtml.pxml already exists
         at oracle.mds.core.UpdateableMOContent.constructConcurrentMOChangeException(UpdateableMOContent.java:1376)
         at oracle.mds.core.UpdateableMOContent.saveMOContent(UpdateableMOContent.java:1143)
         at oracle.mds.core.MDSTransaction.flushChangesToPTrans(MDSTransaction.java:851)
         at oracle.mds.core.MDSTransaction.internalCommit(MDSTransaction.java:2928)
         at oracle.mds.core.MDSSession.flushChanges(MDSSession.java:1022)
         at oracle.mds.core.MDSSession.flushChanges(MDSSession.java:850)
         at oracle.portlet.client.persistenceimpl.mds.MDSSessionWrapper.flushChanges(MDSSessionWrapper.java:61)
         at oracle.portlet.client.persistenceimpl.mds.MDSPersistenceContext.commit(MDSPersistenceContext.java:456)
         ... 10 more
    Caused by: oracle.mds.persistence.DocumentExistsException: MDS-00512: failure to create document /oracle/adf/portlet/WsrpPortletProducer0/portletDefs/portletPortletproducer/markupTypes/markupType0_texthtml.pxml because file C:\Oracle\PS5\mywork\testSR3-6514764665\mds\oracle\adf\portlet\WsrpPortletProducer0\portletDefs\portletPortletproducer\markupTypes\markupType0_texthtml.pxml already exists
         at oracle.mds.internal.persistence.file.Fil
    I have followed the steps given in the http://docs.oracle.com/cd/E26806_01/wlp.1034/e14235/chap_webcenter_interop.htm#BABGIIIJ for preventing User Authentication error by creating user of PortalSystemAdministrator group but did not help.
    Please let me know if anyone have faced this exception or any pointers.
    Thanks
    Kamal Gulati

    Hi,
    I tried creating a simple JSF portlet and I can able to register and it is working Fine, but my teammet got the same issue like you :) . While Analyzing what I found is , the location where we created the portlet in weblogic portal. If you created your portlet directly under WebContent folder then this issue is coming up, so try to create the portlet in a folder inside the WebContent folder, say create a folder with name portlets under webcontent and create the JSF portlet inside that portlets folder.
    Now start the server and register the same in WebCenter, you will not get that exception. I am going to raise a ticket with Oracle about this issue and get the root cause.
    Thanks
    Karthikeyan

  • Error in Consuming Portal Webservice

    Hi ,
    I created a portal web service(RetrieveAndValidateUserService) and then consumed this portal service in an AbstractPortal Component application(RetrieveValidateUserComp).
    On deploying that application on portal I get the following error -
    #1.5#001372247F6F00640000001C000011600004542B1E4EA3FD#1218444075594#com.sap.portal.portal#sap.com/irj#com.sap.portal.portal#Administrator#34878##PUNITP84649D.ad_SYN_3160950#Administrator#2b7b0eb0678111ddb00a001372247f6f#SAPEngine_Application_Thread[impl:3]_4##0#0#Error#1#/System/Server#Java###Exception ID:02:11_11/08/08_0002_3160950
    [EXCEPTION]
    #1#com.sapportals.portal.prt.component.PortalComponentException: Error in init method
    Component : RetrieveAndVAlidateUser.RetrieveValidateUserComp
          at com.sapportals.portal.prt.component.PortalComponentContext.init(PortalComponentContext.java:251)
          at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.refresh(PortalComponentContextItem.java:267)
          at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.getContext(PortalComponentContextItem.java:312)
          at com.sapportals.portal.prt.component.PortalComponentRequest.getComponentContext(PortalComponentRequest.java:385)
          at com.sapportals.portal.prt.connection.PortalRequest.getRootContext(PortalRequest.java:435)
          at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:607)
          at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)
          at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:522)
          at java.security.AccessController.doPrivileged(Native Method)
          at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:405)
          at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
          at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)
          at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
          at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390)
          at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
          at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
          at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
          at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
          at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
          at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
          at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
          at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
          at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
          at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
          at java.security.AccessController.doPrivileged(Native Method)
          at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
          at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Caused by: com.sapportals.portal.prt.core.broker.PortalComponentInstantiationException: Could not instantiate implementation class com.pseg.test.webservice.RetrieveValidateUserComp of Portal Component RetrieveAndVAlidateUser.RetrieveValidateUserComp because: Could not instantiate implementation class
          at com.sapportals.portal.prt.core.broker.PortalComponentItemFacade.getInstanceInternal(PortalComponentItemFacade.java:269)
          at com.sapportals.portal.prt.core.broker.PortalComponentItemFacade.getComponentInstance(PortalComponentItemFacade.java:160)
          at com.sapportals.portal.prt.core.broker.PortalComponentItem.getComponentInstance(PortalComponentItem.java:732)
          at com.sapportals.portal.prt.component.PortalComponentContext.getComponent(PortalComponentContext.java:103)
          at com.sapportals.portal.prt.component.PortalComponentContext.init(PortalComponentContext.java:242)
          ... 26 more
    Caused by: com.sapportals.portal.prt.core.broker.PortalApplicationNotFoundException: Could not find portal application RetrieveAndValidateUserService
          at com.sapportals.portal.prt.core.broker.PortalApplicationItem.prepare(PortalApplicationItem.java:415)
          at com.sapportals.portal.prt.core.broker.PortalApplicationItem.prepare(PortalApplicationItem.java:387)
          at com.sapportals.portal.prt.core.broker.PortalApplicationItem._refresh(PortalApplicationItem.java:507)
          at com.sapportals.portal.prt.core.broker.PortalApplicationItem.getCoreLoader(PortalApplicationItem.java:1360)
          at com.sapportals.portal.prt.core.broker.PortalComponentItem.getClassLoader(PortalComponentItem.java:569)
          at com.sapportals.portal.prt.core.broker.PortalComponentItemFacade.getClassLoader(PortalComponentItemFacade.java:102)
          at com.sapportals.portal.prt.core.broker.PortalComponentItemFacade.getInstanceInternal(PortalComponentItemFacade.java:228)
          ... 30 more
    1. I added a Private Sharing Reference Property in portalapps.xml of the application -
    <application-config>
        <property name="PrivateSharingReference" value="com.pseg.webservice.RetrieveAndValidateUser"/>
      </application-config>
    2. I modified the Java-Build Path to include the Portal Service Application.
    3. I deployed the Webservice par on the portal. I can see the service listed under Applications in
    System Administration->System configuration->Service Configuration.
    Is there anything i am missing or doing incorrectly?
    Points will be promptly awarded for helpful answers.

    Hi Lokesh
    I created a Portal Service consuming a webservice.
    It turns out the Private Sharing Reference that i gave had some fault. That's corrected now.
    Now on deploying the Portal Application I created for accessing the service, i am getting the following error -
    java.lang.Exception: The parameter Accounts is null before the serialization but in WSDL definition this field cannot be null
    Here, we need to pass this parameter "Accounts" as NULL only, for test purpose.
    Points will be awarded generously in case of helpful answer.

Maybe you are looking for

  • DVD-R spinning it's wheels

    Hate to seem like I am beating a dead horse on this topic, but I am having DVD-R problems. Whenever I insert a blank dvd-r to burn a movie or an mp3 I get "disc is not recgnized" if I am lucky and more often than not no message for a longer time and

  • Smartforms with RFFOUS_C

    I have created a check form using smartforms based on the sapscript F110_PRENUM_CHCK.  I copied the print program RFFOUS_C to a Z program, in order to make the necessary adjustments.  I was told by a former colleague that you cannot print a MICR line

  • Dual processor / performance

    Hello world! Is anyone running a dual processor or dual core procesor with a jmf application or even JMStudio? on Windows or Linux. Could you tell us 1) The sort of performance gain you get compaired to single cpu 2) The type of cpu you use 3) Do you

  • Type CI_DFKKREP06 is unknown

    Hello, I'm having a dump executing the standard transaction FTW1A. The error is: Syntax error in program "/1BCDWBEN/SAPLFEN0009". Type "CI_DFKKREP06" is unknown. Help needed urgently, Regards, Edson Vilhena de Carvalho

  • Create New 802.1x Configuration?

    Hi all, Is there a command in the terminal to create a New 802.1x Configuration? I want to bypass the Internet Connect app so that I can automate this. Thanks, Matt