Hi,
When I am select on 'display selected actions', I am getting an error of 'Service Configuration information has not been defined'. Has anyone else received this error?
Try navigating to PeopleTools > Integration Broker > Configuration > Service Configuration
Check that the service name space has been set (e.g. http://xmlns.oracle.com/Enterprise/Tools/services).
Also make sure that the target location has been configured properly.
Hi,
Thanks for the great sharing.
I try to provide web service through the method which u introduce.
The confirm result showing everything fine.
But when i try to open the wsdl url tat the system generated, it only show me message like this :
PeopleSoft Integration Gateway
PeopleSoft Listening Connector
Tools Version : 8.50
Status: ACTIVE
and do not consist any content other that the message above.
I wondering is that its success?
Thanks.
Thanks for your question.
I believe this happens when the service configuration has been set incorrectly under:
PeopleTools > Integration Broker > Configuration > Service Configuration
In particular, the target location. It should follow the example/alternate example provided:
http://<machine>:<port>/PSIGW/PeopleSoftServiceListeningConnector
http://<machine>:<port>/PSIGW/PeopleSoftServiceListeningConnector/<defaultlocalnode>
Check the settings here, for example it may have been accidentally set with the connector PeopleSoftListeningConnector instead of the correct PeopleSoftServiceListeningConnector or perhaps the default local node (alternate example) is required?
Hi Prajā¦.
Thanks so much for the information.
Eventually its working fine under your instruction.
Its really thanks so much for your help =D
We are trying to integrate PS with Sharepoint. I have created the CI-Based web services as shown above and generated WSDL. The ASP.net team is able to consume the WSDL and can invoke Get/Add/Update methods. Could you please let know how to access the Delete method. I find it difficult to get any reference on this Delete. Im talking in particular about the Delete buttons we have on the PS ESS page - Phone/Email. Thanks
If they are delete buttons, then one possibility might be to try setting their value to "Y" (yes) which is how you trigger a button through a component interface / web service. You will however need to find the appropriate row to set to delete.