<?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/"
		>
<channel>
	<title>Comments on: How to Test Outbound Web Services</title>
	<atom:link href="http://www.siebelintegration.com/index.php/eai/how-to-test-outbound-web-services/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.siebelintegration.com/index.php/eai/how-to-test-outbound-web-services/</link>
	<description>Learn by Sharing Siebel Knowledge............</description>
	<lastBuildDate>Mon, 02 Aug 2010 17:08:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Radha</title>
		<link>http://www.siebelintegration.com/index.php/eai/how-to-test-outbound-web-services/comment-page-1/#comment-80</link>
		<dc:creator>Radha</dc:creator>
		<pubDate>Mon, 03 Aug 2009 16:38:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.siebelintegration.com/?p=53#comment-80</guid>
		<description>I appreciate your quick help</description>
		<content:encoded><![CDATA[<p>I appreciate your quick help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Radha</title>
		<link>http://www.siebelintegration.com/index.php/eai/how-to-test-outbound-web-services/comment-page-1/#comment-79</link>
		<dc:creator>Radha</dc:creator>
		<pubDate>Fri, 31 Jul 2009 14:26:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.siebelintegration.com/?p=53#comment-79</guid>
		<description>Hi Vivek,
Thanks for your reply. I have few questions regarding the response from outbound web service.

I have taken this example from siebel bookshelf.

I am invoking the webservice from Business Service from siebel tools and my code looks like this


svc.InvokeMethod(&quot;getCustomerName&quot;, wsInput, wsOutput);

My question is : 1 what is the type of wsOutput? Is it a Siebel Message/XML Hierarchy?

                          2. To extract the element values  Can I write  

                              var getCustOutput = wsOutput.GetChild(0)       (Method 1)

                              or should I use BS-&gt;

                              EAI Integration Object to XML Hierarchy Converter.IntObjHierToXMLHier    
                              then the code is going to be

                            svcEAIXMLConv.InvokeMethod(&quot;IntObjHierToXMLHier&quot;, 
                                                                                            wsOutput,wsOutXMLHier);

                            var getCustOutput = wsOutXMLHier.GetChild(0)     (Method 2)

                              
                           3.Should I use Method 1 or Method 2 to extract the values? What I meant is 
                             should we convert the Siebel Message to XML Hierarchy before extracting      
                             values from response of Outbound Web Service.

                             If it is true,then why siebel bookshelf is not using the EAI XML Hierarchy conv 
                             in the example?


                           4. Pls post an example on parsing the response from Outbound WS and storing 
                               in a property set and also storing to a database.


Thanks
Radha</description>
		<content:encoded><![CDATA[<p>Hi Vivek,<br />
Thanks for your reply. I have few questions regarding the response from outbound web service.</p>
<p>I have taken this example from siebel bookshelf.</p>
<p>I am invoking the webservice from Business Service from siebel tools and my code looks like this</p>
<p>svc.InvokeMethod(&#8221;getCustomerName&#8221;, wsInput, wsOutput);</p>
<p>My question is : 1 what is the type of wsOutput? Is it a Siebel Message/XML Hierarchy?</p>
<p>                          2. To extract the element values  Can I write  </p>
<p>                              var getCustOutput = wsOutput.GetChild(0)       (Method 1)</p>
<p>                              or should I use BS-&gt;</p>
<p>                              EAI Integration Object to XML Hierarchy Converter.IntObjHierToXMLHier<br />
                              then the code is going to be</p>
<p>                            svcEAIXMLConv.InvokeMethod(&#8221;IntObjHierToXMLHier&#8221;,<br />
                                                                                            wsOutput,wsOutXMLHier);</p>
<p>                            var getCustOutput = wsOutXMLHier.GetChild(0)     (Method 2)</p>
<p>                           3.Should I use Method 1 or Method 2 to extract the values? What I meant is<br />
                             should we convert the Siebel Message to XML Hierarchy before extracting<br />
                             values from response of Outbound Web Service.</p>
<p>                             If it is true,then why siebel bookshelf is not using the EAI XML Hierarchy conv<br />
                             in the example?</p>
<p>                           4. Pls post an example on parsing the response from Outbound WS and storing<br />
                               in a property set and also storing to a database.</p>
<p>Thanks<br />
Radha</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: quanhai</title>
		<link>http://www.siebelintegration.com/index.php/eai/how-to-test-outbound-web-services/comment-page-1/#comment-70</link>
		<dc:creator>quanhai</dc:creator>
		<pubDate>Tue, 14 Jul 2009 07:04:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.siebelintegration.com/?p=53#comment-70</guid>
		<description>Thanks</description>
		<content:encoded><![CDATA[<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: quanhai</title>
		<link>http://www.siebelintegration.com/index.php/eai/how-to-test-outbound-web-services/comment-page-1/#comment-68</link>
		<dc:creator>quanhai</dc:creator>
		<pubDate>Tue, 14 Jul 2009 06:40:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.siebelintegration.com/?p=53#comment-68</guid>
		<description>Thanks for your help and quick response. I got excepton when hit the link above. 
Does sieble use the certificates in IE? Do you knwo how Siebl send out soap request and how to make connection with remote server?</description>
		<content:encoded><![CDATA[<p>Thanks for your help and quick response. I got excepton when hit the link above.<br />
Does sieble use the certificates in IE? Do you knwo how Siebl send out soap request and how to make connection with remote server?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vivek</title>
		<link>http://www.siebelintegration.com/index.php/eai/how-to-test-outbound-web-services/comment-page-1/#comment-67</link>
		<dc:creator>Vivek</dc:creator>
		<pubDate>Tue, 14 Jul 2009 06:12:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.siebelintegration.com/?p=53#comment-67</guid>
		<description>&lt;strong&gt;Steps to Import  the Certificate in your windows machine where client is running - &lt;/strong&gt;

Select the Microsoft Internet Explorer icon and right-click to select the Properties option (Internet Properties screen). 
 
Click on the Content tab. 
 
Click on the Certificates button. 
 
Click on the Import button.</description>
		<content:encoded><![CDATA[<p><strong>Steps to Import  the Certificate in your windows machine where client is running &#8211; </strong></p>
<p>Select the Microsoft Internet Explorer icon and right-click to select the Properties option (Internet Properties screen). </p>
<p>Click on the Content tab. </p>
<p>Click on the Certificates button. </p>
<p>Click on the Import button.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vivek</title>
		<link>http://www.siebelintegration.com/index.php/eai/how-to-test-outbound-web-services/comment-page-1/#comment-66</link>
		<dc:creator>Vivek</dc:creator>
		<pubDate>Tue, 14 Jul 2009 06:07:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.siebelintegration.com/?p=53#comment-66</guid>
		<description>Here is something which might solve your issue -

https://metalink3-dr.oracle.com/od/faces/secure/km/DocumentDisplay.jspx?id=560965.1&amp;h=Y

http://forums.oracle.com/forums/thread.jspa?threadID=927205&amp;tstart=0</description>
		<content:encoded><![CDATA[<p>Here is something which might solve your issue -</p>
<p><a href="https://metalink3-dr.oracle.com/od/faces/secure/km/DocumentDisplay.jspx?id=560965.1&#038;h=Y" rel="nofollow">https://metalink3-dr.oracle.com/od/faces/secure/km/DocumentDisplay.jspx?id=560965.1&#038;h=Y</a></p>
<p><a href="http://forums.oracle.com/forums/thread.jspa?threadID=927205&#038;tstart=0" rel="nofollow">http://forums.oracle.com/forums/thread.jspa?threadID=927205&#038;tstart=0</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: quanhai</title>
		<link>http://www.siebelintegration.com/index.php/eai/how-to-test-outbound-web-services/comment-page-1/#comment-65</link>
		<dc:creator>quanhai</dc:creator>
		<pubDate>Tue, 14 Jul 2009 05:51:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.siebelintegration.com/?p=53#comment-65</guid>
		<description>My outbound service is SSL enabled. I got the exception: SBL-EAI-04116.  Seems siebel can&#039;t trust the certificate, where is the trust keystore in Siebel?</description>
		<content:encoded><![CDATA[<p>My outbound service is SSL enabled. I got the exception: SBL-EAI-04116.  Seems siebel can&#8217;t trust the certificate, where is the trust keystore in Siebel?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Admin</title>
		<link>http://www.siebelintegration.com/index.php/eai/how-to-test-outbound-web-services/comment-page-1/#comment-69</link>
		<dc:creator>Admin</dc:creator>
		<pubDate>Mon, 13 Jul 2009 19:28:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.siebelintegration.com/?p=53#comment-69</guid>
		<description>Yea siebel uses certificates provided in IE.
Siebel sends out Soap request from a Outbound Web service, it makes use of the binding address property in your WSDL file to connect to remote source.

you can see it in Application Administration -&gt; Outbound Web Service -&gt; Service Ports -&gt; Address field in Siebel Application.</description>
		<content:encoded><![CDATA[<p>Yea siebel uses certificates provided in IE.<br />
Siebel sends out Soap request from a Outbound Web service, it makes use of the binding address property in your WSDL file to connect to remote source.</p>
<p>you can see it in Application Administration -> Outbound Web Service -> Service Ports -> Address field in Siebel Application.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raj</title>
		<link>http://www.siebelintegration.com/index.php/eai/how-to-test-outbound-web-services/comment-page-1/#comment-62</link>
		<dc:creator>Raj</dc:creator>
		<pubDate>Fri, 10 Jul 2009 06:44:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.siebelintegration.com/?p=53#comment-62</guid>
		<description>Hi 

Literally this article is really cool and explained the steps in much easier way ..

Gr88 job ...</description>
		<content:encoded><![CDATA[<p>Hi </p>
<p>Literally this article is really cool and explained the steps in much easier way ..</p>
<p>Gr88 job &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vinay</title>
		<link>http://www.siebelintegration.com/index.php/eai/how-to-test-outbound-web-services/comment-page-1/#comment-60</link>
		<dc:creator>vinay</dc:creator>
		<pubDate>Wed, 08 Jul 2009 06:52:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.siebelintegration.com/?p=53#comment-60</guid>
		<description>Hey,

Thanks a lot for ur article. U r doing a gr8 job. Expecting lot more from u.</description>
		<content:encoded><![CDATA[<p>Hey,</p>
<p>Thanks a lot for ur article. U r doing a gr8 job. Expecting lot more from u.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
