<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wikidot="http://www.wikidot.com/rss-namespace">

	<channel>
		<title>Comments for page &quot;Component Interface based Web Services&quot;</title>
		<link>http://www.peoplesoftwiki.com/component-interface-based-web-services/comments/show</link>
		<description></description>
				<copyright></copyright>
		<lastBuildDate>Fri, 30 Jul 2010 05:07:27 +0000</lastBuildDate>
		
					<item>
				<guid>http://www.peoplesoftwiki.com/component-interface-based-web-services/comments/show#post-775962</guid>
				<title>(no title)</title>
				<link>http://www.peoplesoftwiki.com/component-interface-based-web-services/comments/show#post-775962</link>
				<description></description>
				<pubDate>Wed, 05 May 2010 20:46:12 +0000</pubDate>
				<wikidot:authorName>Praj</wikidot:authorName>				<wikidot:authorUserId>52320</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>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.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.peoplesoftwiki.com/component-interface-based-web-services/comments/show#post-775785</guid>
				<title>(no title)</title>
				<link>http://www.peoplesoftwiki.com/component-interface-based-web-services/comments/show#post-775785</link>
				<description></description>
				<pubDate>Wed, 05 May 2010 18:07:10 +0000</pubDate>
				<wikidot:authorName>inba</wikidot:authorName>				<wikidot:authorUserId>479148</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>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</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.peoplesoftwiki.com/component-interface-based-web-services/comments/show#post-766029</guid>
				<title>(no title)</title>
				<link>http://www.peoplesoftwiki.com/component-interface-based-web-services/comments/show#post-766029</link>
				<description></description>
				<pubDate>Mon, 26 Apr 2010 01:59:54 +0000</pubDate>
				<wikidot:authorName>Chenfoo</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>Hi Praj….<br /> Thanks so much for the information.<br /> Eventually its working fine under your instruction.<br /> Its really thanks so much for your help =D</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.peoplesoftwiki.com/component-interface-based-web-services/comments/show#post-765254</guid>
				<title>(no title)</title>
				<link>http://www.peoplesoftwiki.com/component-interface-based-web-services/comments/show#post-765254</link>
				<description></description>
				<pubDate>Sun, 25 Apr 2010 03:11:05 +0000</pubDate>
				<wikidot:authorName>Praj</wikidot:authorName>				<wikidot:authorUserId>52320</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Thanks for your question.</p> <p>I believe this happens when the service configuration has been set incorrectly under:<br /> PeopleTools &gt; Integration Broker &gt; Configuration &gt; Service Configuration</p> <p>In particular, the target location. It should follow the example/alternate example provided:</p> <div class="code"> <pre> <code>http://&lt;machine&gt;:&lt;port&gt;/PSIGW/PeopleSoftServiceListeningConnector http://&lt;machine&gt;:&lt;port&gt;/PSIGW/PeopleSoftServiceListeningConnector/&lt;defaultlocalnode&gt;</code> </pre></div> <p>Check the settings here, for example it may have been accidentally set with the connector <tt>PeopleSoftListeningConnector</tt> instead of the correct <tt>PeopleSoftServiceListeningConnector</tt> or perhaps the default local node (alternate example) is required?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.peoplesoftwiki.com/component-interface-based-web-services/comments/show#post-763614</guid>
				<title>(no title)</title>
				<link>http://www.peoplesoftwiki.com/component-interface-based-web-services/comments/show#post-763614</link>
				<description></description>
				<pubDate>Fri, 23 Apr 2010 11:02:52 +0000</pubDate>
				<wikidot:authorName>Chenfoo</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>Hi,</p> <p>Thanks for the great sharing.<br /> I try to provide web service through the method which u introduce.<br /> The confirm result showing everything fine.<br /> But when i try to open the wsdl url tat the system generated, it only show me message like this :</p> <p>PeopleSoft Integration Gateway<br /> PeopleSoft Listening Connector<br /> Tools Version : 8.50<br /> Status: ACTIVE</p> <p>and do not consist any content other that the message above.<br /> I wondering is that its success?</p> <p>Thanks.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.peoplesoftwiki.com/component-interface-based-web-services/comments/show#post-709478</guid>
				<title>(no title)</title>
				<link>http://www.peoplesoftwiki.com/component-interface-based-web-services/comments/show#post-709478</link>
				<description></description>
				<pubDate>Thu, 25 Feb 2010 22:48:49 +0000</pubDate>
				<wikidot:authorName>Praj</wikidot:authorName>				<wikidot:authorUserId>52320</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Try navigating to PeopleTools &gt; Integration Broker &gt; Configuration &gt; Service Configuration</p> <p>Check that the service name space has been set (e.g. <tt><a href="http://xmlns.oracle.com/Enterprise/Tools/services">http://xmlns.oracle.com/Enterprise/Tools/services</a></tt>).</p> <p>Also make sure that the target location has been configured properly.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.peoplesoftwiki.com/component-interface-based-web-services/comments/show#post-709144</guid>
				<title>(no title)</title>
				<link>http://www.peoplesoftwiki.com/component-interface-based-web-services/comments/show#post-709144</link>
				<description></description>
				<pubDate>Thu, 25 Feb 2010 14:16:42 +0000</pubDate>
				<wikidot:authorName>kitchensink</wikidot:authorName>				<wikidot:authorUserId>446638</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi,<br /> 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?</p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>