Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using HttpListeningConnector for 3 party integration

Status
Not open for further replies.

SriPrars

Programmer
Aug 6, 2003
2
US
Has anyone tried to post XML messages from 3rd party to PeopleSoft's integration broker using HttpListeningConnector.
 
I have, many times. What would you like to know.
 
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.
 
Hi

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.

Can any body please guide me?

Thanks
Vishnu
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top