<?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: Invoke an ESB Service in your User Interface and display the response of this service</title>
	<atom:link href="http://iadviseblog.wordpress.com/2007/06/06/invoke-an-esb-service-in-your-user-interface-and-display-the-response-of-this-service/feed/" rel="self" type="application/rss+xml" />
	<link>http://iadviseblog.wordpress.com/2007/06/06/invoke-an-esb-service-in-your-user-interface-and-display-the-response-of-this-service/</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: Nathalie Roman</title>
		<link>http://iadviseblog.wordpress.com/2007/06/06/invoke-an-esb-service-in-your-user-interface-and-display-the-response-of-this-service/#comment-491</link>
		<dc:creator><![CDATA[Nathalie Roman]]></dc:creator>
		<pubDate>Mon, 06 Oct 2008 16:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://iadviseblog.wordpress.com/2007/06/06/invoke-an-esb-service-in-your-user-interface-and-display-the-response-of-this-service#comment-491</guid>
		<description><![CDATA[Hi Greg,Sorry I never answered your post regarding invoking an esb endpoint through soapui or flex.We&#039;re experiencing the same problem, namely invoking an esb endpoint using soapui? Did you get any answers to that problem?Kind regards,Nathalie]]></description>
		<content:encoded><![CDATA[<p>Hi Greg,Sorry I never answered your post regarding invoking an esb endpoint through soapui or flex.We&#8217;re experiencing the same problem, namely invoking an esb endpoint using soapui? Did you get any answers to that problem?Kind regards,Nathalie</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wally</title>
		<link>http://iadviseblog.wordpress.com/2007/06/06/invoke-an-esb-service-in-your-user-interface-and-display-the-response-of-this-service/#comment-419</link>
		<dc:creator><![CDATA[Wally]]></dc:creator>
		<pubDate>Sun, 13 Apr 2008 07:45:00 +0000</pubDate>
		<guid isPermaLink="false">http://iadviseblog.wordpress.com/2007/06/06/invoke-an-esb-service-in-your-user-interface-and-display-the-response-of-this-service#comment-419</guid>
		<description><![CDATA[Hi,I keep coming across your interesting and relevant blog articles in my Google searches, about my current issues with Oracle ESB services.I&#039;ve done exactly what you&#039;ve done here within the ESB (10.1.3.3).  I&#039;ve then tried consuming the resulting service using both Flex 2 and SoapUI. Neither of them tolerate the WSDL of the ESB service and seem to think it&#039;s somehow invalid.  Any ideas or suggestions would be greatly appreciated.Regards,Greg]]></description>
		<content:encoded><![CDATA[<p>Hi,I keep coming across your interesting and relevant blog articles in my Google searches, about my current issues with Oracle ESB services.I&#8217;ve done exactly what you&#8217;ve done here within the ESB (10.1.3.3).  I&#8217;ve then tried consuming the resulting service using both Flex 2 and SoapUI. Neither of them tolerate the WSDL of the ESB service and seem to think it&#8217;s somehow invalid.  Any ideas or suggestions would be greatly appreciated.Regards,Greg</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathalie Roman</title>
		<link>http://iadviseblog.wordpress.com/2007/06/06/invoke-an-esb-service-in-your-user-interface-and-display-the-response-of-this-service/#comment-395</link>
		<dc:creator><![CDATA[Nathalie Roman]]></dc:creator>
		<pubDate>Fri, 14 Dec 2007 07:47:00 +0000</pubDate>
		<guid isPermaLink="false">http://iadviseblog.wordpress.com/2007/06/06/invoke-an-esb-service-in-your-user-interface-and-display-the-response-of-this-service#comment-395</guid>
		<description><![CDATA[You could create the page as you are explaining, use two radio buttons and depending on the choice of the end-user invoke thr wright operation on the esb using a backing bean and adf faces.]]></description>
		<content:encoded><![CDATA[<p>You could create the page as you are explaining, use two radio buttons and depending on the choice of the end-user invoke thr wright operation on the esb using a backing bean and adf faces.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mango</title>
		<link>http://iadviseblog.wordpress.com/2007/06/06/invoke-an-esb-service-in-your-user-interface-and-display-the-response-of-this-service/#comment-393</link>
		<dc:creator><![CDATA[Mango]]></dc:creator>
		<pubDate>Wed, 05 Dec 2007 10:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://iadviseblog.wordpress.com/2007/06/06/invoke-an-esb-service-in-your-user-interface-and-display-the-response-of-this-service#comment-393</guid>
		<description><![CDATA[Hi,I tried with your example and it helps out to fix call an esb from jsf page. I would like to know more on this information. Actually i have created an esb which has a filter select and update based on the filter it will route to the corresponding operations. I thought of creating a page which has 2 radio button namely select and update, then a name field, designation field and a submit button.Once the user enter the name that he wants to see the designation for that user, he will enter the name and select the radio button for select and press submit button.This will get the designation of that name and display in the designation field.If the user want to update the designation of the user, provide the name and change the designation value and select update radio button and click submit. This will update the record for the name provided.How do i create a UI for this, shall i create it jus like we create for any web application or not. Reply.Please.Thanks.Regards,Vijay.B]]></description>
		<content:encoded><![CDATA[<p>Hi,I tried with your example and it helps out to fix call an esb from jsf page. I would like to know more on this information. Actually i have created an esb which has a filter select and update based on the filter it will route to the corresponding operations. I thought of creating a page which has 2 radio button namely select and update, then a name field, designation field and a submit button.Once the user enter the name that he wants to see the designation for that user, he will enter the name and select the radio button for select and press submit button.This will get the designation of that name and display in the designation field.If the user want to update the designation of the user, provide the name and change the designation value and select update radio button and click submit. This will update the record for the name provided.How do i create a UI for this, shall i create it jus like we create for any web application or not. Reply.Please.Thanks.Regards,Vijay.B</p>
]]></content:encoded>
	</item>
</channel>
</rss>
