<?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: Rapid PL/SQL Web Service Client development (using soapUI and utl_http)</title>
	<atom:link href="http://technology.amis.nl/2008/06/16/rapid-plsql-web-service-client-development-using-soapui-and-utl_http/feed/" rel="self" type="application/rss+xml" />
	<link>http://technology.amis.nl/2008/06/16/rapid-plsql-web-service-client-development-using-soapui-and-utl_http/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=rapid-plsql-web-service-client-development-using-soapui-and-utl_http</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: abhay</title>
		<link>http://technology.amis.nl/2008/06/16/rapid-plsql-web-service-client-development-using-soapui-and-utl_http/#comment-5357</link>
		<dc:creator>abhay</dc:creator>
		<pubDate>Mon, 01 Mar 2010 15:26:40 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=3227#comment-5357</guid>
		<description><![CDATA[nice, works like a charm and like the approach fo explaining]]></description>
		<content:encoded><![CDATA[<p>nice, works like a charm and like the approach fo explaining</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://technology.amis.nl/2008/06/16/rapid-plsql-web-service-client-development-using-soapui-and-utl_http/#comment-5356</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Wed, 18 Jun 2008 13:53:50 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=3227#comment-5356</guid>
		<description><![CDATA[Great Article...thanks]]></description>
		<content:encoded><![CDATA[<p>Great Article&#8230;thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aino</title>
		<link>http://technology.amis.nl/2008/06/16/rapid-plsql-web-service-client-development-using-soapui-and-utl_http/#comment-5355</link>
		<dc:creator>Aino</dc:creator>
		<pubDate>Wed, 18 Jun 2008 00:16:36 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=3227#comment-5355</guid>
		<description><![CDATA[Indeed, you&#039;ll have some trouble setting it up. It involves running s script (have to find out which one) and creating a synonym.
I hope the following code snippet (not complete) example is a bit readable :
l_service := UTL_DBWS.create_service (
                        wsdl_document_location =&gt; URIFACTORY.getURI(l_wsdl_url),
                        service_name           =&gt; l_service_name);
l_call := UTL_DBWS.create_call (
                    service_handle =&gt; l_service,
                    port_name      =&gt; NULL,
                    operation_name =&gt; l_operation_name);
l_result := UTL_DBWS.invoke (
                        call_handle  =&gt; l_call,
                        input_params =&gt; l_input_params);
@Anton, I&#039;ll send you the complete example.]]></description>
		<content:encoded><![CDATA[<p>Indeed, you&#8217;ll have some trouble setting it up. It involves running s script (have to find out which one) and creating a synonym.<br />
I hope the following code snippet (not complete) example is a bit readable :<br />
l_service := UTL_DBWS.create_service (<br />
                        wsdl_document_location =&gt; URIFACTORY.getURI(l_wsdl_url),<br />
                        service_name           =&gt; l_service_name);<br />
l_call := UTL_DBWS.create_call (<br />
                    service_handle =&gt; l_service,<br />
                    port_name      =&gt; NULL,<br />
                    operation_name =&gt; l_operation_name);<br />
l_result := UTL_DBWS.invoke (<br />
                        call_handle  =&gt; l_call,<br />
                        input_params =&gt; l_input_params);<br />
@Anton, I&#8217;ll send you the complete example.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anton</title>
		<link>http://technology.amis.nl/2008/06/16/rapid-plsql-web-service-client-development-using-soapui-and-utl_http/#comment-5354</link>
		<dc:creator>anton</dc:creator>
		<pubDate>Tue, 17 Jun 2008 22:03:19 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=3227#comment-5354</guid>
		<description><![CDATA[@Aino Can you give an example calling this webservice with utl_dbws?]]></description>
		<content:encoded><![CDATA[<p>@Aino Can you give an example calling this webservice with utl_dbws?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kurt</title>
		<link>http://technology.amis.nl/2008/06/16/rapid-plsql-web-service-client-development-using-soapui-and-utl_http/#comment-5353</link>
		<dc:creator>kurt</dc:creator>
		<pubDate>Tue, 17 Jun 2008 11:34:51 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=3227#comment-5353</guid>
		<description><![CDATA[JPublisher is even easier ... unfortunately it got we stuck when consume WS-Security enabled webservices
http://download.oracle.com/docs/cd/B28359_01/java.111/b31226/intro.htm#i1009268]]></description>
		<content:encoded><![CDATA[<p>JPublisher is even easier &#8230; unfortunately it got we stuck when consume WS-Security enabled webservices<br />
<a href="http://download.oracle.com/docs/cd/B28359_01/java.111/b31226/intro.htm#i1009268" rel="nofollow">http://download.oracle.com/docs/cd/B28359_01/java.111/b31226/intro.htm#i1009268</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lucas Jellema</title>
		<link>http://technology.amis.nl/2008/06/16/rapid-plsql-web-service-client-development-using-soapui-and-utl_http/#comment-5352</link>
		<dc:creator>Lucas Jellema</dc:creator>
		<pubDate>Tue, 17 Jun 2008 00:01:09 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=3227#comment-5352</guid>
		<description><![CDATA[Hi Aino, &lt;br /&gt;Thanks for your suggestion. I have been looking at utl_dbws but I was not yet convinced of how easy it is to use. Resources on blogs and even the Oracle documentation have not convinced me. (I was looking for example at the Oracle Base Article: &lt;a href=&quot;http://www.oracle-base.com/articles/10g/utl_dbws10g.php&quot; rel=&quot;nofollow&quot;&gt;http://www.oracle-base.com/articles/10g/utl_dbws10g.php&lt;/a&gt;. Is your experience good? It seems like a lot of trouble to go through to set it up and use it- but perhaps with more complex service calls it is worth it. &lt;br /&gt;&lt;br /&gt;
Lucas]]></description>
		<content:encoded><![CDATA[<p>Hi Aino, <br />Thanks for your suggestion. I have been looking at utl_dbws but I was not yet convinced of how easy it is to use. Resources on blogs and even the Oracle documentation have not convinced me. (I was looking for example at the Oracle Base Article: <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>. Is your experience good? It seems like a lot of trouble to go through to set it up and use it- but perhaps with more complex service calls it is worth it. </p>
<p>Lucas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aino</title>
		<link>http://technology.amis.nl/2008/06/16/rapid-plsql-web-service-client-development-using-soapui-and-utl_http/#comment-5351</link>
		<dc:creator>Aino</dc:creator>
		<pubDate>Mon, 16 Jun 2008 21:42:24 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=3227#comment-5351</guid>
		<description><![CDATA[Hi Lucas,

For interaction with soap webservices, utl_dbws is much more convenient. You interact with the service using the wsdl url, service name and operation name and don&#039;t have tot worry about the actual interaction, including the soap request and response.]]></description>
		<content:encoded><![CDATA[<p>Hi Lucas,</p>
<p>For interaction with soap webservices, utl_dbws is much more convenient. You interact with the service using the wsdl url, service name and operation name and don&#8217;t have tot worry about the actual interaction, including the soap request and response.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
