{"id":1437,"date":"2011-04-17T12:14:08","date_gmt":"2011-04-17T12:14:08","guid":{"rendered":"http:\/\/sendyoursmiles.com\/articles\/execute-bpel-process-using-adf-jsf-pages"},"modified":"2014-12-09T06:24:41","modified_gmt":"2014-12-09T06:24:41","slug":"execute-bpel-process-using-adf-jsf-pages","status":"publish","type":"post","link":"https:\/\/erpschools.com\/erps\/fusion-middleware\/execute-bpel-process-using-adf-jsf-pages","title":{"rendered":"Execute BPEL Process using ADF JSF Pages"},"content":{"rendered":"<p><span style=\"text-decoration: underline;\">Steps:<\/span><\/p>\n<p>1.Get the WSDL URL<\/p>\n<p>2.Build the JSF Page<\/p>\n<p>3.Run the .jspx page<\/p>\n<p><span style=\"text-decoration: underline;\">Get the WSDL URL:<\/span><\/p>\n<p>Start your SOA Suite<\/p>\n<p>Open BPEL Console using <a href=\"http:\/\/localhost:8888\/BPELConsole\">http:\/\/localhost:8888\/BPELConsole<\/a><\/p>\n<p><img decoding=\"async\" alt=\"\" src=\"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/041711_1212_ExecuteBPEL1.jpg\" \/><\/p>\n<p>Click on the DatabaseAdapterTutorial that we developed in previous tutorial. You can download the code from here.<\/p>\n<p><img decoding=\"async\" alt=\"\" src=\"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/041711_1212_ExecuteBPEL2.jpg\" \/><\/p>\n<p>Click on WSDL tab<\/p>\n<p><img decoding=\"async\" alt=\"\" src=\"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/041711_1212_ExecuteBPEL3.jpg\" \/><\/p>\n<p>Click on the URL listed as WSDL Location<\/p>\n<p><img decoding=\"async\" alt=\"\" src=\"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/041711_1212_ExecuteBPEL4.jpg\" \/><\/p>\n<p>Copy the URL from the above page and save it somewhere.<\/p>\n<p><a href=\"http:\/\/localhost:8888\/orabpel\/default\/DatabaseAdapterTutorial\/1.1\/DatabaseAdapterTutorial?wsdl\">http:\/\/localhost:8888\/orabpel\/default\/DatabaseAdapterTutorial\/1.1\/DatabaseAdapterTutorial?wsdl<\/a><\/p>\n<p><img decoding=\"async\" alt=\"\" src=\"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/041711_1212_ExecuteBPEL5.jpg\" \/><\/p>\n<p>BUILD JSF Page:<\/p>\n<p>Right click on the page and select &#8216;New&#8217;<\/p>\n<p><img decoding=\"async\" alt=\"\" src=\"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/041711_1212_ExecuteBPEL6.jpg\" \/><\/p>\n<p>Select Web Services and Web Service Data control<\/p>\n<p><img decoding=\"async\" alt=\"\" src=\"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/041711_1212_ExecuteBPEL7.jpg\" \/><\/p>\n<p>Click OK<\/p>\n<p><img decoding=\"async\" alt=\"\" src=\"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/041711_1212_ExecuteBPEL8.jpg\" \/><\/p>\n<p>Click Next<\/p>\n<p><img decoding=\"async\" alt=\"\" src=\"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/041711_1212_ExecuteBPEL9.jpg\" \/><\/p>\n<p>Enter the name as you wish<\/p>\n<p>URL: Copy the URL that we copied to notepad in the previous step<\/p>\n<p>Service: It will be populated automatically if your WSDL URL is valid<\/p>\n<p>Click Next<\/p>\n<p><img decoding=\"async\" alt=\"\" src=\"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/041711_1212_ExecuteBPEL10.jpg\" \/><\/p>\n<p>Click Add button<\/p>\n<p><img decoding=\"async\" alt=\"\" src=\"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/041711_1212_ExecuteBPEL11.jpg\" \/><\/p>\n<p>Click Next<\/p>\n<p><img decoding=\"async\" alt=\"\" src=\"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/041711_1212_ExecuteBPEL12.jpg\" \/><\/p>\n<p>Click Finish<\/p>\n<p>You will return to jDeveloper automatically<\/p>\n<p>Save the project CTRL+S<\/p>\n<p>Create New Project for User Interface<\/p>\n<p><img decoding=\"async\" alt=\"\" src=\"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/041711_1212_ExecuteBPEL13.jpg\" \/><\/p>\n<p><img decoding=\"async\" alt=\"\" src=\"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/041711_1212_ExecuteBPEL14.jpg\" \/><\/p>\n<p>Click OK<\/p>\n<p><img decoding=\"async\" alt=\"\" src=\"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/041711_1212_ExecuteBPEL15.jpg\" \/><\/p>\n<p>Click OK<\/p>\n<p><img decoding=\"async\" alt=\"\" src=\"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/041711_1212_ExecuteBPEL16.jpg\" \/><\/p>\n<p>Right click and select New<\/p>\n<p><img decoding=\"async\" alt=\"\" src=\"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/041711_1212_ExecuteBPEL17.jpg\" \/><\/p>\n<p><img decoding=\"async\" alt=\"\" src=\"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/041711_1212_ExecuteBPEL18.jpg\" \/><\/p>\n<p>Expand Web Tier and select JSF<\/p>\n<p>Select JSF JSP Item and click ok<\/p>\n<p><img decoding=\"async\" alt=\"\" src=\"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/041711_1212_ExecuteBPEL19.jpg\" \/><\/p>\n<p>Next<\/p>\n<p><img decoding=\"async\" alt=\"\" src=\"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/041711_1212_ExecuteBPEL20.jpg\" \/><\/p>\n<p>Next<\/p>\n<p><img decoding=\"async\" alt=\"\" src=\"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/041711_1212_ExecuteBPEL21.jpg\" \/><\/p>\n<p>Next<\/p>\n<p><img decoding=\"async\" alt=\"\" src=\"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/041711_1212_ExecuteBPEL22.jpg\" \/><\/p>\n<p>Next<\/p>\n<p><img decoding=\"async\" alt=\"\" src=\"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/041711_1212_ExecuteBPEL23.jpg\" \/><\/p>\n<p>Add the libraries as shown above and click Next<\/p>\n<p><img decoding=\"async\" alt=\"\" src=\"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/041711_1212_ExecuteBPEL24.jpg\" \/><\/p>\n<p>Next<\/p>\n<p><img decoding=\"async\" alt=\"\" src=\"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/041711_1212_ExecuteBPEL25.jpg\" \/><\/p>\n<p>Finish<\/p>\n<p>You will return to jDeveloper and\u00a0DatabaseAdapterUserInterface.jspx page will be opened automatically<\/p>\n<p><img decoding=\"async\" alt=\"\" src=\"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/041711_1212_ExecuteBPEL26.jpg\" \/><\/p>\n<p>Save project CTRL + S<\/p>\n<p>From the component Palette select ADF Faces Core<\/p>\n<p><img decoding=\"async\" alt=\"\" src=\"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/041711_1212_ExecuteBPEL27.jpg\" \/><\/p>\n<p>Drag and drop Panel Page component to the opened .jspx page<\/p>\n<p><img decoding=\"async\" alt=\"\" src=\"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/041711_1212_ExecuteBPEL28.jpg\" \/><\/p>\n<p>Click on Title 1 and change the Title in the property inspector<\/p>\n<p><img decoding=\"async\" alt=\"\" src=\"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/041711_1212_ExecuteBPEL29.jpg\" \/><\/p>\n<p>Click Tab and Enter to see the changes in jDeveloper<\/p>\n<p><img decoding=\"async\" alt=\"\" src=\"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/041711_1212_ExecuteBPEL30.jpg\" \/><\/p>\n<p>Drag Panel Border component below the line under Database Adapter Tutorial title<\/p>\n<p>The page should look like below screen<\/p>\n<p><img decoding=\"async\" alt=\"\" src=\"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/041711_1212_ExecuteBPEL31.jpg\" \/><\/p>\n<p>Select Data control Palette side by the Component palette<\/p>\n<p><img decoding=\"async\" alt=\"\" src=\"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/041711_1212_ExecuteBPEL32.jpg\" \/><\/p>\n<p>Select the ExecuteBPELProcess and expand it<\/p>\n<p>Drag and drop Process(String) on to the top link<\/p>\n<p><img decoding=\"async\" alt=\"\" src=\"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/041711_1212_ExecuteBPEL33.jpg\" \/><\/p>\n<p><img decoding=\"async\" alt=\"\" src=\"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/041711_1212_ExecuteBPEL34.jpg\" \/><\/p>\n<p>Change the display label to &#8216;Enter ID&#8217; and click OK<\/p>\n<p>The page will look like below screen<\/p>\n<p><img decoding=\"async\" alt=\"\" src=\"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/041711_1212_ExecuteBPEL35.jpg\" \/><\/p>\n<p>In Data Component Palette expand Parameters and<\/p>\n<p><img decoding=\"async\" alt=\"\" src=\"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/041711_1212_ExecuteBPEL36.jpg\" \/><\/p>\n<p>Drag and drop the String to the bottom<\/p>\n<p><img decoding=\"async\" alt=\"\" src=\"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/041711_1212_ExecuteBPEL37.jpg\" \/><\/p>\n<p>Select ADF Output Text with Label<\/p>\n<p>Change the Text to Email<\/p>\n<p>Jdeveloper Middle portion will look like this<\/p>\n<p><img decoding=\"async\" alt=\"\" src=\"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/041711_1212_ExecuteBPEL38.jpg\" \/><\/p>\n<p>Save project CTRL + S<\/p>\n<p>Drag Object Separator component on to Start link<\/p>\n<p><img decoding=\"async\" alt=\"\" src=\"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/041711_1212_ExecuteBPEL39.jpg\" \/><\/p>\n<p>Save project<\/p>\n<p>Run the JSF Page<\/p>\n<p>Right click on the page in jedeveloper and click Run<\/p>\n<p><img decoding=\"async\" alt=\"\" src=\"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/041711_1212_ExecuteBPEL40.jpg\" \/><\/p>\n<p>.jspx page will open up in your default browser<\/p>\n<p><img decoding=\"async\" alt=\"\" src=\"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/041711_1212_ExecuteBPEL41.jpg\" \/><\/p>\n<p>Enter the ID and click Submit<\/p>\n<p><img decoding=\"async\" alt=\"\" src=\"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/041711_1212_ExecuteBPEL42.jpg\" \/><\/p>\n<p>You will see the corresponding email of the ID<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Steps: 1.Get the WSDL URL 2.Build the JSF Page 3.Run the .jspx page Get the WSDL URL: Start your SOA Suite Open BPEL Console using http:\/\/localhost:8888\/BPELConsole Click on the DatabaseAdapterTutorial that we developed in previous tutorial. You can download the code from here. Click on WSDL tab Click on the URL listed as WSDL Location [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4],"tags":[69,70,71],"class_list":["post-1437","post","type-post","status-publish","format-standard","hentry","category-fusion-middleware","tag-adf","tag-bpel","tag-jsf"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.4 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Execute oracle BPEL Process using ADF JSF Pages<\/title>\n<meta name=\"description\" content=\"Execute oracle BPEL Process using ADF JSF Pages\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/erpschools.com\/erps\/fusion-middleware\/execute-bpel-process-using-adf-jsf-pages\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Prudhvi\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/erpschools.com\/erps\/fusion-middleware\/execute-bpel-process-using-adf-jsf-pages#article\",\"isPartOf\":{\"@id\":\"https:\/\/erpschools.com\/erps\/fusion-middleware\/execute-bpel-process-using-adf-jsf-pages\"},\"author\":{\"name\":\"Prudhvi\",\"@id\":\"https:\/\/erpschools.com\/erps\/#\/schema\/person\/dbed9bb7fb66aa7a700fc565da024512\"},\"headline\":\"Execute BPEL Process using ADF JSF Pages\",\"datePublished\":\"2011-04-17T12:14:08+00:00\",\"dateModified\":\"2014-12-09T06:24:41+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/erpschools.com\/erps\/fusion-middleware\/execute-bpel-process-using-adf-jsf-pages\"},\"wordCount\":402,\"commentCount\":4,\"publisher\":{\"@id\":\"https:\/\/erpschools.com\/erps\/#organization\"},\"image\":{\"@id\":\"https:\/\/erpschools.com\/erps\/fusion-middleware\/execute-bpel-process-using-adf-jsf-pages#primaryimage\"},\"thumbnailUrl\":\"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/041711_1212_ExecuteBPEL1.jpg\",\"keywords\":[\"ADF\",\"BPEL\",\"jsf\"],\"articleSection\":[\"Fusion Middleware\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/erpschools.com\/erps\/fusion-middleware\/execute-bpel-process-using-adf-jsf-pages#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/erpschools.com\/erps\/fusion-middleware\/execute-bpel-process-using-adf-jsf-pages\",\"url\":\"https:\/\/erpschools.com\/erps\/fusion-middleware\/execute-bpel-process-using-adf-jsf-pages\",\"name\":\"Execute oracle BPEL Process using ADF JSF Pages\",\"isPartOf\":{\"@id\":\"https:\/\/erpschools.com\/erps\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/erpschools.com\/erps\/fusion-middleware\/execute-bpel-process-using-adf-jsf-pages#primaryimage\"},\"image\":{\"@id\":\"https:\/\/erpschools.com\/erps\/fusion-middleware\/execute-bpel-process-using-adf-jsf-pages#primaryimage\"},\"thumbnailUrl\":\"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/041711_1212_ExecuteBPEL1.jpg\",\"datePublished\":\"2011-04-17T12:14:08+00:00\",\"dateModified\":\"2014-12-09T06:24:41+00:00\",\"description\":\"Execute oracle BPEL Process using ADF JSF Pages\",\"breadcrumb\":{\"@id\":\"https:\/\/erpschools.com\/erps\/fusion-middleware\/execute-bpel-process-using-adf-jsf-pages#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/erpschools.com\/erps\/fusion-middleware\/execute-bpel-process-using-adf-jsf-pages\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/erpschools.com\/erps\/fusion-middleware\/execute-bpel-process-using-adf-jsf-pages#primaryimage\",\"url\":\"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/041711_1212_ExecuteBPEL1.jpg\",\"contentUrl\":\"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/041711_1212_ExecuteBPEL1.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/erpschools.com\/erps\/fusion-middleware\/execute-bpel-process-using-adf-jsf-pages#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/erpschools.com\/erps\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Execute BPEL Process using ADF JSF Pages\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/erpschools.com\/erps\/#website\",\"url\":\"https:\/\/erpschools.com\/erps\/\",\"name\":\"erpSchools\",\"description\":\"Oracle Apps\",\"publisher\":{\"@id\":\"https:\/\/erpschools.com\/erps\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/erpschools.com\/erps\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/erpschools.com\/erps\/#organization\",\"name\":\"erpSchools\",\"url\":\"https:\/\/erpschools.com\/erps\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/erpschools.com\/erps\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/erps_logo7.png\",\"contentUrl\":\"https:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/erps_logo7.png\",\"width\":250,\"height\":60,\"caption\":\"erpSchools\"},\"image\":{\"@id\":\"https:\/\/erpschools.com\/erps\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"http:\/\/facebook.com\/erpschools\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/erpschools.com\/erps\/#\/schema\/person\/dbed9bb7fb66aa7a700fc565da024512\",\"name\":\"Prudhvi\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/erpschools.com\/erps\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/488cec3605845b95cb20e60c67a8f5c7e74b65a305525c8006315d524f120db9?s=96&d=blank&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/488cec3605845b95cb20e60c67a8f5c7e74b65a305525c8006315d524f120db9?s=96&d=blank&r=g\",\"caption\":\"Prudhvi\"},\"sameAs\":[\"http:\/\/www.erpschools.com\"],\"url\":\"https:\/\/erpschools.com\/erps\/author\/prudhvi\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Execute oracle BPEL Process using ADF JSF Pages","description":"Execute oracle BPEL Process using ADF JSF Pages","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/erpschools.com\/erps\/fusion-middleware\/execute-bpel-process-using-adf-jsf-pages","twitter_misc":{"Written by":"Prudhvi","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/erpschools.com\/erps\/fusion-middleware\/execute-bpel-process-using-adf-jsf-pages#article","isPartOf":{"@id":"https:\/\/erpschools.com\/erps\/fusion-middleware\/execute-bpel-process-using-adf-jsf-pages"},"author":{"name":"Prudhvi","@id":"https:\/\/erpschools.com\/erps\/#\/schema\/person\/dbed9bb7fb66aa7a700fc565da024512"},"headline":"Execute BPEL Process using ADF JSF Pages","datePublished":"2011-04-17T12:14:08+00:00","dateModified":"2014-12-09T06:24:41+00:00","mainEntityOfPage":{"@id":"https:\/\/erpschools.com\/erps\/fusion-middleware\/execute-bpel-process-using-adf-jsf-pages"},"wordCount":402,"commentCount":4,"publisher":{"@id":"https:\/\/erpschools.com\/erps\/#organization"},"image":{"@id":"https:\/\/erpschools.com\/erps\/fusion-middleware\/execute-bpel-process-using-adf-jsf-pages#primaryimage"},"thumbnailUrl":"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/041711_1212_ExecuteBPEL1.jpg","keywords":["ADF","BPEL","jsf"],"articleSection":["Fusion Middleware"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/erpschools.com\/erps\/fusion-middleware\/execute-bpel-process-using-adf-jsf-pages#respond"]}]},{"@type":"WebPage","@id":"https:\/\/erpschools.com\/erps\/fusion-middleware\/execute-bpel-process-using-adf-jsf-pages","url":"https:\/\/erpschools.com\/erps\/fusion-middleware\/execute-bpel-process-using-adf-jsf-pages","name":"Execute oracle BPEL Process using ADF JSF Pages","isPartOf":{"@id":"https:\/\/erpschools.com\/erps\/#website"},"primaryImageOfPage":{"@id":"https:\/\/erpschools.com\/erps\/fusion-middleware\/execute-bpel-process-using-adf-jsf-pages#primaryimage"},"image":{"@id":"https:\/\/erpschools.com\/erps\/fusion-middleware\/execute-bpel-process-using-adf-jsf-pages#primaryimage"},"thumbnailUrl":"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/041711_1212_ExecuteBPEL1.jpg","datePublished":"2011-04-17T12:14:08+00:00","dateModified":"2014-12-09T06:24:41+00:00","description":"Execute oracle BPEL Process using ADF JSF Pages","breadcrumb":{"@id":"https:\/\/erpschools.com\/erps\/fusion-middleware\/execute-bpel-process-using-adf-jsf-pages#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/erpschools.com\/erps\/fusion-middleware\/execute-bpel-process-using-adf-jsf-pages"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/erpschools.com\/erps\/fusion-middleware\/execute-bpel-process-using-adf-jsf-pages#primaryimage","url":"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/041711_1212_ExecuteBPEL1.jpg","contentUrl":"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/041711_1212_ExecuteBPEL1.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/erpschools.com\/erps\/fusion-middleware\/execute-bpel-process-using-adf-jsf-pages#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/erpschools.com\/erps"},{"@type":"ListItem","position":2,"name":"Execute BPEL Process using ADF JSF Pages"}]},{"@type":"WebSite","@id":"https:\/\/erpschools.com\/erps\/#website","url":"https:\/\/erpschools.com\/erps\/","name":"erpSchools","description":"Oracle Apps","publisher":{"@id":"https:\/\/erpschools.com\/erps\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/erpschools.com\/erps\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/erpschools.com\/erps\/#organization","name":"erpSchools","url":"https:\/\/erpschools.com\/erps\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/erpschools.com\/erps\/#\/schema\/logo\/image\/","url":"https:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/erps_logo7.png","contentUrl":"https:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/erps_logo7.png","width":250,"height":60,"caption":"erpSchools"},"image":{"@id":"https:\/\/erpschools.com\/erps\/#\/schema\/logo\/image\/"},"sameAs":["http:\/\/facebook.com\/erpschools"]},{"@type":"Person","@id":"https:\/\/erpschools.com\/erps\/#\/schema\/person\/dbed9bb7fb66aa7a700fc565da024512","name":"Prudhvi","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/erpschools.com\/erps\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/488cec3605845b95cb20e60c67a8f5c7e74b65a305525c8006315d524f120db9?s=96&d=blank&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/488cec3605845b95cb20e60c67a8f5c7e74b65a305525c8006315d524f120db9?s=96&d=blank&r=g","caption":"Prudhvi"},"sameAs":["http:\/\/www.erpschools.com"],"url":"https:\/\/erpschools.com\/erps\/author\/prudhvi"}]}},"_links":{"self":[{"href":"https:\/\/erpschools.com\/erps\/wp-json\/wp\/v2\/posts\/1437","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/erpschools.com\/erps\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/erpschools.com\/erps\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/erpschools.com\/erps\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/erpschools.com\/erps\/wp-json\/wp\/v2\/comments?post=1437"}],"version-history":[{"count":0,"href":"https:\/\/erpschools.com\/erps\/wp-json\/wp\/v2\/posts\/1437\/revisions"}],"wp:attachment":[{"href":"https:\/\/erpschools.com\/erps\/wp-json\/wp\/v2\/media?parent=1437"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/erpschools.com\/erps\/wp-json\/wp\/v2\/categories?post=1437"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/erpschools.com\/erps\/wp-json\/wp\/v2\/tags?post=1437"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}