peoplesoft

In Weblogic 10.3.5, is there any way to expire an html file from cache without going through a server restart

旧城冷巷雨未停 提交于 2019-12-08 02:34:35
问题 In Weblogic 10.3.5, is there any way to expire an html file from cache without going through a server restart. I am supporting a server with frequent HTML changes and hoping to find a way not to restart the server each time the HTML is updated. Environment is supporting a PeopleSoft domain. Thanks. 回答1: There's a way indeed, the parameter "Resource Reload Check (in seconds)" which can be found on a web app setup is what you're looking for. I've setup this to 5(secondes) in order to have a

Peoplesoft screens in an iFrame

99封情书 提交于 2019-12-07 04:58:28
Has anyone successfully integrated Peoplesoft screens or navigation via an iFrame in a third party app like Liferay or uPortal? We are trying to integrate Liferay Portal as a web front end and consume some of the PeopleSoft screens in an iFrame portlet. Both the Liferay Portal and Peoplsoft systems are on different top level domains. We are using Oracle Single Sign On on bot the applications. We have a couple of issues with this. The screens display in the iFrame - however, the JavaScript on the PeopleSoft does not execute and keeps spinning. In Chrome devtools console, there is the following

In Weblogic 10.3.5, is there any way to expire an html file from cache without going through a server restart

若如初见. 提交于 2019-12-06 08:50:45
In Weblogic 10.3.5, is there any way to expire an html file from cache without going through a server restart. I am supporting a server with frequent HTML changes and hoping to find a way not to restart the server each time the HTML is updated. Environment is supporting a PeopleSoft domain. Thanks. There's a way indeed, the parameter "Resource Reload Check (in seconds)" which can be found on a web app setup is what you're looking for. I've setup this to 5(secondes) in order to have a periodic refresh on dynamic ressources generated by an application engine (an xml parsed by an xslt) For some

Standard web services API available in PeopleSoft?

六眼飞鱼酱① 提交于 2019-12-04 02:32:59
I'm investigating integrating a 3rd party web application with PeopleSoft via web services. I'm not that familiar with PeopleSoft. After some initial investigation, it appears that in order to expose any PeopleSoft functionality as web services, you have to do some considerable configuration in the Integration Broker component of the PeopleTools module. It seems that you can either define internal PeopleSoft services with "service operations" and related "handlers" or you can create a PeopleSoft service for an existing "Component Interface." Then, you have to expose that PeopleSoft service as

Unable to call one way Peoplesoft service with WCF-Adapter from BizTalk 2010

六月ゝ 毕业季﹏ 提交于 2019-12-01 12:33:32
We are trying to call a one way PeopleSoft service that does not return any response from BizTalk 2010 with WCF-BasicHttp binding and one-way send port. We are getting the following error. System.ServiceModel.CommunicationException: The server did not provide a meaningful reply; this might be caused by a contract mismatch, a premature session shutdown or an internal server error. I have read several articles regarding this issue. This one says due to reliable delivery feature one way messages are not supported by BizTalk social.msdn.microsoft.com/Forums/en-US/biztalkgeneral/thread/3a55a044

Unable to call one way Peoplesoft service with WCF-Adapter from BizTalk 2010

♀尐吖头ヾ 提交于 2019-12-01 10:59:48
问题 We are trying to call a one way PeopleSoft service that does not return any response from BizTalk 2010 with WCF-BasicHttp binding and one-way send port. We are getting the following error. System.ServiceModel.CommunicationException: The server did not provide a meaningful reply; this might be caused by a contract mismatch, a premature session shutdown or an internal server error. I have read several articles regarding this issue. This one says due to reliable delivery feature one way messages

Is it possible to use jax-ws to generate xml, but NOT send it out

心不动则不痛 提交于 2019-11-29 07:27:36
So here's the scenario: We have PeopleSoft and want to send messages back and forth from salesforce. Unfortunately PeopleSoft doesn't have a tool like wsimport which consumes a wsdl and generates classes for you. There is something that consumes wsdl's, but all it does it generate stub message objects. A developer would still have to write the code to manually generate the xml message string. I obviously don't want to do all of that. So I know that java can be called from within PeopleSoft. I also know I could send messages just using the generated classes, but I would like to use the message

Is it possible to use jax-ws to generate xml, but NOT send it out

☆樱花仙子☆ 提交于 2019-11-28 01:04:52
问题 So here's the scenario: We have PeopleSoft and want to send messages back and forth from salesforce. Unfortunately PeopleSoft doesn't have a tool like wsimport which consumes a wsdl and generates classes for you. There is something that consumes wsdl's, but all it does it generate stub message objects. A developer would still have to write the code to manually generate the xml message string. I obviously don't want to do all of that. So I know that java can be called from within PeopleSoft. I