When we setup a source node to receive XML over HTTP, can we use PeopleSoft Target COnnector(PSFTTARGET) or HttpTarget Connector(HTTPTARGET).Please let me know.
If you are communicating between psft apps, like CRM and HR, use the psfttarget connector. But, if you are communicating with soemthing other than a psft app, you can use whatever connector suits your needs, and the HTTPTARGET should work just fine as long as HTTP is acceptable.
I want to know more information about posting XML messages from 3rd party to PeopleSoft's integration broker using HttpListeningConnector.
I used the following two methods.
*********************************************************
1. URL query string through http Get or Post.
I posted a simple xml(mentioned below) from a browser(IternetExplorer) to the httplistener.
I got the following error message in errorLog.html(stored in ..\wlserver6.1\config\peoplesoft\applications\PSIGW)
javax.crypto.IllegalBlockSizeException: Input data length not a multiple of blocksize.
MessageSet: 158
MessageID: 10209
MessageParms: //<machine name>:9000
Can any body tell me what is going wrong?
*********************************************************
2. Posted xml using Http post utility to HttpListeningConnector.
Here at the utility side the post was successful. I kept the subscription peoplecode of the corresponding message in debug mode. But after posting the xml message to the listener i dont see any activity in the application designer though the subscription peoplecode of the corresponding message is in debug mode. At the same time no entry is happening in errorLog.html
what goes wrong in this case?
*********************************************************
Ultimately my aim is this:
I need to subscribe an xml message into peoplesoft system. i.e. i want take values from the xml for a particular message and have to update peoplesoft accordingly. Im planing to call CIs from the subscription peoplecode of the corresponding message.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.