Ajax with Peoplesoft

Can any body worked on Ajax with peoplesoft. I just want to know how we will impliment Ajax with peoplesoft.

Karthik T, start here: http://15daysofjquery.com/ and http://jquery.com. Then go here: http://www.google.com/search?q=peoplesoft+ajax. This will give you some background, but won't tell you how to implement Ajax in PeopleSoft. To implement Ajax with PeopleSoft, you need a good Ajax library. I suggest you download the jquery Ajax library and put it in a publicly accessible folder on your web server (...peoplesoft/applications/peoplesoft/PORTAL/scripts). Now, add the Ajax library to a PeopleSoft page. To do this, add an HTML area to a page. Double-click the HTML area to set the content to static with the following content:
<script type="text/javascript" language="javascript" src="/scripts/nameofjqueryfile.js"></script>From your browser, load the page you just modified and ensure that it contains your jquery.js file. If you use Firefox with Firebug, then you will be able to click the net tab and ensure that your browser was able to find your jquery javascript file (no 404, etc).
Before going further, you should test your Ajax installation. To do this, add an html file to your web server root named "ajaxtest.html" with the content:
Hello World!<br/>
Greetings from <b>Ajax!</b>This file should go in a directory on your webserver like .../peoplesoft/applications/peoplesoft/PORTAL.
From App Designer, open the page that contains your HTML area and edit that HTML area (or add another HTML area to the end of the page). Make sure the type is set to static and add the following text:
<script type="text/javascript" language="javascript">
$(document).ready(function(){
  $("#ajaxcontent").load("/ajaxtest.html", null, function() {
    $("#ajaxcontent").fadeIn("fast");
<script>
<div id="ajaxcontent" style="display: none;">
<!-- comment to keep PS from removing this empty div -->
</div>Reload your customized page in your browser. If you see your HTML file's contents appear after the page loads, then you have Ajax working properly. Now the fun part... using Ajax to display PeopleSoft data. To load PeopleSoft data into a page using Ajax, point the load method at an IScript rather than a static HTML file. Go here to learn more about IScripts: http://www.google.com/search?q=peoplesoft+iscript. I have an IScript/WEBLIB tutorial on my blog as well: http://jjmpsj.blogspot.com/2008/02/what-is-iscript.html and http://jjmpsj.blogspot.com/2008/04/what-is-weblib.html. Start small by creating an IScript that contains %Response.WriteLine("Hello from an IScript"); and load that into your custom div.
Once you have the basics of Ajax with PeopleSoft, take a look at http://extjs.com/. At this site, you will find JavaScript components that support Ajax. By combining these components with IScripts, you can create popup windows, sortable/editable tables, etc.

Similar Messages

  • Integration with PeopleSoft Applications Using Oracle SOA Suite 11g BPEL

    Hi,
    I'm integrating BPEL with Peoplesoft FSCM 9.0 Application on tools 8.49 using Oracle SOA Suite 11g. The BPEL invokes the web service method generated from Peoplesoft Component Interface in a synchronuos manner.
    I have deployed the BPEL in Oracle SOA Suite 11g using Jdeveloper successfully but I have problem in configuring the BPEL node in Peoplesoft side using Oracle SOA Suite 11g(FMW) . I had done the integration of BPEL with Peoplesoft FSCM 9.0 on tools 8.49 using Oracle SOA Suite 10g earlier successfully by configuring BPEL node properties as follows:
    BPEL CONSOLE : http://Host Name:8888/BPELConsole (System with Oracle SOA Suite 10g server for deployment)
    BPEL DOMAIN : default
    Using this BPEL node configuration, I was able to ping the BPEL console of Oracle SOA Suite 10g from peoplesoft and hence complete the integration successfully.
    Now in order to acomplish Business rules and other functionality, the BPEL application has been developed in Oracle SOA Suite 11g using Jdeveloper 11g. This time I'm not able to configure the BPEL node in Peoplesoft for this integration as I'm assuming there is no separate BPEL console in Oracle SOA Suite 11g. All the BPEL deployments are administered in console (11g console used for deployment of BEPL)
    http://Host Name:7001/em (System with Oracle SOA Suite 11g server - Fusion Middleware).
    So when I Configured the BPEL node property in Peoplesoft as :
    BPEL CONSOLE : http://Host Name:7001/em (System with Oracle SOA Suite 11g server for deployment)
    BPEL DOMAIN : default
    I'm not able to ping the Peoplesoft BPEL node to the Oracle SOA Suite 11g. Hence I'm not able to proceed with my integration.
    When I searched the OTN discussion forum on BPEL console for Oracle SOA Suite 11g, all threads point that there is no separate BPEL console unlike Oracle SOA Suite 10g. Also most of the articles for Integration with Peoplesoft Application using SOA 11g do not state any specific configuration setting for property of Peoplesoft BPEL node in order to integrate with BPEL 11g. The examples published in OTN still point towards screen shots of integration using SOA Suite 10g.
    So I'm not able to proceed in this regard.
    Any help in this regard is highly appreciated.
    Thanks in Advance,
    Girish
    Edited by: user11214154 on Nov 23, 2009 8:12 PM
    typo error

    Hi,
    I found this document from the Oracle Open World 2009 (maybe you have found it too) :
    "Integration with PeopleSoft applications using oracle soa suite 11g BPEL" --> [http://www.oracle.com/technology/tech/fmw4apps/peoplesoft/pdf/oow2009-bpel-psft.pdf]
    And this could be a little more simple, but have a good step-by-step tutorial.
    [http://www.oracle.com/technology/obe/fusion_middleware/fusion/soa/BPEL_PS848/OBE_PSFT_BPEL_848.htm]
    I think you must read this docs by now, but never come amiss.
    Hope this can help you,
    By the way, if you can help me with this I'll appreciate it a lot.
    Unable to access the following endpoint(s)

  • AJAX with tabular form

    Hi,
    Can anyone help me ..
    I need to implement the AJAX with select list in a tabular form but I am not able do it . It is possible to do it in a normal form , but while implementing the same thing in a tabular form i am getting error (here it uses 2 dimensional arrays to identify a cell).
    The problem is I am not able to get the value from the select list .
    Can anyone help me..
    My application is "http://apex.oracle.com/pls/otn/f?p=23480:6" . The thing I need is when I select the 'Product name' corresponding 'List price need to be displayed.
    Thanks

    Hi Carl,
    Sorry for that..
    I requirement is in my application (http://apex.oracle.com/pls/otn/f?p=23480:6) , When I select the 'Product Name' from the select list the value should be populated automatically in the 'List Price' according to the product name.
    Hope the reqirement is clear ,
    My javascript is as follows
    ==============================================
    <script language="JavaScript1.1" type="text/javascript">
    var g_table;
    function va_GetCellPos(p_cell,p_what)
    for (var j=0;j<g_table.rows.length;j++) {
    var column=g_table.rows[j]
    for (var k=0;k<column.cells.length;k++)
    if (column.cells[k]==p_cell) return p_what=="row"?j:k
    function f_getfetch (p_input)
    var td=html_CascadeUpTill(p_input,'TD');
    if (!g_table) g_table=html_CascadeUpTill(p_input,'TABLE');
    var rownum=va_GetCellPos(td,"row");
    var get = new htmldb_Get(null,html_GetElement('pFlowId').value,'APPLICATION_PROCESS=getfetch',0);
    get.add('PRODUCT_NAME',g_table.rows[rownum].cells[va_GetCellPos(html_GetElement('PRODUCT_NAME'),"column")].getElementsByTagName('input')[0].value);
    gReturn = get.get();
    if(gReturn)
    {   g_table.rows[rownum].cells[va_GetCellPos(html_GetElement('LIST_PRICE'),"column")].innerHTML = gReturn }
    else
    {  g_table.rows[rownum].cells[va_GetCellPos(html_GetElement('LIST_PRICE'),"column")].innerHTML = 'null' }
    get = null;
    </script>
    ===============================================
    Here I am not able to get the value from the select list , its taking null (g_table.rows[rownum].cells[va_GetCellPos(html_GetElement('PRODUCT_NAME'),"column")].getElementsByTagName('input')[0].value) )
    If u need to have a look into the application ,I can give you my login details.
    with regards,
    Dilip.

  • UCM Access with Peoplesoft Portal and CIS?

    Hi,
    Can someone point me to any links about integrating PeopleSoft Enterprise Portal with the Oracle UCM? Has anyone had results using PeopleCode Java Objects to communicate with the UCM via CIS? With other portlet-compliant environments gaining access to UCM server commands via the UCPM API is well-documented.
    I am developing with PeopleSoft Enterprise Portal 9 as part of my thesis for a MIS degree from University of Nevada. My focus is IT consulting and Business Intelligence. Any information would be of great help.
    regards Keith

    I have done this using a variety of technologies, but mainly using the UCM search web service and Integration Broker. I am not aware of any documentation specific to PeopleSoft and UCM, but there is documentation for UCM web services and PeopleSoft web services.
    I have also used Java and some WebDAV Java classes I wrote myself (I extended commons-httpclient), but web services is the easiest.
    Using UCM's folders and attributes, it is relatively easy to loosely integrate PeopleSoft with UCM. By loosely, I mean using search URL's and folder views to display UCM content. For tighter integration, I recommend web services.

  • Is there anyway to integrate sms server with Peoplesoft 8.52

    Hii,
    My client asked me about SMS Server Integration with Peoplesoft 8.52 .. so please advice me, is this achievable? if yes then provide me some assistance
    thankss

    You have 2 choices, replace 2nd disk with a CDROM drive or perform a network install from a JumpStart server on the same subnet.

  • Problem opened document convert PDFExport(IBR) with peoplesoft

    Hi
    ive problem. when i want to opened document after checkin document with peoplesoft(9.1 tools 8.5.2) to WCC 11.1.1.7 used PDFExport(IBR 11.1.17),i got this error.
    but if no convert to IBR 11.1.1.7(Passthru) can open and no problem
    user only have role guest and seurity public(R) on WCC 11.1.1.7
    anyone can help me please
    Thank's
    Putra
    Event generated by user 'stevie' at host '172.0.2.71:16200'. Referred to by http://172.0.2.71:16200/cs/groups/afdocuments/documents/psftattachment/a24t/mdaz/~edisp/mkn-003382.pdf.
    User agent is Mozilla/5.0 (Windows NT 6.2; WOW64; rv:23.0) Gecko/20100101 Firefox/23.0 and request method is GET.
    Unable to retrieve file. User 'stevie' does not have sufficient privileges. [ Details ]
    An error has occurred. The stack trace below shows more information. !csUserEventMessage,stevie,172.0.2.71:16200!csFileServiceReferredToBy,http://172.0.2.71:16200/cs/groups/afdocuments/documents/psftattachment/a24t/mdaz/~edisp/mkn-003382.pdf!csFileServiceUserAgent,Mozilla/5.0 (Windows NT 6.2; WOW64; rv:23.0) Gecko/20100101 Firefox/23.0,GET!csUnableToRetrieveFile!csUserInsufficientAccess,stevie intradoc.common.ServiceException: !csUnableToRetrieveFile!csUserInsufficientAccess,stevie *ScriptStack GET_DYNAMIC_URL 3:createWebFileNameFromRelativeUrl,fileUrl=/cs/groups/afdocuments/documents/psftattachment/a24t/mdaz/~edisp/mkn-003382.pdf at intradoc.server.ServiceRequestImplementor.buildServiceException(ServiceRequestImplementor.java:2115) at intradoc.server.Service.buildServiceException(Service.java:2337) at intradoc.server.Service.createServiceExceptionEx(Service.java:2331) at intradoc.server.ServiceSecurityImplementor.validateSecurityPrivilegeLevel(ServiceSecurityImplementor.java:819) at intradoc.server.DocumentAccessSecurity.checkSecurity(DocumentAccessSecurity.java:192) at intradoc.server.DocumentAccessSecurity.checkSecurity(DocumentAccessSecurity.java:138) at intradoc.server.ServiceSecurityImplementor.checkSecurity(ServiceSecurityImplementor.java:373) at intradoc.server.Service.checkSecurity(Service.java:2915) at intradoc.server.FileService.checkSecurity(FileService.java:339) at intradoc.server.Service.checkSecurity(Service.java:2893) at intradoc.server.FileService.createWebFileNameFromRelativeUrl(FileService.java:944) at sun.reflect.GeneratedMethodAccessor1136.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at intradoc.common.IdcMethodHolder.invokeMethod(IdcMethodHolder.java:86) at intradoc.common.ClassHelperUtils.executeMethodEx(ClassHelperUtils.java:310) at intradoc.common.ClassHelperUtils.executeMethod(ClassHelperUtils.java:295) at intradoc.server.Service.doCodeEx(Service.java:620) at intradoc.server.Service.doCode(Service.java:575) at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1643) at intradoc.server.Service.doAction(Service.java:547) at intradoc.server.ServiceRequestImplementor.doActions(ServiceRequestImplementor.java:1458) at intradoc.server.Service.doActions(Service.java:542) at intradoc.server.ServiceRequestImplementor.executeActions(ServiceRequestImplementor.java:1391) at intradoc.server.Service.executeActions(Service.java:528) at intradoc.server.ServiceRequestImplementor.doRequest(ServiceRequestImplementor.java:737) at intradoc.server.Service.doRequest(Service.java:1956) at intradoc.server.ServiceManager.processCommand(ServiceManager.java:437) at intradoc.server.IdcServerThread.processRequest(IdcServerThread.java:265) at intradoc.idcwls.IdcServletRequestUtils.doRequest(IdcServletRequestUtils.java:1354) at intradoc.idcwls.IdcServletRequestUtils.processFilterEvent(IdcServletRequestUtils.java:1731) at intradoc.idcwls.IdcIntegrateWrapper.processFilterEvent(IdcIntegrateWrapper.java:223) at sun.reflect.GeneratedMethodAccessor162.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at idcservlet.common.IdcMethodHolder.invokeMethod(IdcMethodHolder.java:87) at idcservlet.common.ClassHelperUtils.executeMethodEx(ClassHelperUtils.java:305) at idcservlet.common.ClassHelperUtils.executeMethodWithArgs(ClassHelperUtils.java:278) at idcservlet.ServletUtils.executeContentServerIntegrateMethodOnConfig(ServletUtils.java:1696) at idcservlet.IdcFilter.doFilter(IdcFilter.java:457) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119) at java.security.AccessController.doPrivileged(Native Method) at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:324) at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:460) at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103) at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171) at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:163) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119) at java.security.AccessController.doPrivileged(Native Method) at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:324) at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:460) at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103) at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171) at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3730) at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3696) at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321) at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120) at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2273) at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179) at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490) at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256) at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)

    i want to open and search docoment only for peoplesoft and user should not be search and opened on webcenter content(only for repository)
    anyone can help me please
    regards
    Putra

  • Interface with Peoplesoft for Org structure

    Please let me know if there is way to interface with Peoplesoft to get the org chart (employees and their reporting details along with Org structure) and update the SAP Org hierarchy (PPOME). Any type of interfacing (file, RFCs, real time) options available to achieve this? We have our HR in PeopleSoft but need the Org chart in SAP for workflow and other reasons.
    If any one has done anything similar, please share how it was done. Thank you.

    No one seems to know of a way, so closing it.

  • Integration of Hyperion with Peoplesoft

    Hi All,
    I need to intergrate Hyperion with Peoplesoft GL.
    Can you please give me idea, which tools I can use to for this integration and which would be the best one?
    Regards,
    tvmk

    tvmk wrote:
    I need to intergrate Hyperion with Peoplesoft GL.
    Can you please give me idea, which tools I can use to for this integration and which would be the best one?Could you be more specific? Are you trying to build a cube from the Peoplesoft GL? Do drillthrough back to the Peoplesoft GL?
    Tim Tow
    Applied OLAP, Inc

  • BPEL integration with Peoplesoft

    Hi
    What are the steps to integrate with Peoplesoft using BPEL?
    We are going to integrate with Web Center Interaction at the other end.
    I really appreciate if you can share if you have a document or instructions / links on how the same be achieved
    Thanks
    Prasad

    Hi,
    I found this document from the Oracle Open World 2009 (maybe you have found it too) :
    "Integration with PeopleSoft applications using oracle soa suite 11g BPEL" --> [http://www.oracle.com/technology/tech/fmw4apps/peoplesoft/pdf/oow2009-bpel-psft.pdf]
    And this could be a little more simple, but have a good step-by-step tutorial.
    [http://www.oracle.com/technology/obe/fusion_middleware/fusion/soa/BPEL_PS848/OBE_PSFT_BPEL_848.htm]
    I think you must read this docs by now, but never come amiss.
    Hope this can help you,
    By the way, if you can help me with this I'll appreciate it a lot.
    Unable to access the following endpoint(s)

  • Ajax with jsf problem

    Hi
    I have small problem here. I worked struts with ajax before. currently. I m trying to work on ajax with jsf, here i m getting the problem. i created one ajaxaction class its extends httpservlets. then i created one manage bean, then i want to call the class using javascript, i dont know how to do. can any one help for me.
    Thanks

    I have never worked with the AJAX + JSF combo before, but I know that you can invoke a managed bean action using javascript and the h:commandLink and h:commandButton elements.
    <h:form id="form1">
        <h:commandLink id="link1" action="#{MyBean.action1}"><h:outputText value="link" /></h:commandLink>
        <h:commandButton id="button1" action="#{MyBean.action2}" value="button" />
    </h:form>
    <f:verbatim><script>
        function myFunction() {
            document.getElementById('form1:link1').onclick(); // this invokes the #{MyBean.action1}
            document.getElementById('form1:button1').click(); // this invokes the #{MyBean.action2}
    </script></f:verbatim>I haven't tried other ways yet. But this might give you an idea.

  • Integration of OIM with PeopleSoft

    I have integrated OIM with PeopleSoft using the peoplesoft employee recon connector.The initial bulk upload is working fine but incrmental recon which happens using the peoplesoft listener is not.I have tested the peoplesoft listener using the .vbs script that has been provided by Oracle and there employee update and create is happening fine.But when when I change a user attribute in peoplesoft then same is not reflected n OIM.I am not able to see the logs itself.Please help me in this regard if someone has already integrated with the peoplesoft.

    There are logs for database operation which peoplesoft does, but unfortunately for CB reconciliation in PSFT the logs doesn't actually track the flow through the peoplecode (which is copied through app designer). Just check the following important tyhings before actually digging further:
    1) You are able to successfully ping the OIM from PeopleSoft side. Go to Node definition-> Ping node for node-PSFT_HR. This must return SUCCESS.
    2) You can view the xml but for which message. If you are using the 9.1 connector pack then there will be 3 different messages at PeopleSoft out of which only the last mesage will be sent to OIM <PSFT_OIM_ER_MSG>. See that the status of this message should be SUCCESS.
    3) If the above status is not SUCCESS then ir must show the status as PENDING or FAILED. To check this :
    For PeopleTools = 8.48 or 8.49, Go to Asynchronous Services and sort for service name to look for the service name OIM_JOB_SYNC, OIM_JOB_SYNC_EFF and at last PSFT_OIM_ER_MSG in that order (assuming you did job update).
    4) see for above and let me know.

  • OAM Integrating with peoplesoft

    how to link the users in OAM and peoplesoft if the userid are different in OID from people soft userid,
    can anyone tell me the solution.

    Unless you are familiar with PeopleSoft, I would think your client should guide you in this integration. PeopleSoft has various ways to communicate with the "outside" world and I can give you the link to the PeopleTools PeopleBooks (http://docs.oracle.com/cd/E17566_01/epm91pbr0/eng/psbooks/psft_homepage.htm) but I highly doubt that will help you when you don't have any experience with PeopleSoft.
    Easiest option with sending to an outside application and receiving results is, in my opinion, still a webservice. But then your client should do some work as well otherwise they will never be able to send anything at all. Direct link to documentation on PeopleTools 8.52 would be http://docs.oracle.com/cd/E41509_01/pt852pbh2/eng/psbooks/tibr/book.htm

  • Documentation for Integrating with Peoplesoft

    does anyone know where I can access the technical documentation our developers need in order to develop an integration with the Peoplesoft application?  We have a client who currently uses PeopleSoft and they asked we integrate with PeopleSoft so they can send orders to us and receive results. 

    Unless you are familiar with PeopleSoft, I would think your client should guide you in this integration. PeopleSoft has various ways to communicate with the "outside" world and I can give you the link to the PeopleTools PeopleBooks (http://docs.oracle.com/cd/E17566_01/epm91pbr0/eng/psbooks/psft_homepage.htm) but I highly doubt that will help you when you don't have any experience with PeopleSoft.
    Easiest option with sending to an outside application and receiving results is, in my opinion, still a webservice. But then your client should do some work as well otherwise they will never be able to send anything at all. Direct link to documentation on PeopleTools 8.52 would be http://docs.oracle.com/cd/E41509_01/pt852pbh2/eng/psbooks/tibr/book.htm

  • Help with peoplesoft

    Hello Experts,
    I am working with a company where I am in a peoplesoft project. My job basically involves dealing with batch monitoring using TWS and very less amount of interaction with peoplesoft environment (PIA).
    I want to switch to peoplesoft application support when I can shape my career in a better way, I've started learning peoplesoft with online resources.
    Could you please suggest me the best way to learn peoplesoft application support with hands on?
    Can I learn it with hands on at home?

    Hi,
    If you have Oracle support id(https://support.oracle.com/CSP/ui/flash.html) , you have more material to study peopleSoft.
    Also you can get more information related to PeopleSoft installation from the below blog.
    http://gasparotto.blogspot.com/
    Thank you!
    Best Regards
    Soundappan

  • Netweaver PI with Peoplesoft.

    Hi All,
    we want integrate our SAP netwaver PI system with peoplesoft ,I have no idea about this.
    So could you please help me to make connection between both the systems ?
    Thanks,
    Ravi.
    Edited by: Vinay parakala on Apr 29, 2009 3:42 PM

    hi,
    The following link has some information about it .But i dont think there are documents available on Technical aspects of the Integartion of PI with Peoplesoft
    [http://www.sap.com/asia/solutions/safepassage/index.epx]
    check out this peoplesoft iWAY adapter
    [/people/yomeshp.sharma/blog/2006/06/01/integrating-jdedwards-system-with-xi-using-iway-adapter-part--i - Part I]
    [/people/yomeshp.sharma/blog/2006/06/01/integrating-jdedwards-system-with-xi-using-iway-adapter-part--ii - Part II]
    [/people/yomeshp.sharma/blog/2006/05/31/integrating-jdedwards-system-with-xi-using-iway-adapter-part--iii - Part III]
    2. Another way is to use SOAP Adapter.
    Third-party Peoplesoft can send an Asynchronous XML message to PI through SOAP Adapter.
    As a PI developer, ur only task is to provide the correct wsdl to the Peoplesoft guys and then the peoplesoft guys can consume ur WSDL.
    Regards,
    Muralidhar

Maybe you are looking for

  • Can I sync my iPhone contacts with a specific address book group?

    My address book on my iMac has contacts organized by several groups. My wife and I have just purchased iPhones and want to keep our photos and music coordinated with one iCloud account. My whole address book is synced with iCloud. Can I set my iPhone

  • RSAT won't install on Windows 8.1 Pro - "The system cannot find the file specified."

    Please help. RSAT won't install on Windows 8.1 Pro. Every time I try, I get the same error - "The system cannot find the file specified.". I really don't want to have to refresh the PC to get it working! I've installed the update successfully on a fr

  • How do I get Microsoft office from my iMac to my Macbook Pro

    I have an older paid for version of Microsoft Office. I believe it is 2011? Anyhow, I got a New/used fully updated Macbook Pro and I used my Time Capsule to transfer all my data from my iMac to my laptop, but much of the music is absent, as well as m

  • Check Printing AP Service Invoice description

    Hi Experts, I have a client who wants their Check Stubs to have the details of the AP Service Invoices description (PCH1.Dscription) to print. Is there a way I can get this field in the PLD of the Check? I saw in other threads that you can use Ctrl &

  • Having trouble passing form values to a data action in 10G

    I have a view object that queries the hr.departments table. In the app module, I created a custom method to bind a paramter to the query. I am able to make this work only if I manually enter a value for the paramsNames[0] value for the dataaction. Wh