<?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: Accessing an HTTPS web service from WAS web client</title>
	<atom:link href="http://www.albeesonline.com/blog/2008/04/17/accessing-an-https-web-service-from-was-web-client/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.albeesonline.com/blog/2008/04/17/accessing-an-https-web-service-from-was-web-client/</link>
	<description>Something about JEE and WebSphere. Java, JEE and WebSphere tips and tutorials</description>
	<lastBuildDate>Mon, 30 Jan 2012 13:08:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Sriram</title>
		<link>http://www.albeesonline.com/blog/2008/04/17/accessing-an-https-web-service-from-was-web-client/comment-page-1/#comment-71311</link>
		<dc:creator>Sriram</dc:creator>
		<pubDate>Thu, 02 Dec 2010 21:47:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.albeesonline.com/blog/?p=72#comment-71311</guid>
		<description>Hi Albin,

            Is there way to configure WAS server to auto accept SSL certificate during invoking secured webservices (over SSL)...? I tried importing the server certificate, it is working, but Server provider is recommending to auto accept the SSL certificates during webservice invoke. Is this possible..?</description>
		<content:encoded><![CDATA[<p>Hi Albin,</p>
<p>            Is there way to configure WAS server to auto accept SSL certificate during invoking secured webservices (over SSL)&#8230;? I tried importing the server certificate, it is working, but Server provider is recommending to auto accept the SSL certificates during webservice invoke. Is this possible..?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Naveen</title>
		<link>http://www.albeesonline.com/blog/2008/04/17/accessing-an-https-web-service-from-was-web-client/comment-page-1/#comment-63714</link>
		<dc:creator>Naveen</dc:creator>
		<pubDate>Wed, 27 Jan 2010 15:11:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.albeesonline.com/blog/?p=72#comment-63714</guid>
		<description>It was so helpful, I was looking for the same issue, I have seen in IBM articles, but was hesitating to do.
Thanks a lot, U saved me atleast an hour.  : :smile:</description>
		<content:encoded><![CDATA[<p>It was so helpful, I was looking for the same issue, I have seen in IBM articles, but was hesitating to do.<br />
Thanks a lot, U saved me atleast an hour.  : <img src='http://www.albeesonline.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':smile:' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://www.albeesonline.com/blog/2008/04/17/accessing-an-https-web-service-from-was-web-client/comment-page-1/#comment-62260</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Wed, 16 Dec 2009 09:33:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.albeesonline.com/blog/?p=72#comment-62260</guid>
		<description>Albin, 

I&#039;ve sent an email to ur gmail. Can you check and reply back.

Thankx</description>
		<content:encoded><![CDATA[<p>Albin, </p>
<p>I&#8217;ve sent an email to ur gmail. Can you check and reply back.</p>
<p>Thankx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://www.albeesonline.com/blog/2008/04/17/accessing-an-https-web-service-from-was-web-client/comment-page-1/#comment-62254</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Wed, 16 Dec 2009 05:43:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.albeesonline.com/blog/?p=72#comment-62254</guid>
		<description>i&#039;m trying to connect to a 3rd party developed web service from a jsp page.

The 3rd party web service is deployed in Axis and is working.

However, trying to use the webservice from within a JSP page, it results  in the following exception.

SystemOut O 2009-12-15 16:02:03,217 DEBUG [WebContainer : 2050] ConfigurationException: Exception: 

org.apache.axis.ConfigurationException: No service named is available

org.apache.axis.ConfigurationException: No service named is available

at org.apache.axis.configuration.FileProvider.getService(FileProvider.java:233)

at org.apache.axis.AxisEngine.getService(AxisEngine.java:311)

at org.apache.axis.MessageContext.setTargetService(MessageContext.java:756)

at org.apache.axis.client.Call.invoke(Call.java:2708)

at org.apache.axis.client.Call.invoke(Call.java:1910)</description>
		<content:encoded><![CDATA[<p>i&#8217;m trying to connect to a 3rd party developed web service from a jsp page.</p>
<p>The 3rd party web service is deployed in Axis and is working.</p>
<p>However, trying to use the webservice from within a JSP page, it results  in the following exception.</p>
<p>SystemOut O 2009-12-15 16:02:03,217 DEBUG [WebContainer : 2050] ConfigurationException: Exception: </p>
<p>org.apache.axis.ConfigurationException: No service named is available</p>
<p>org.apache.axis.ConfigurationException: No service named is available</p>
<p>at org.apache.axis.configuration.FileProvider.getService(FileProvider.java:233)</p>
<p>at org.apache.axis.AxisEngine.getService(AxisEngine.java:311)</p>
<p>at org.apache.axis.MessageContext.setTargetService(MessageContext.java:756)</p>
<p>at org.apache.axis.client.Call.invoke(Call.java:2708)</p>
<p>at org.apache.axis.client.Call.invoke(Call.java:1910)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://www.albeesonline.com/blog/2008/04/17/accessing-an-https-web-service-from-was-web-client/comment-page-1/#comment-62253</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Wed, 16 Dec 2009 05:35:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.albeesonline.com/blog/?p=72#comment-62253</guid>
		<description>Hi,

Am trying to call a 3rd party webservice (Axis) from a stand-alone client &amp; it worked well.

But, when trying to call the same webservice via JSP deployed in websphere server, it throws the following error


00000fae SystemOut     O 2009-12-15 16:02:03,217 DEBUG [WebContainer : 2050] ConfigurationException: Exception: 

org.apache.axis.ConfigurationException: No service named  is available

org.apache.axis.ConfigurationException: No service named  is available

            at org.apache.axis.configuration.FileProvider.getService(FileProvider.java:233)

            at org.apache.axis.AxisEngine.getService(AxisEngine.java:311)

            at org.apache.axis.MessageContext.setTargetService(MessageContext.java:756)

            at org.apache.axis.client.Call.invoke(Call.java:2708)

            at org.apache.axis.client.Call.invoke(Call.java:1910)


Can you pls tell us what is the problem ?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Am trying to call a 3rd party webservice (Axis) from a stand-alone client &amp; it worked well.</p>
<p>But, when trying to call the same webservice via JSP deployed in websphere server, it throws the following error</p>
<p>00000fae SystemOut     O 2009-12-15 16:02:03,217 DEBUG [WebContainer : 2050] ConfigurationException: Exception: </p>
<p>org.apache.axis.ConfigurationException: No service named  is available</p>
<p>org.apache.axis.ConfigurationException: No service named  is available</p>
<p>            at org.apache.axis.configuration.FileProvider.getService(FileProvider.java:233)</p>
<p>            at org.apache.axis.AxisEngine.getService(AxisEngine.java:311)</p>
<p>            at org.apache.axis.MessageContext.setTargetService(MessageContext.java:756)</p>
<p>            at org.apache.axis.client.Call.invoke(Call.java:2708)</p>
<p>            at org.apache.axis.client.Call.invoke(Call.java:1910)</p>
<p>Can you pls tell us what is the problem ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sunil</title>
		<link>http://www.albeesonline.com/blog/2008/04/17/accessing-an-https-web-service-from-was-web-client/comment-page-1/#comment-60388</link>
		<dc:creator>Sunil</dc:creator>
		<pubDate>Mon, 19 Oct 2009 06:23:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.albeesonline.com/blog/?p=72#comment-60388</guid>
		<description>Thanks a lot albin .. It worked for me :)..Thanks a lot.. Really ur postings has helped me a lot.. Good work.. Keep it up :)</description>
		<content:encoded><![CDATA[<p>Thanks a lot albin .. It worked for me <img src='http://www.albeesonline.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> ..Thanks a lot.. Really ur postings has helped me a lot.. Good work.. Keep it up <img src='http://www.albeesonline.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Albin Joseph</title>
		<link>http://www.albeesonline.com/blog/2008/04/17/accessing-an-https-web-service-from-was-web-client/comment-page-1/#comment-60384</link>
		<dc:creator>Albin Joseph</dc:creator>
		<pubDate>Mon, 19 Oct 2009 04:30:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.albeesonline.com/blog/?p=72#comment-60384</guid>
		<description>I guess it shows the address present in your original WSDL file. So you may need to change the hosted WSDL file.</description>
		<content:encoded><![CDATA[<p>I guess it shows the address present in your original WSDL file. So you may need to change the hosted WSDL file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sunil</title>
		<link>http://www.albeesonline.com/blog/2008/04/17/accessing-an-https-web-service-from-was-web-client/comment-page-1/#comment-60369</link>
		<dc:creator>Sunil</dc:creator>
		<pubDate>Sun, 18 Oct 2009 16:40:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.albeesonline.com/blog/?p=72#comment-60369</guid>
		<description>Hi Albin,

        Thanks for your reply....One more small help i needed from you..when we are appending ?wsdl in IE, i am able to get the wsdl file contents... But when i c the URL in that wsdl file it is mentioning as 
https://localhost:10035/TestPOCWeb/services/HelloWorld  ,,, but i want it to come with my IP Address.. say for eg : https://192.168.1.34:10035/TestPOCWeb/services/HelloWorld,, so that the client can copy this url and he can access from his clientmachine... can u help me in this situation wy i am not able to get my ipaddress?</description>
		<content:encoded><![CDATA[<p>Hi Albin,</p>
<p>        Thanks for your reply&#8230;.One more small help i needed from you..when we are appending ?wsdl in IE, i am able to get the wsdl file contents&#8230; But when i c the URL in that wsdl file it is mentioning as<br />
<a href="https://localhost:10035/TestPOCWeb/services/HelloWorld" rel="nofollow">https://localhost:10035/TestPOCWeb/services/HelloWorld</a>  ,,, but i want it to come with my IP Address.. say for eg : <a href="https://192.168.1.34:10035/TestPOCWeb/services/HelloWorld," rel="nofollow">https://192.168.1.34:10035/TestPOCWeb/services/HelloWorld,</a>, so that the client can copy this url and he can access from his clientmachine&#8230; can u help me in this situation wy i am not able to get my ipaddress?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Albin Joseph</title>
		<link>http://www.albeesonline.com/blog/2008/04/17/accessing-an-https-web-service-from-was-web-client/comment-page-1/#comment-60241</link>
		<dc:creator>Albin Joseph</dc:creator>
		<pubDate>Wed, 14 Oct 2009 12:10:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.albeesonline.com/blog/?p=72#comment-60241</guid>
		<description>Do they have access to admin console? If yes go to 
&lt;pre lang=&quot;plain&quot;&gt;
Enterprise Applications &gt; &lt;Your application name&gt;
&lt;/pre&gt;
under &#039;Web Services Properties&#039; click on  &#039;Publish WSDL files&#039;. From here you can publish your WSDL as a zip file. Hope this helps. I do not know any other way to publish a WSDL file after deployment in WAS. 

I am sorry I do not know WebSphere content management.</description>
		<content:encoded><![CDATA[<p>Do they have access to admin console? If yes go to</p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p72code1'); return false;">View Code</a> PLAIN</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p721"><td class="code" id="p72code1"><pre class="plain" style="font-family:monospace;">Enterprise Applications &gt; &lt;Your application name&gt;</pre></td></tr></table></div>

<p>under &#8216;Web Services Properties&#8217; click on  &#8216;Publish WSDL files&#8217;. From here you can publish your WSDL as a zip file. Hope this helps. I do not know any other way to publish a WSDL file after deployment in WAS. </p>
<p>I am sorry I do not know WebSphere content management.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sunil</title>
		<link>http://www.albeesonline.com/blog/2008/04/17/accessing-an-https-web-service-from-was-web-client/comment-page-1/#comment-60235</link>
		<dc:creator>Sunil</dc:creator>
		<pubDate>Wed, 14 Oct 2009 08:32:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.albeesonline.com/blog/?p=72#comment-60235</guid>
		<description>One more thing i want to ask you.......do u know abount webspheres content management?? I also need some help regarding that... Thanks in advance</description>
		<content:encoded><![CDATA[<p>One more thing i want to ask you&#8230;&#8230;.do u know abount webspheres content management?? I also need some help regarding that&#8230; Thanks in advance</p>
]]></content:encoded>
	</item>
</channel>
</rss>

