<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	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>Oracle SOA</title>
	<atom:link href="http://oraclesoa.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://oraclesoa.wordpress.com</link>
	<description></description>
	<lastBuildDate>Tue, 06 Oct 2009 08:38:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='oraclesoa.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Oracle SOA</title>
		<link>http://oraclesoa.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://oraclesoa.wordpress.com/osd.xml" title="Oracle SOA" />
	<atom:link rel='hub' href='http://oraclesoa.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Oracle Service Bus: Flat file to JMS routing with Xquery transformation</title>
		<link>http://oraclesoa.wordpress.com/2009/10/04/flat-file-to-jms-routing-with-xquery-transformation/</link>
		<comments>http://oraclesoa.wordpress.com/2009/10/04/flat-file-to-jms-routing-with-xquery-transformation/#comments</comments>
		<pubDate>Sun, 04 Oct 2009 15:36:46 +0000</pubDate>
		<dc:creator>oraclesoa</dc:creator>
				<category><![CDATA[Weblogic]]></category>

		<guid isPermaLink="false">http://oraclesoa.wordpress.com/2009/10/04/flat-file-to-jms-routing-with-xquery-transformation/</guid>
		<description><![CDATA[1. Login into Weblogic console http://localhost:7021:console. JMS Modules -&#62; JMS resources and create a new JMS queue “File2JMS_BSRequest” Select the subdeployment as “wlsbJMSServer” 2. Create new Oracle Service Bus configuration project and then new OSB project. 3. Drag and drop the two schema files into the OSB project (File2jms) in WebLogic workshop IDE. With the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oraclesoa.wordpress.com&amp;blog=2318582&amp;post=47&amp;subd=oraclesoa&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>1. Login into Weblogic console http://localhost:7021:console. JMS Modules -&gt; JMS resources and create a new JMS queue “File2JMS_BSRequest” Select the subdeployment as “wlsbJMSServer”</p>
<p>2. Create new Oracle Service Bus configuration project and then new OSB project.</p>
<p><img src="http://oraclesoa.files.wordpress.com/2009/10/1.jpg?w=500&#038;h=500" alt="1" title="1" width="500" height="500" class="aligncenter size-full wp-image-50" /></p>
<p>3. Drag and drop the two schema files into the OSB project (File2jms) in WebLogic workshop IDE.</p>
<p>With the source and target schema impoerted, create a new xquery file in Oracle Service Bus and map the source and target field.</p>
<p>File2JMS -&gt; New “XQuery Transformation”</p>
<p><img src="http://oraclesoa.files.wordpress.com/2009/10/2.jpg?w=438&#038;h=415" alt="2" title="2" width="438" height="415" class="aligncenter size-full wp-image-51" /></p>
<p>Select the source and target, xml to xml mapping in the XQuery Transformation.</p>
<p><img src="http://oraclesoa.files.wordpress.com/2009/10/3.jpg?w=573&#038;h=98" alt="3" title="3" width="573" height="98" class="aligncenter size-full wp-image-52" /></p>
<p>4. Create a new business service.</p>
<p>Select service as messaging service, message type as xml [do not use browse button leave it empty], and select transport as jms.</p>
<p>In the transport confifuration, select jms as the protocol. Map the endpoint URI to jms queue. </p>
<p> <img src="http://oraclesoa.files.wordpress.com/2009/10/5.jpg?w=574&#038;h=247" alt="5" title="5" width="574" height="247" class="aligncenter size-full wp-image-54" /></p>
<p>In the JMS transport page, select Queue as the destination type and set the message type to &#8216;text&#8217;.</p>
<p>5. Create a new proxy service called ‘FileRoute.proxy’. </p>
<p><img src="http://oraclesoa.files.wordpress.com/2009/10/6.jpg?w=439&#038;h=552" alt="6" title="6" width="439" height="552" class="aligncenter size-full wp-image-55" /></p>
<p>Select service as messaging service, message type as xml [do not use browse button leave it empty], and select transport as file.</p>
<p>Create 2 folders in your C drive, ‘newdir’ and ‘stagedir’.</p>
<p><img src="http://oraclesoa.files.wordpress.com/2009/10/71.jpg?w=579&#038;h=275" alt="7" title="7" width="579" height="275" class="aligncenter size-full wp-image-65" /></p>
<p>Set the polling interval to 5 seconds and set the staging directory.</p>
<p><img src="http://oraclesoa.files.wordpress.com/2009/10/8.jpg?w=579&#038;h=359" alt="8" title="8" width="579" height="359" class="aligncenter size-full wp-image-57" /> </p>
<p>Go to the message flow tab, from the design palette drag and drop Route activity into the process flow diagram after FileRoute activity.</p>
<p>Drag and drop routing activity after the route node. (Select from Route Action &#8211; Communication-&gt;Routing)</p>
<p>We need to add 2 assign and 1 insert activity.<br />
Drag and drop Assign activity from the design palette into the Request Action pipeline.</p>
<p>Browse the Xquery template, drag and drop the SourceCustomer from the variable structure. </p>
<p><img src="http://oraclesoa.files.wordpress.com/2009/10/9.jpg?w=579&#038;h=432" alt="9" title="9" width="579" height="432" class="aligncenter size-full wp-image-58" /></p>
<p>Enter ‘xml’ in the vairable field.</p>
<p>In the second assign activity, enter ‘<br />
’ , in the expression field and set variable field to ‘body’.</p>
<p>In the insert activity, copy the content of the xml variable to the body variable</p>
<p><img src="http://oraclesoa.files.wordpress.com/2009/10/10.jpg?w=579&#038;h=607" alt="10" title="10" width="579" height="607" class="aligncenter size-full wp-image-59" /></p>
<p><img src="http://oraclesoa.files.wordpress.com/2009/10/11.jpg?w=579&#038;h=561" alt="11" title="11" width="579" height="561" class="aligncenter size-full wp-image-60" /></p>
<p>Click on the Routing activity in the process diagram and select the business service.</p>
<p>6. Deploy the OSB_Config project to the Weblogic Server and goto the OSB Console to execute the process.</p>
<p>7. Goto the Weblogic JMS monitoring console to the see output with concatenated message.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/oraclesoa.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/oraclesoa.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/oraclesoa.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/oraclesoa.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/oraclesoa.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/oraclesoa.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/oraclesoa.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/oraclesoa.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/oraclesoa.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/oraclesoa.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/oraclesoa.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/oraclesoa.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/oraclesoa.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/oraclesoa.wordpress.com/47/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oraclesoa.wordpress.com&amp;blog=2318582&amp;post=47&amp;subd=oraclesoa&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://oraclesoa.wordpress.com/2009/10/04/flat-file-to-jms-routing-with-xquery-transformation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c13c0cd0c64c6c81bd16aac26a5e31c3?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">oraclesoa</media:title>
		</media:content>

		<media:content url="http://oraclesoa.files.wordpress.com/2009/10/1.jpg" medium="image">
			<media:title type="html">1</media:title>
		</media:content>

		<media:content url="http://oraclesoa.files.wordpress.com/2009/10/2.jpg" medium="image">
			<media:title type="html">2</media:title>
		</media:content>

		<media:content url="http://oraclesoa.files.wordpress.com/2009/10/3.jpg" medium="image">
			<media:title type="html">3</media:title>
		</media:content>

		<media:content url="http://oraclesoa.files.wordpress.com/2009/10/5.jpg" medium="image">
			<media:title type="html">5</media:title>
		</media:content>

		<media:content url="http://oraclesoa.files.wordpress.com/2009/10/6.jpg" medium="image">
			<media:title type="html">6</media:title>
		</media:content>

		<media:content url="http://oraclesoa.files.wordpress.com/2009/10/71.jpg" medium="image">
			<media:title type="html">7</media:title>
		</media:content>

		<media:content url="http://oraclesoa.files.wordpress.com/2009/10/8.jpg" medium="image">
			<media:title type="html">8</media:title>
		</media:content>

		<media:content url="http://oraclesoa.files.wordpress.com/2009/10/9.jpg" medium="image">
			<media:title type="html">9</media:title>
		</media:content>

		<media:content url="http://oraclesoa.files.wordpress.com/2009/10/10.jpg" medium="image">
			<media:title type="html">10</media:title>
		</media:content>

		<media:content url="http://oraclesoa.files.wordpress.com/2009/10/11.jpg" medium="image">
			<media:title type="html">11</media:title>
		</media:content>
	</item>
		<item>
		<title>JDeveloper 11g &#8211; Creating PL/SQL Webservice and deploying to Weblogic Server</title>
		<link>http://oraclesoa.wordpress.com/2009/07/10/jdeveloper-11g-creating-plsql-webservice-and-deploying-to-weblogic-server/</link>
		<comments>http://oraclesoa.wordpress.com/2009/07/10/jdeveloper-11g-creating-plsql-webservice-and-deploying-to-weblogic-server/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 18:22:02 +0000</pubDate>
		<dc:creator>oraclesoa</dc:creator>
				<category><![CDATA[Weblogic]]></category>

		<guid isPermaLink="false">http://oraclesoa.wordpress.com/?p=9</guid>
		<description><![CDATA[You can expose PL/SQL stored procedures as Webservice via JDeveloper(which wraps the PL/SQL code into Java wrapper), and you can deploy it into weblogic server. 1. Open JDev 11g and create a database connection to HR schema(a sample schema that contains the PL/SQL procedure). 2. Create a generic application PL_SQL_WS and project name GetEmployee. 3. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oraclesoa.wordpress.com&amp;blog=2318582&amp;post=9&amp;subd=oraclesoa&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>You can expose PL/SQL stored procedures as Webservice via JDeveloper(which wraps the PL/SQL code into Java wrapper), and you can deploy it into weblogic server.</p>
<p>1. Open JDev 11g and create a database connection to HR schema(a sample schema that contains the PL/SQL procedure).</p>
<p><img src="http://oraclesoa.files.wordpress.com/2009/07/1.jpg?w=511&#038;h=469" alt="1" title="1" width="511" height="469" class="aligncenter size-full wp-image-10" /><br />
<img src="http://oraclesoa.files.wordpress.com/2009/07/2.jpg?w=560&#038;h=560" alt="2" title="2" width="560" height="560" class="aligncenter size-full wp-image-14" /></p>
<p>2. Create a generic application PL_SQL_WS and project name GetEmployee.</p>
<p><img src="http://oraclesoa.files.wordpress.com/2009/07/3.jpg?w=640&#038;h=480" alt="3" title="3" width="640" height="480" class="aligncenter size-full wp-image-15" /><br />
<img src="http://oraclesoa.files.wordpress.com/2009/07/4.jpg?w=640&#038;h=480" alt="4" title="4" width="640" height="480" class="aligncenter size-full wp-image-16" /></p>
<p>3. From the database connnection navigator right click the PL/SQL package and publish as webservice. Click next and accept the default</p>
<p><img src="http://oraclesoa.files.wordpress.com/2009/07/7.jpg?w=640&#038;h=480" alt="6" title="6" width="640" height="480" class="aligncenter size-medium wp-image-19" /><br />
<img src="http://oraclesoa.files.wordpress.com/2009/07/8.jpg?w=640&#038;h=480" alt="6" title="6" width="640" height="480" class="aligncenter size-medium wp-image-20" /><br />
<img src="http://oraclesoa.files.wordpress.com/2009/07/9.jpg?w=640&#038;h=480" alt="6" title="6" width="640" height="480" class="aligncenter size-medium wp-image-21" /></p>
<p>4. Accpet the default and start once finished start the Weblogic Server, here im using the embedded weblogic server in the JDeveloper 11g.</p>
<p>5. Login into Weblogic console and create a datasource connection.</p>
<p>Name &#8211; hrconnDS<br />
JNDI Name &#8211; jdbc/hrconnDS<br />
Donforget to DS suffix.<br />
<img src="http://oraclesoa.files.wordpress.com/2009/07/18.jpg?w=550&#038;h=400" alt="6" title="6" width="550" height="400" class="aligncenter size-medium wp-image-22" /></p>
<p>6. Deploy the application to the Weblogic Server from JDeveloper11g.</p>
<p>7. Test the Webservice from Weblogic console, through the Weblogic test client.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/oraclesoa.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/oraclesoa.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/oraclesoa.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/oraclesoa.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/oraclesoa.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/oraclesoa.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/oraclesoa.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/oraclesoa.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/oraclesoa.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/oraclesoa.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/oraclesoa.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/oraclesoa.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/oraclesoa.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/oraclesoa.wordpress.com/9/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oraclesoa.wordpress.com&amp;blog=2318582&amp;post=9&amp;subd=oraclesoa&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://oraclesoa.wordpress.com/2009/07/10/jdeveloper-11g-creating-plsql-webservice-and-deploying-to-weblogic-server/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c13c0cd0c64c6c81bd16aac26a5e31c3?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">oraclesoa</media:title>
		</media:content>

		<media:content url="http://oraclesoa.files.wordpress.com/2009/07/1.jpg" medium="image">
			<media:title type="html">1</media:title>
		</media:content>

		<media:content url="http://oraclesoa.files.wordpress.com/2009/07/2.jpg" medium="image">
			<media:title type="html">2</media:title>
		</media:content>

		<media:content url="http://oraclesoa.files.wordpress.com/2009/07/3.jpg" medium="image">
			<media:title type="html">3</media:title>
		</media:content>

		<media:content url="http://oraclesoa.files.wordpress.com/2009/07/4.jpg" medium="image">
			<media:title type="html">4</media:title>
		</media:content>

		<media:content url="http://oraclesoa.files.wordpress.com/2009/07/7.jpg?w=300" medium="image">
			<media:title type="html">6</media:title>
		</media:content>

		<media:content url="http://oraclesoa.files.wordpress.com/2009/07/8.jpg?w=300" medium="image">
			<media:title type="html">6</media:title>
		</media:content>

		<media:content url="http://oraclesoa.files.wordpress.com/2009/07/9.jpg?w=300" medium="image">
			<media:title type="html">6</media:title>
		</media:content>

		<media:content url="http://oraclesoa.files.wordpress.com/2009/07/18.jpg?w=300" medium="image">
			<media:title type="html">6</media:title>
		</media:content>
	</item>
		<item>
		<title>Creating Weblogic Cluster</title>
		<link>http://oraclesoa.wordpress.com/2008/08/27/creating-weblogic-cluster/</link>
		<comments>http://oraclesoa.wordpress.com/2008/08/27/creating-weblogic-cluster/#comments</comments>
		<pubDate>Wed, 27 Aug 2008 11:52:20 +0000</pubDate>
		<dc:creator>oraclesoa</dc:creator>
				<category><![CDATA[Weblogic]]></category>

		<guid isPermaLink="false">http://oraclesoa.wordpress.com/2008/08/27/creating-weblogic-cluster/</guid>
		<description><![CDATA[<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oraclesoa.wordpress.com&amp;blog=2318582&amp;post=8&amp;subd=oraclesoa&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oraclesoa.wordpress.com&amp;blog=2318582&amp;post=8&amp;subd=oraclesoa&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://oraclesoa.wordpress.com/2008/08/27/creating-weblogic-cluster/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c13c0cd0c64c6c81bd16aac26a5e31c3?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">oraclesoa</media:title>
		</media:content>
	</item>
		<item>
		<title>Calling BPEL process from JSP</title>
		<link>http://oraclesoa.wordpress.com/2008/05/20/calling-bpel-process-from-jsp/</link>
		<comments>http://oraclesoa.wordpress.com/2008/05/20/calling-bpel-process-from-jsp/#comments</comments>
		<pubDate>Tue, 20 May 2008 15:44:50 +0000</pubDate>
		<dc:creator>oraclesoa</dc:creator>
				<category><![CDATA[SOA]]></category>

		<guid isPermaLink="false">http://oraclesoa.wordpress.com/?p=6</guid>
		<description><![CDATA[Use the HelloWorld BPEL process in the /samples/tutorials folder. Deploy the BPEL process using obant command.   *****************CallBPEL.jsp***************** &#60;%@ page import=&#8221;com.oracle.bpel.client.Locator&#8221;%&#62; &#60;%@ page import=&#8221;com.oracle.bpel.client.NormalizedMessage&#8221;%&#62; &#60;%@ page import=&#8221;com.oracle.bpel.client.delivery.IDeliveryService&#8221;%&#62; &#60;html&#62;   &#60;head&#62;     &#60;meta http-equiv=&#8221;Content-Type&#8221; content=&#8221;text/html; charset=windows-1252&#8243;/&#62;     &#60;title&#62;InvokeBPELProcess&#60;/title&#62;   &#60;/head&#62;   &#60;body&#62;&#60;%    String name = request.getParameter(&#8220;name&#8221;);   if (name == null)   name = &#8220;BPEL&#8221;; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oraclesoa.wordpress.com&amp;blog=2318582&amp;post=6&amp;subd=oraclesoa&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://oraclesoa.files.wordpress.com/2008/05/invokebpel.jpg"></a>Use the HelloWorld BPEL process in the /samples/tutorials folder. Deploy the BPEL process using obant command.</p>
<p> </p>
<p style="text-align:center;"><img class="size-full wp-image-7" src="http://oraclesoa.files.wordpress.com/2008/05/invokebpel.jpg?w=400&#038;h=289" alt="HelloWorld BPEL Process" width="400" height="289" /></p>
<p style="text-align:center;">*****************CallBPEL.jsp*****************</p>
<p style="text-align:left;">&lt;%@ page import=&#8221;com.oracle.bpel.client.Locator&#8221;%&gt;<br />
&lt;%@ page import=&#8221;com.oracle.bpel.client.NormalizedMessage&#8221;%&gt;<br />
&lt;%@ page import=&#8221;com.oracle.bpel.client.delivery.IDeliveryService&#8221;%&gt;<br />
&lt;html&gt;<br />
  &lt;head&gt;<br />
    &lt;meta http-equiv=&#8221;Content-Type&#8221; content=&#8221;text/html; charset=windows-1252&#8243;/&gt;<br />
    &lt;title&gt;InvokeBPELProcess&lt;/title&gt;<br />
  &lt;/head&gt;<br />
  &lt;body&gt;&lt;% <br />
  String name = request.getParameter(&#8220;name&#8221;);<br />
  if (name == null)<br />
  name = &#8220;BPEL&#8221;;<br />
  String xml = &#8220;&lt;name xmlns=\&#8221;<a href="http://samples.otn.com\">http://samples.otn.com\</a>&#8220;&gt;&#8221; + name + &#8220;&lt;/name&gt;&#8221;;<br />
 <br />
    Locator locator = new Locator(&#8220;default&#8221;,&#8221;bpel&#8221;);<br />
    IDeliveryService deliveryService = (IDeliveryService)locator.lookupService(IDeliveryService.SERVICE_NAME );<br />
    NormalizedMessage nm = new NormalizedMessage( );<br />
    nm.addPart(&#8220;payload&#8221;, xml );<br />
    deliveryService.post(&#8220;HelloWorld&#8221;, &#8220;initiate&#8221;, nm);<br />
   <br />
    out.println(&#8220;BPELProcess HelloWorld initiated!&#8221;);<br />
  %&gt;&lt;/body&gt;<br />
&lt;/html&gt;</p>
<p style="text-align:center;">*****************</p>
<p style="text-align:left;">Use obant to deploy the jsp file.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/oraclesoa.wordpress.com/6/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/oraclesoa.wordpress.com/6/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/oraclesoa.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/oraclesoa.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/oraclesoa.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/oraclesoa.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/oraclesoa.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/oraclesoa.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/oraclesoa.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/oraclesoa.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/oraclesoa.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/oraclesoa.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/oraclesoa.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/oraclesoa.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/oraclesoa.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/oraclesoa.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oraclesoa.wordpress.com&amp;blog=2318582&amp;post=6&amp;subd=oraclesoa&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://oraclesoa.wordpress.com/2008/05/20/calling-bpel-process-from-jsp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c13c0cd0c64c6c81bd16aac26a5e31c3?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">oraclesoa</media:title>
		</media:content>

		<media:content url="http://oraclesoa.files.wordpress.com/2008/05/invokebpel.jpg" medium="image">
			<media:title type="html">HelloWorld BPEL Process</media:title>
		</media:content>
	</item>
	</channel>
</rss>
