<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Calling Webservices from pl/sql</title>
	<atom:link href="http://iadviseblog.wordpress.com/2008/06/01/calling-webservices-from-plsql/feed/" rel="self" type="application/rss+xml" />
	<link>http://iadviseblog.wordpress.com/2008/06/01/calling-webservices-from-plsql/</link>
	<description>Building applications using the Oracle Technology stack</description>
	<lastBuildDate>Wed, 27 Mar 2013 02:33:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Frederik Vallaeys</title>
		<link>http://iadviseblog.wordpress.com/2008/06/01/calling-webservices-from-plsql/#comment-487</link>
		<dc:creator><![CDATA[Frederik Vallaeys]]></dc:creator>
		<pubDate>Tue, 16 Sep 2008 18:27:00 +0000</pubDate>
		<guid isPermaLink="false">http://iadviseblog.wordpress.com/2008/06/01/calling-webservices-from-plsql#comment-487</guid>
		<description><![CDATA[You need to use a webservice which is defined as being a document/literal and afterwards you can use Document to retrieve information from the XMLDocument. Which errors are you running into?]]></description>
		<content:encoded><![CDATA[<p>You need to use a webservice which is defined as being a document/literal and afterwards you can use Document to retrieve information from the XMLDocument. Which errors are you running into?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://iadviseblog.wordpress.com/2008/06/01/calling-webservices-from-plsql/#comment-480</link>
		<dc:creator><![CDATA[Mark]]></dc:creator>
		<pubDate>Thu, 11 Sep 2008 11:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://iadviseblog.wordpress.com/2008/06/01/calling-webservices-from-plsql#comment-480</guid>
		<description><![CDATA[It looks like your dealing with an Axis multiRef object. I&#039;m trying to do the same with little success in terms or extracting the values from the returned XMLTYPE. Is there a trick to referencing the multiRef elements and attributes (i&#039;m assuming that you are calling the web service and getting a multiRef returned).- Mark]]></description>
		<content:encoded><![CDATA[<p>It looks like your dealing with an Axis multiRef object. I&#8217;m trying to do the same with little success in terms or extracting the values from the returned XMLTYPE. Is there a trick to referencing the multiRef elements and attributes (i&#8217;m assuming that you are calling the web service and getting a multiRef returned).- Mark</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frederik Vallaeys</title>
		<link>http://iadviseblog.wordpress.com/2008/06/01/calling-webservices-from-plsql/#comment-461</link>
		<dc:creator><![CDATA[Frederik Vallaeys]]></dc:creator>
		<pubDate>Mon, 04 Aug 2008 10:43:00 +0000</pubDate>
		<guid isPermaLink="false">http://iadviseblog.wordpress.com/2008/06/01/calling-webservices-from-plsql#comment-461</guid>
		<description><![CDATA[Thanks Jim for your remark.You are right, if you use the utl_dbws package the code would be much neater, but for this project we didn&#039;t used it because if you want to use this package you have to do some additional setups for your database (load java code for example), since we had very limited access to this db, it was easier(and faster) to use the http package.Using the utl_dbws is also not as easy as it should be, because of the lack of good documentation.]]></description>
		<content:encoded><![CDATA[<p>Thanks Jim for your remark.You are right, if you use the utl_dbws package the code would be much neater, but for this project we didn&#8217;t used it because if you want to use this package you have to do some additional setups for your database (load java code for example), since we had very limited access to this db, it was easier(and faster) to use the http package.Using the utl_dbws is also not as easy as it should be, because of the lack of good documentation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: f-o-f</title>
		<link>http://iadviseblog.wordpress.com/2008/06/01/calling-webservices-from-plsql/#comment-435</link>
		<dc:creator><![CDATA[f-o-f]]></dc:creator>
		<pubDate>Tue, 10 Jun 2008 17:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://iadviseblog.wordpress.com/2008/06/01/calling-webservices-from-plsql#comment-435</guid>
		<description><![CDATA[At the risk of asking a silly question, why didn&#039;t you just use the built-in UTL_DBWS package (ex http://www.oracle-base.com/articles/10g/utl_dbws10g.php)?  It&#039;s a little more verbose syntax, but I assume much more robust, especially for parameter passing, exception handling, and overall session management.  I haven&#039;t used utl_dbws yet, but my experience with utl_http has been spotty at best, especially under load, so I would guess (hope!) utl_dbws is more reliable.-Jim]]></description>
		<content:encoded><![CDATA[<p>At the risk of asking a silly question, why didn&#8217;t you just use the built-in UTL_DBWS package (ex <a href="http://www.oracle-base.com/articles/10g/utl_dbws10g.php" rel="nofollow">http://www.oracle-base.com/articles/10g/utl_dbws10g.php</a>)?  It&#8217;s a little more verbose syntax, but I assume much more robust, especially for parameter passing, exception handling, and overall session management.  I haven&#8217;t used utl_dbws yet, but my experience with utl_http has been spotty at best, especially under load, so I would guess (hope!) utl_dbws is more reliable.-Jim</p>
]]></content:encoded>
	</item>
</channel>
</rss>
