<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Consuming Web Services from PL/SQL &#8211; Part I: Using Java Stored Procedures</title>
	<atom:link href="http://technology.amis.nl/2005/01/20/consuming-web-services-from-plsql-part-i-using-java-stored-procedures/feed/" rel="self" type="application/rss+xml" />
	<link>http://technology.amis.nl/2005/01/20/consuming-web-services-from-plsql-part-i-using-java-stored-procedures/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=consuming-web-services-from-plsql-part-i-using-java-stored-procedures</link>
	<description></description>
	<lastBuildDate>Fri, 12 Apr 2013 10:04:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Lucas Jellema</title>
		<link>http://technology.amis.nl/2005/01/20/consuming-web-services-from-plsql-part-i-using-java-stored-procedures/#comment-1522</link>
		<dc:creator>Lucas Jellema</dc:creator>
		<pubDate>Sun, 13 Nov 2011 13:16:07 +0000</pubDate>
		<guid isPermaLink="false">/?p=348#comment-1522</guid>
		<description><![CDATA[&lt;p&gt;Hi Greg,&lt;/p&gt;
&lt;p&gt;I have not written anything on utl_dbws. You will find a description of this approach in an article by my colleague Aino Andriessen, at: http://technology.amis.nl/documents/technology/PLSQLinSOA.doc&lt;/p&gt;
&lt;p&gt;Good luck!&lt;/p&gt;
&lt;p&gt;Lucas&lt;/p&gt;]]></description>
		<content:encoded><![CDATA[<p>Hi Greg,</p>
<p>I have not written anything on utl_dbws. You will find a description of this approach in an article by my colleague Aino Andriessen, at: <a href="http://technology.amis.nl/documents/technology/PLSQLinSOA.doc" rel="nofollow">http://technology.amis.nl/documents/technology/PLSQLinSOA.doc</a></p>
<p>Good luck!</p>
<p>Lucas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://technology.amis.nl/2005/01/20/consuming-web-services-from-plsql-part-i-using-java-stored-procedures/#comment-1521</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Mon, 31 Oct 2011 20:11:08 +0000</pubDate>
		<guid isPermaLink="false">/?p=348#comment-1521</guid>
		<description><![CDATA[I couldn&#039;t find your article about how you implement the last method. I found the articles for the previous two methods, but not the last. If you could point me to that article I would greatly appreciate that. Thanks.]]></description>
		<content:encoded><![CDATA[<p>I couldn&#8217;t find your article about how you implement the last method. I found the articles for the previous two methods, but not the last. If you could point me to that article I would greatly appreciate that. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anver Sadhat</title>
		<link>http://technology.amis.nl/2005/01/20/consuming-web-services-from-plsql-part-i-using-java-stored-procedures/#comment-1520</link>
		<dc:creator>Anver Sadhat</dc:creator>
		<pubDate>Mon, 09 Jul 2007 12:35:36 +0000</pubDate>
		<guid isPermaLink="false">/?p=348#comment-1520</guid>
		<description><![CDATA[Hi Lucas, your explanation is short and sweet. I am using Oracle 10g R2 and JDeveloper 10.1.3. In JDeveloper Web Service Stub/Skeleton is renamed as Web Service Proxy. I completed all the steps that you have mentioned , But when I try to run the CURRENCY_RATE_WS_API it is throwing the following error  &quot;class CurrencyExchangePortClient does not exist&quot;. Any help would be appreciated regarding this.]]></description>
		<content:encoded><![CDATA[<p>Hi Lucas, your explanation is short and sweet. I am using Oracle 10g R2 and JDeveloper 10.1.3. In JDeveloper Web Service Stub/Skeleton is renamed as Web Service Proxy. I completed all the steps that you have mentioned , But when I try to run the CURRENCY_RATE_WS_API it is throwing the following error  &#8220;class CurrencyExchangePortClient does not exist&#8221;. Any help would be appreciated regarding this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lucas</title>
		<link>http://technology.amis.nl/2005/01/20/consuming-web-services-from-plsql-part-i-using-java-stored-procedures/#comment-1519</link>
		<dc:creator>Lucas</dc:creator>
		<pubDate>Fri, 04 Nov 2005 05:56:47 +0000</pubDate>
		<guid isPermaLink="false">/?p=348#comment-1519</guid>
		<description><![CDATA[For an introduction to DBWS (Web Service Call-out Utility) in Oracle 10g, See: &lt;a href=&quot;http://www.oracle.com/technology/pub/articles/mensah_dws.html&quot; rel=&quot;nofollow&quot;&gt;Virtualize Your Oracle Database with Web Services by Kuassi Mensah (November 2005)&lt;/a&gt;]]></description>
		<content:encoded><![CDATA[<p>For an introduction to DBWS (Web Service Call-out Utility) in Oracle 10g, See: <a href="http://www.oracle.com/technology/pub/articles/mensah_dws.html" rel="nofollow">Virtualize Your Oracle Database with Web Services by Kuassi Mensah (November 2005)</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: &#187; Consuming Web Services from PL/SQL - Part II: A pure PL/SQL solution using UTL_HTTP (Oracle 9i or 10g)</title>
		<link>http://technology.amis.nl/2005/01/20/consuming-web-services-from-plsql-part-i-using-java-stored-procedures/#comment-1516</link>
		<dc:creator>&#187; Consuming Web Services from PL/SQL - Part II: A pure PL/SQL solution using UTL_HTTP (Oracle 9i or 10g)</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">/?p=348#comment-1516</guid>
		<description><![CDATA[[...] ate and load Java classes or write entire SOAP messages from within PL/SQLIn a post titled &lt;a href=&quot;http://technology.amis.nl/blog/index.php?p=348&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;Consuming Web Services from PL/SQL &#8211; Part I: Using Java Stored Procedures&lt;/a&gt; I [...]]]></description>
		<content:encoded><![CDATA[<p>[...] ate and load Java classes or write entire SOAP messages from within PL/SQLIn a post titled <a href="http://technology.amis.nl/blog/index.php?p=348" target="_blank" rel="nofollow">Consuming Web Services from PL/SQL &#8211; Part I: Using Java Stored Procedures</a> I [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: &#187; Publishing PL/SQL Based WebServices</title>
		<link>http://technology.amis.nl/2005/01/20/consuming-web-services-from-plsql-part-i-using-java-stored-procedures/#comment-1517</link>
		<dc:creator>&#187; Publishing PL/SQL Based WebServices</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">/?p=348#comment-1517</guid>
		<description><![CDATA[[...] will create a PL/SQL based WebService based on the Package we discussed in previous posts &lt;a href=&quot;http://technology.amis.nl/blog/index.php?p=348&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;Consuming Web Services from PL/SQL &#8211; Part I: Using Java Stored Procedures&lt;/a&gt;  a [...]]]></description>
		<content:encoded><![CDATA[<p>[...] will create a PL/SQL based WebService based on the Package we discussed in previous posts <a href="http://technology.amis.nl/blog/index.php?p=348" target="_blank" rel="nofollow">Consuming Web Services from PL/SQL &#8211; Part I: Using Java Stored Procedures</a>  a [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: &#187; Publishing PL/SQL &#8220;Services&#8221; as WebService using Oracle BPEL</title>
		<link>http://technology.amis.nl/2005/01/20/consuming-web-services-from-plsql-part-i-using-java-stored-procedures/#comment-1518</link>
		<dc:creator>&#187; Publishing PL/SQL &#8220;Services&#8221; as WebService using Oracle BPEL</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">/?p=348#comment-1518</guid>
		<description><![CDATA[[...] will create a PL/SQL based WebService based on the Package we discussed in previous posts &lt;a href=&quot;http://technology.amis.nl/blog/index.php?p=348&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;Consuming Web Services from PL/SQL &#8211; Part I: Using Java Stored Procedures&lt;/a&gt;  a [...]]]></description>
		<content:encoded><![CDATA[<p>[...] will create a PL/SQL based WebService based on the Package we discussed in previous posts <a href="http://technology.amis.nl/blog/index.php?p=348" target="_blank" rel="nofollow">Consuming Web Services from PL/SQL &#8211; Part I: Using Java Stored Procedures</a>  a [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
