|
Heres the scenario,
I am trying to interface a custom .Net web application with PeopleSoft HR eRecruit.
At a high level, via messaging, the web application supplies a guest login for the delivered guest login to eRecruit, then supplies 2 key values to retrieve data from eRecruit. On the eRecruit side, a component interface was developed around a page that asks for 2 key values for a lookup then displays related data on a page.
On PeopleSoft security, the guest has a role that is made up of three permission lists. First is general page security, the second permission list contains component interface permissions, and the third contains web permissions. The CI permission list contains the custom component interface I developed with full access to it. The web permissions contains the WEBLIB_SOAPTOCI as well as several others delivered...WEBLIB_CTI, WEBLIB_IB, WEBLIB_PORTAL, WEBLIB_PT_NAV, WEBLIB_QUERY, WEBLIB_SDK, WEBLIB_SDKAMORT, and WEBLIB_SDK_BI. I have also added two synchronious inbound and outbound transactions to the PSFT_HR local node with WEBLIB_SOAPTOCI added and made sure its channel was active.
Despite all this I get the following error on the microsoft web side..."Error: Client found response content type of 'text/html', but expected 'text/xml'." I tried building a template with the delivered ExcelToCI and got a similar response.
Does anyone have an idea what I am missing?
Thanks,
Richard
|