{"id":2883,"date":"2012-02-01T11:12:31","date_gmt":"2012-02-01T15:12:31","guid":{"rendered":"http:\/\/onlineappsdba.com\/index.php\/2012\/02\/01\/error-retrieving-wsdl-at-url-oa_html-portlets-wsrpbaseservicewsdl-ebs-r12-integration-with-webcenter\/"},"modified":"2012-02-10T11:29:43","modified_gmt":"2012-02-10T15:29:43","slug":"error-retrieving-wsdl-at-url-oa_html-portlets-wsrpbaseservicewsdl-ebs-r12-integration-with-webcenter","status":"publish","type":"post","link":"https:\/\/onlineappsdba.com\/index.php\/2012\/02\/01\/error-retrieving-wsdl-at-url-oa_html-portlets-wsrpbaseservicewsdl-ebs-r12-integration-with-webcenter\/","title":{"rendered":"EBS R12 integration with WebCenter &#8211; Error retrieving WSDL at URL OA_HTML\/ portlets\/ WSRPBaseService?WSDL"},"content":{"rendered":"<p>This post covers issue encountered during <strong>EBS R12 integration<\/strong> with <strong>Oracle\u00a0WebCenter<\/strong>.<\/p>\n<p>Oracle EBS R12 integration with Oracle Webcenter Suite is explained in My Oracle Support Note # <strong>1074345.1 <\/strong><\/p>\n<p>For EBS-WebCenter integration :<\/p>\n<p><strong>1.<\/strong> You must first register WebCenter server in list of allowed servers to access EBS OA_HTML\/portlets\/*******.<\/p>\n<p>This is done by adding webcenter server name in <strong>s_trusted_portal<\/strong> in <a href=\"https:\/\/onlineappsdba.com\/index.php\/2006\/10\/05\/unwrapping-xml-context-file-or-autoconfig-configuration-file\/\">Context File<\/a>\u00a0and run <strong>AutoConfig <\/strong><a href=\"https:\/\/onlineappsdba.com\/index.php\/2006\/10\/04\/autoconfig-basics\/\">here<\/a> and <a href=\"https:\/\/onlineappsdba.com\/index.php\/2008\/01\/28\/autoconfig-in-oracle-apps-11i-r12-12i\/\">here<\/a><\/p>\n<p><strong>Note<\/strong>: Running autoconfig adds server name in <strong>apps.conf <\/strong>under $INST_TOP\/ora\/10.1.3\/Apache\/Apache\/conf\/apps.conf \u00a0(For R12)<\/p>\n<p><strong>2.<\/strong> You must then <strong>register EBS Suite Portlet Producer<\/strong> with Oracle WebCenter so that EBS Portlets can be displayed to WebCenter page .<\/p>\n<p>EBS Portlet Producer can be registered with WebCenter either using <strong>WebLogic Scripting Tool <\/strong>&#8211; WLST : <strong>registerWSRPProducer <\/strong>or using FMW Control \/em of webcenter (GUI).<\/p>\n<p>If you register Portlet Producer in webcenter and hit error like<\/p>\n<p>____<\/p>\n<p><font color=\"#ff0000\">Error occurred while performing mbs.queryNames(objname) for &#8220;oracle.webcenter.portlet:name=ProducerManager&#8221; None<\/font><\/p>\n<p><font color=\"#ff0000\">Error retrieving WSDL at URL &#8220;http:\/\/innowave12.com:80\/OA_HTML\/portlets\/WSRPBaseService?WSDL&#8221;<br \/>\n____<\/font><\/p>\n<p>Then check following things<\/p>\n<p><strong>a)<\/strong> Check if WebCenter server can telnet to EBS on port 80 (web port) &#8211; If not then check if EBS Middle Tier is up and EBS Apache port is open (80 in this case) between WebCenter and EBS<\/p>\n<p><strong>b)<\/strong> Check if you can access URL <strong>http:\/\/innowave12.com:80\/OA_HTML\/ portlets\/WSRPBaseService?WSDL<\/strong> from webcenter machine . Use tool like <strong>wget<\/strong> on Unix<\/p>\n<p><strong>c) <\/strong>If from wget you get error code 500 , then check EBS Suite OC4J logs (Oracle Container 4 Java). For log location in EBS R12, click\u00a0<a href=\"https:\/\/onlineappsdba.com\/index.php\/2007\/12\/25\/oracle-r1212i-log-file-patch-clone-startupshutdown\/\">here<\/a><\/p>\n<p>In my case error message was <strong>403 &#8211; Access Denied<\/strong>\u00a0which means EBS Suite has denied access to WebCenter Server for URI \/OA_HTML\/portlets\/WSRPBaseService?WSDL<\/p>\n<p>Output from <strong>wget http:\/\/innowave12.com:8000\/ OA_HTML\/portlets\/ WSRPBaseService?WSDL<\/strong> \u00a0(from webcenter node)<\/p>\n<p>___<\/p>\n<p><font color=\"#ff0000\">Connecting to<\/font><\/p>\n<p><font color=\"#ff0000\">&gt; innowave12.com[192.168.1.12]:8000\u2026 connected.<br \/>\n&gt; HTTP request sent, awaiting response&#8230; 403 Forbidden<br \/>\n&gt; 16:51:49 ERROR 403: Forbidden.<br \/>\n<\/font>___<\/p>\n<p>This message means that WebCenter server can connect to EBS Suite server but access to URI OA_HTML\/portlets\/WSRPBaseService?WSDL is<strong> denied<\/strong> by server (<font color=\"#ff0000\">ERROR 403: Forbidden<\/font>)<\/p>\n<p>If you check EBS Apache Server <strong>access_log <\/strong>&amp; <strong>error_log<\/strong> (for log location in EBS R12 click <a href=\"https:\/\/onlineappsdba.com\/index.php\/2007\/12\/25\/oracle-r1212i-log-file-patch-clone-startupshutdown\/\">here<\/a> )<\/p>\n<p>_______<br \/>\n<font color=\"#ff0000\">[Mon Jan 30 11:10:20 2012] [error] [client <strong>10.10.1.24<\/strong>] [ecid:1327921819: 172.22.81.141 :6094906:0:1167,0] client denied by server configuration: \/OA_HTML\/portlets\/WSRPBaseService<br \/>\n_______<\/font><\/p>\n<p>Where \u00a0IP address of WebCenter machine is 192.168.1.15 \u00a0(10.10.1.24 is one of IP from NAT pool load balancer and request to EBS goes via load balancer)<\/p>\n<p>Access to URI is controlled by configuration file<\/p>\n<p>$INST_TOP\/ora\/10.1.3\/Apache\/Apache\/conf\/<strong>apps.conf<\/strong> with entry like<\/p>\n<p>Default Entry<br \/>\n<font color=\"#ff0000\">&lt;Location ~ \/OA_HTML\/(portlets|providers)\/*&gt;<br \/>\nOrder deny,allow<br \/>\nDeny from all<br \/>\nAllow from localhost<br \/>\n&lt;\/Location&gt;<\/font><\/p>\n<p>Above setting allows access to portlet URL only from localhost address of EBS Middle Tier<\/p>\n<p>After adding Webcenter Server hostname\/IP in context file (s_trusted_portal) you should see entry like<\/p>\n<p><font color=\"#ff0000\">&lt;Location ~ \/OA_HTML\/(portlets|providers)\/*&gt;<br \/>\nOrder deny,allow<br \/>\nDeny from all<br \/>\nAllow from localhost webcenterhost 192.168.1.15<br \/>\n&lt;\/Location&gt;<\/font><\/p>\n<p>Above configuration means on \/OA_HTML\/(portlets|providers)\/* , access is allowed only from localhost, webcenterhost and 192.168.1.15.<\/p>\n<p><strong>Issue: <\/strong>In my case request from WebCenter host to EBS goes via Load Balancer and though request to portlet originates from WebCenter Host, for EBS client is Load Balancer NAT address.<\/p>\n<p><strong>Fix:<\/strong> Add load balancer NAT address in\u00a0<strong>s_trusted_portal <\/strong>in context file and run Auto Config.<\/p>\n<p><font color=\"#ff0000\">More on EBS R12 Integration with WebCenter later<\/font><\/p>\n","protected":false},"excerpt":{"rendered":"<p>This post covers issue encountered during EBS R12 integration with Oracle\u00a0WebCenter. Oracle EBS R12 integration with Oracle Webcenter Suite is [&hellip;]<\/p>\n","protected":false},"author":115,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[42,157],"tags":[],"class_list":["post-2883","post","type-post","status-publish","format-standard","hentry","category-troubleshooting","category-webcenter"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>EBS R12 integration with WebCenter - Error retrieving WSDL at URL OA_HTML\/ portlets\/ WSRPBaseService?WSDL  -<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/onlineappsdba.com\/index.php\/2012\/02\/01\/error-retrieving-wsdl-at-url-oa_html-portlets-wsrpbaseservicewsdl-ebs-r12-integration-with-webcenter\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"EBS R12 integration with WebCenter - Error retrieving WSDL at URL OA_HTML\/ portlets\/ WSRPBaseService?WSDL  -\" \/>\n<meta property=\"og:description\" content=\"This post covers issue encountered during EBS R12 integration with Oracle\u00a0WebCenter. Oracle EBS R12 integration with Oracle Webcenter Suite is [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/onlineappsdba.com\/index.php\/2012\/02\/01\/error-retrieving-wsdl-at-url-oa_html-portlets-wsrpbaseservicewsdl-ebs-r12-integration-with-webcenter\/\" \/>\n<meta property=\"article:published_time\" content=\"2012-02-01T15:12:31+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2012-02-10T15:29:43+00:00\" \/>\n<meta name=\"author\" content=\"Masroof Ahmad\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Masroof Ahmad\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2012\/02\/01\/error-retrieving-wsdl-at-url-oa_html-portlets-wsrpbaseservicewsdl-ebs-r12-integration-with-webcenter\/\",\"url\":\"https:\/\/onlineappsdba.com\/index.php\/2012\/02\/01\/error-retrieving-wsdl-at-url-oa_html-portlets-wsrpbaseservicewsdl-ebs-r12-integration-with-webcenter\/\",\"name\":\"EBS R12 integration with WebCenter - Error retrieving WSDL at URL OA_HTML\/ portlets\/ WSRPBaseService?WSDL -\",\"isPartOf\":{\"@id\":\"https:\/\/onlineappsdba.com\/#website\"},\"datePublished\":\"2012-02-01T15:12:31+00:00\",\"dateModified\":\"2012-02-10T15:29:43+00:00\",\"author\":{\"@id\":\"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb\"},\"breadcrumb\":{\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2012\/02\/01\/error-retrieving-wsdl-at-url-oa_html-portlets-wsrpbaseservicewsdl-ebs-r12-integration-with-webcenter\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/onlineappsdba.com\/index.php\/2012\/02\/01\/error-retrieving-wsdl-at-url-oa_html-portlets-wsrpbaseservicewsdl-ebs-r12-integration-with-webcenter\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2012\/02\/01\/error-retrieving-wsdl-at-url-oa_html-portlets-wsrpbaseservicewsdl-ebs-r12-integration-with-webcenter\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/onlineappsdba.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"EBS R12 integration with WebCenter &#8211; Error retrieving WSDL at URL OA_HTML\/ portlets\/ WSRPBaseService?WSDL\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/onlineappsdba.com\/#website\",\"url\":\"https:\/\/onlineappsdba.com\/\",\"name\":\"\",\"description\":\"Oracle Implementation &amp; Training Experts\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/onlineappsdba.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb\",\"name\":\"Masroof Ahmad\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/onlineappsdba.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/10f9db7bdbbd7f9ccfbe9b2d208e5978fc28315e9c704383e639a926ea0fce5f?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/10f9db7bdbbd7f9ccfbe9b2d208e5978fc28315e9c704383e639a926ea0fce5f?s=96&d=mm&r=g\",\"caption\":\"Masroof Ahmad\"},\"url\":\"https:\/\/onlineappsdba.com\/index.php\/author\/masroof\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"EBS R12 integration with WebCenter - Error retrieving WSDL at URL OA_HTML\/ portlets\/ WSRPBaseService?WSDL  -","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:\/\/onlineappsdba.com\/index.php\/2012\/02\/01\/error-retrieving-wsdl-at-url-oa_html-portlets-wsrpbaseservicewsdl-ebs-r12-integration-with-webcenter\/","og_locale":"en_US","og_type":"article","og_title":"EBS R12 integration with WebCenter - Error retrieving WSDL at URL OA_HTML\/ portlets\/ WSRPBaseService?WSDL  -","og_description":"This post covers issue encountered during EBS R12 integration with Oracle\u00a0WebCenter. Oracle EBS R12 integration with Oracle Webcenter Suite is [&hellip;]","og_url":"https:\/\/onlineappsdba.com\/index.php\/2012\/02\/01\/error-retrieving-wsdl-at-url-oa_html-portlets-wsrpbaseservicewsdl-ebs-r12-integration-with-webcenter\/","article_published_time":"2012-02-01T15:12:31+00:00","article_modified_time":"2012-02-10T15:29:43+00:00","author":"Masroof Ahmad","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Masroof Ahmad","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/onlineappsdba.com\/index.php\/2012\/02\/01\/error-retrieving-wsdl-at-url-oa_html-portlets-wsrpbaseservicewsdl-ebs-r12-integration-with-webcenter\/","url":"https:\/\/onlineappsdba.com\/index.php\/2012\/02\/01\/error-retrieving-wsdl-at-url-oa_html-portlets-wsrpbaseservicewsdl-ebs-r12-integration-with-webcenter\/","name":"EBS R12 integration with WebCenter - Error retrieving WSDL at URL OA_HTML\/ portlets\/ WSRPBaseService?WSDL -","isPartOf":{"@id":"https:\/\/onlineappsdba.com\/#website"},"datePublished":"2012-02-01T15:12:31+00:00","dateModified":"2012-02-10T15:29:43+00:00","author":{"@id":"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb"},"breadcrumb":{"@id":"https:\/\/onlineappsdba.com\/index.php\/2012\/02\/01\/error-retrieving-wsdl-at-url-oa_html-portlets-wsrpbaseservicewsdl-ebs-r12-integration-with-webcenter\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/onlineappsdba.com\/index.php\/2012\/02\/01\/error-retrieving-wsdl-at-url-oa_html-portlets-wsrpbaseservicewsdl-ebs-r12-integration-with-webcenter\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/onlineappsdba.com\/index.php\/2012\/02\/01\/error-retrieving-wsdl-at-url-oa_html-portlets-wsrpbaseservicewsdl-ebs-r12-integration-with-webcenter\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/onlineappsdba.com\/"},{"@type":"ListItem","position":2,"name":"EBS R12 integration with WebCenter &#8211; Error retrieving WSDL at URL OA_HTML\/ portlets\/ WSRPBaseService?WSDL"}]},{"@type":"WebSite","@id":"https:\/\/onlineappsdba.com\/#website","url":"https:\/\/onlineappsdba.com\/","name":"","description":"Oracle Implementation &amp; Training Experts","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/onlineappsdba.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb","name":"Masroof Ahmad","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/onlineappsdba.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/10f9db7bdbbd7f9ccfbe9b2d208e5978fc28315e9c704383e639a926ea0fce5f?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/10f9db7bdbbd7f9ccfbe9b2d208e5978fc28315e9c704383e639a926ea0fce5f?s=96&d=mm&r=g","caption":"Masroof Ahmad"},"url":"https:\/\/onlineappsdba.com\/index.php\/author\/masroof\/"}]}},"_links":{"self":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/posts\/2883","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/users\/115"}],"replies":[{"embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/comments?post=2883"}],"version-history":[{"count":0,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/posts\/2883\/revisions"}],"wp:attachment":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/media?parent=2883"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/categories?post=2883"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/tags?post=2883"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}