(no title)
The difference is PeopleSoftListeningConnector and PeopleSoftServiceListeningConnector are two different programs - Java servlets. They both live on the web server in the PSIGW or PSIGW.war...
View Article(no title)
Hi Praj, i have gone thru all the threads in this post, i am working on Peopleosft9.1 application and 8.5 PT release. The requirment is to request a web service and read the response. I have used the...
View Article(no title)
I have an annoying problem. I frequently need to access the errorLog.html and msgLog.html logs when I am testing with outside vendors. I do not have access to the servers where the logs reside, so I...
View Article(no title)
Hi, can't say I've come across this before. So the files requested from the server (through server administrators) are up to date, but the one you are looking at are not (at the same point in time)?....
View Article(no title)
I am able to use the XML generated from the IB Service Test tool by invoking the tester. How ever when i try to invoke it from the Peoplecode i get the following Error. Integration Gateway -...
View Article(no title)
Just to confirm, is the problem the difference in this line? <tns:Logon xmlns="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://www.lyonsreg.com/WebService/ABAService"...
View Article(no title)
Hi, I am trying to consume a peoplesoft WSDL thru .NET (Visual Studio 2010Â C#) I used fiddler to get the XML. I am get the below error. <?xml version="1.0" ?><SOAP-ENV:Envelope...
View Article(no title)
Hi Michael, Did you manage to fix this issue ? I am trying to consume a PeopleSoft Webservice thru .NET client. I am getting the same error. <DefaultMessage><![CDATA[SOAP XML Document has no...
View Article(no title)
Hi, I am trying to configure IB on our Demo instance (tried on dev but getting issues so thought of first setting it up in demo), the purpose behind this is to enable using peoplesoft delivered App...
View Article(no title)
Might need to go into Advanced Gateway set up in the gateway settings and set up the nodes in there too?
View Article(no title)
Thanks for quick response. I clicked tha dvanced gateway setup link under quick configuration.I can see the connector detail and there are 9 default connectors that were loaded for LOCAL gateway.But...
View Article(no title)
Hmmm, in your gateway URL: PSIGW/PeopleSoftServiceListeningConnector May actually need to be: PSIGW/PeopleSoftListeningConnector Which might explain how all the target connectors are not loading. I...
View Article(no title)
I figured it out.Thans you for your response. But I am now stuck with a new error.The dynamin role AE:DYNROLE_PUBL is failing giving the following error: Message Schema Validation errors: Message...
View Article(no title)
We use the dynamic roles app engines on a regular basis. We found that if we click the button in the Role page, it calls DYNROLE_PUBL and it doesn't work. However, the app engine DYNROLE works. The...
View Article(no title)
Thank you very much! Praj. We followed your steps. It turned out that the routing for GetWSDL was set inactive a while ago by other developers. Once we active the routing for GetWSDL operation. We...
View Article(no title)
Hi, I am struggling with this issue for more than a week now. Little about my project: I am trying to expose CI-based Web Serive from PS and consume by Sharepoint Form (workflow). I created/exposed...
View ArticleError when using send-master utility
Hi , I'm new to integration s using peoplesoft. I'm trying to use CI based web service, to provide the data to the request send by a 3rd party system. I was successfully able to create the wsdl and it...
View Article(no title)
Hi All, We are integrating the PS with 3rd party called PeopleAnswers, we are using the CI based web services. When there is any error in the values they sent, the IB should send them the reason for...
View Article