Topic by Shreyas Pandhari
Content
Hi,
I am trying to achieve the integration of RightNow with Siebel using customer portal pages. I have achieved the integration for the services having wsdl format as url?wsdl. However, for accessing Siebel wsdl the same thing cannot be used as siebel wsdl is not accessible via url. Hence, stored the wsdl locally on webdav and endpoint URL + credentials are provided in the wsdl only and a reference to the wsdl is provided in php.
Fatal error: Uncaught exception 'Exception' with message 'SOAP method invocation failed:wsdl error: HTTP ERROR: Couldn't open socket connection to server http://abccorp.rightnowdemo.com/euf/assets/wsdl/ServiceReqWS.wsdl, Error (110): Connection timed out' in /scripts/cp/customer/development/views/pages/siebel_launch/siebel.php:58 Stack trace: #0 /cgi-bin/abccorp.cfg/scripts/cp/core/compatibility/optimized_includes.php(242): trusted_eval('/scripts/cp/cus...', 'try{?><!DOCTYPE...', Object(RightNow\Controllers\Page)) #1 /cgi-bin/abccorp.cfg/scripts/cp/core/framework/3.0.2/optimized_includes.php(3701): RightNow\Internal\Api::trusted_eval('/scripts/cp/cus...', 'try{?><!DOCTYPE...', Object(RightNow\Controllers\Page)) #2 /cgi-bin/abccorp.cfg/scripts/cp/core/framework/3.0.2/Controllers/Page.php(113): RightNow\Internal\Utils\Framework::evalCodeAndCaptureOutputWithScope('<!DOCTYPE html ...', 'development/vie...', Object(RightNow\Controllers\Page)) #3 /cgi-bin/abccorp.cfg/scripts/cp/core/framework/3.0.2/Controllers/Page.php(31) in /scripts/cp/customer/development/views/pages/siebel_launch/siebel.php on line 58
Fatal error: Uncaught exception 'Exception' with message 'SOAP method invocation failed:wsdl error: HTTP ERROR: Couldn't open socket connection to server http://abccorp.rightnowdemo.com/euf/assets/wsdl/ServiceReqWS.wsdl, Error (110): Connection timed out' in /scripts/cp/customer/development/views/pages/siebel_launch/siebel.php:58 Stack trace: #0 /cgi-bin/abccorp.cfg/scripts/cp/core/compatibility/optimized_includes.php(242): trusted_eval('/scripts/cp/cus...', 'try{?>/scripts/cp/customer/development/views/pages/siebel_launch/siebel.php on line 58
Highly appreciate If anyone could help to resolve this issue.
Thanks,
Shreyas