Forum » Forum / Existing Content » Component Interface based Web Services
Started by: Automatic
On: 1260831772|%e %b %Y, %H:%M %Z|agohover
Number of posts: 7
rss icon RSS: New posts
This is the discussion related to the wiki page Component Interface based Web Services.
kitchensinkkitchensink 1267107402|%e %b %Y, %H:%M %Z|agohover

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?

Reply  |  Options
Unfold by kitchensinkkitchensink, 1267107402|%e %b %Y, %H:%M %Z|agohover
PrajPraj 1267138129|%e %b %Y, %H:%M %Z|agohover

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.

Reply  |  Options
Unfold by PrajPraj, 1267138129|%e %b %Y, %H:%M %Z|agohover
Chenfoo (guest) 1272020572|%e %b %Y, %H:%M %Z|agohover

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.

Unfold by Chenfoo (guest), 1272020572|%e %b %Y, %H:%M %Z|agohover
PrajPraj 1272165065|%e %b %Y, %H:%M %Z|agohover

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?

Unfold by PrajPraj, 1272165065|%e %b %Y, %H:%M %Z|agohover
Chenfoo (guest) 1272247194|%e %b %Y, %H:%M %Z|agohover

Hi Praj….
Thanks so much for the information.
Eventually its working fine under your instruction.
Its really thanks so much for your help =D

Unfold by Chenfoo (guest), 1272247194|%e %b %Y, %H:%M %Z|agohover
inbainba 1273082830|%e %b %Y, %H:%M %Z|agohover

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

Reply  |  Options
Unfold by inbainba, 1273082830|%e %b %Y, %H:%M %Z|agohover
PrajPraj 1273092372|%e %b %Y, %H:%M %Z|agohover

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.

Reply  |  Options
Unfold by PrajPraj, 1273092372|%e %b %Y, %H:%M %Z|agohover
New Post
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License