<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: About</title>
	<atom:link href="http://soatipsntricks.wordpress.com/about/feed/" rel="self" type="application/rss+xml" />
	<link>http://soatipsntricks.wordpress.com</link>
	<description>Tips 'n' Tricks from the world of IBM WebSphere SOA Products</description>
	<lastBuildDate>Tue, 22 Dec 2009 19:58:29 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: andrewferrier</title>
		<link>http://soatipsntricks.wordpress.com/about/#comment-6534</link>
		<dc:creator>andrewferrier</dc:creator>
		<pubDate>Thu, 16 Jul 2009 07:16:49 +0000</pubDate>
		<guid isPermaLink="false">#comment-6534</guid>
		<description>@Priyankar,

No problem. Thanks for your kind words.</description>
		<content:encoded><![CDATA[<p>@Priyankar,</p>
<p>No problem. Thanks for your kind words.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Priyankar</title>
		<link>http://soatipsntricks.wordpress.com/about/#comment-6533</link>
		<dc:creator>Priyankar</dc:creator>
		<pubDate>Wed, 15 Jul 2009 13:59:14 +0000</pubDate>
		<guid isPermaLink="false">#comment-6533</guid>
		<description>Hi,
Just wanted to say thanks to you guys. Your effort has made life bit easy for many practitioners like me.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Just wanted to say thanks to you guys. Your effort has made life bit easy for many practitioners like me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andrewferrier</title>
		<link>http://soatipsntricks.wordpress.com/about/#comment-6486</link>
		<dc:creator>andrewferrier</dc:creator>
		<pubDate>Mon, 08 Jun 2009 13:24:30 +0000</pubDate>
		<guid isPermaLink="false">#comment-6486</guid>
		<description>@VM,

To be honest, that&#039;s a really complex question, and we don&#039;t have space here to go into all the details.

I would suggest you start with this series of articles: http://www.ibm.com/developerworks/websphere/techjournal/0604_singh/0604_singh.html. They are for WebSphere Application Server, so some of the details will be different. Specifically, when you&#039;re working with WPS/WESB, you tend to configure design-time security through the Deployment Editor on the Process Server project in question, rather than at the &#039;lower-level&#039; J2EE configuration layers the article is talking about. The panels are very similar, however.</description>
		<content:encoded><![CDATA[<p>@VM,</p>
<p>To be honest, that&#8217;s a really complex question, and we don&#8217;t have space here to go into all the details.</p>
<p>I would suggest you start with this series of articles: <a href="http://www.ibm.com/developerworks/websphere/techjournal/0604_singh/0604_singh.html" rel="nofollow">http://www.ibm.com/developerworks/websphere/techjournal/0604_singh/0604_singh.html</a>. They are for WebSphere Application Server, so some of the details will be different. Specifically, when you&#8217;re working with WPS/WESB, you tend to configure design-time security through the Deployment Editor on the Process Server project in question, rather than at the &#8216;lower-level&#8217; J2EE configuration layers the article is talking about. The panels are very similar, however.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: VM</title>
		<link>http://soatipsntricks.wordpress.com/about/#comment-6478</link>
		<dc:creator>VM</dc:creator>
		<pubDate>Sun, 07 Jun 2009 07:42:32 +0000</pubDate>
		<guid isPermaLink="false">#comment-6478</guid>
		<description>Experts,

Its been a long time since we interacted. Hope things are well at you end.

This time around I have a couple of questions around WS-Security.

First a brief about the environment:
WID 6.0.1
WPS 6.0.1.6
ESB 6.0.1.6
TAM 5.1

What we are trying to do is secure all our web services using Basic Authentication, LTPA and Username token where  either one of LTPA or Username token can be used.

My first question is whether there is any how-to article/document around what has to be done in the WID projects to configure basic auth and either LTPA or Username token.

Before I jump into my second question, a little background on how the services are layered in this context. All mediation modules are on ESB and all BPEL ones are (obviously) on WPS. WPS services generally invoke ESB services which integrate with various back-ends. This invocation is using the WS binding. Moreover, though the WPS services are exposed as Web Services, they are not to be invoked directly from outside. There is an ESB Facade deployed which acts as the gateway for the world outside. Between the ESB Facade and the WPS module, the invocation is via WS binding again. Hence, the layers look like as follows:
ESB Facade -&gt; BPEL -&gt; ESB

All the services in the layer will have Basic Auth, LTPA and Username token enabled on them.

The question is if the Facade receives a set of user credentials in the HTTP Request Header and either a LTPA or Username token from the consumer, can the same be propagated to all the other layers? If so, how can this be configured?

Thanking you in advance for your time. Please feel free to get back to me for any further clarifications.

Regards,</description>
		<content:encoded><![CDATA[<p>Experts,</p>
<p>Its been a long time since we interacted. Hope things are well at you end.</p>
<p>This time around I have a couple of questions around WS-Security.</p>
<p>First a brief about the environment:<br />
WID 6.0.1<br />
WPS 6.0.1.6<br />
ESB 6.0.1.6<br />
TAM 5.1</p>
<p>What we are trying to do is secure all our web services using Basic Authentication, LTPA and Username token where  either one of LTPA or Username token can be used.</p>
<p>My first question is whether there is any how-to article/document around what has to be done in the WID projects to configure basic auth and either LTPA or Username token.</p>
<p>Before I jump into my second question, a little background on how the services are layered in this context. All mediation modules are on ESB and all BPEL ones are (obviously) on WPS. WPS services generally invoke ESB services which integrate with various back-ends. This invocation is using the WS binding. Moreover, though the WPS services are exposed as Web Services, they are not to be invoked directly from outside. There is an ESB Facade deployed which acts as the gateway for the world outside. Between the ESB Facade and the WPS module, the invocation is via WS binding again. Hence, the layers look like as follows:<br />
ESB Facade -&gt; BPEL -&gt; ESB</p>
<p>All the services in the layer will have Basic Auth, LTPA and Username token enabled on them.</p>
<p>The question is if the Facade receives a set of user credentials in the HTTP Request Header and either a LTPA or Username token from the consumer, can the same be propagated to all the other layers? If so, how can this be configured?</p>
<p>Thanking you in advance for your time. Please feel free to get back to me for any further clarifications.</p>
<p>Regards,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: harish</title>
		<link>http://soatipsntricks.wordpress.com/about/#comment-6115</link>
		<dc:creator>harish</dc:creator>
		<pubDate>Tue, 03 Feb 2009 06:12:41 +0000</pubDate>
		<guid isPermaLink="false">#comment-6115</guid>
		<description>Hi,

I have a scenario in ESB, where currently i have configured three queues(Queue1,Queue2,Queue3) 
based on my routing logic the message will be routed to the respective queues (Queue1,Queue2,Queue3) .

In future we might add more queues to the same routing logic, i.e for a single condition the message can be routed to more than one queues.  This should be done without modifying the Mediation Module.

The goal is to make the mediation process configurable, so that it can be used to route and filter incoming messages to multiple queues to help scale the message processing.

My version of WID is 6.1.2</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have a scenario in ESB, where currently i have configured three queues(Queue1,Queue2,Queue3)<br />
based on my routing logic the message will be routed to the respective queues (Queue1,Queue2,Queue3) .</p>
<p>In future we might add more queues to the same routing logic, i.e for a single condition the message can be routed to more than one queues.  This should be done without modifying the Mediation Module.</p>
<p>The goal is to make the mediation process configurable, so that it can be used to route and filter incoming messages to multiple queues to help scale the message processing.</p>
<p>My version of WID is 6.1.2</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: harish</title>
		<link>http://soatipsntricks.wordpress.com/about/#comment-6094</link>
		<dc:creator>harish</dc:creator>
		<pubDate>Tue, 27 Jan 2009 18:21:38 +0000</pubDate>
		<guid isPermaLink="false">#comment-6094</guid>
		<description>Andrew

Thanks a lot, it worked very well.

Also, is there any disadvantage of using Foreign bus, at what scenario do we need to use this foreign bus</description>
		<content:encoded><![CDATA[<p>Andrew</p>
<p>Thanks a lot, it worked very well.</p>
<p>Also, is there any disadvantage of using Foreign bus, at what scenario do we need to use this foreign bus</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andrewferrier</title>
		<link>http://soatipsntricks.wordpress.com/about/#comment-6093</link>
		<dc:creator>andrewferrier</dc:creator>
		<pubDate>Tue, 27 Jan 2009 14:22:44 +0000</pubDate>
		<guid isPermaLink="false">#comment-6093</guid>
		<description>No, they don&#039;t need to be clustered, just defined as foreign buses. This is quite a complex and detailed topic; I suggest you read through the Infocenter thoroughly.</description>
		<content:encoded><![CDATA[<p>No, they don&#8217;t need to be clustered, just defined as foreign buses. This is quite a complex and detailed topic; I suggest you read through the Infocenter thoroughly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: harish</title>
		<link>http://soatipsntricks.wordpress.com/about/#comment-6092</link>
		<dc:creator>harish</dc:creator>
		<pubDate>Tue, 27 Jan 2009 14:15:45 +0000</pubDate>
		<guid isPermaLink="false">#comment-6092</guid>
		<description>Andrew,

when using foreign bus, does both the server should be be in clustered.

If not in cluster how to do?</description>
		<content:encoded><![CDATA[<p>Andrew,</p>
<p>when using foreign bus, does both the server should be be in clustered.</p>
<p>If not in cluster how to do?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andrewferrier</title>
		<link>http://soatipsntricks.wordpress.com/about/#comment-6091</link>
		<dc:creator>andrewferrier</dc:creator>
		<pubDate>Tue, 27 Jan 2009 13:15:26 +0000</pubDate>
		<guid isPermaLink="false">#comment-6091</guid>
		<description>@harish,

I think you will want to take a look at using a foreign bus:

http://publib.boulder.ibm.com/infocenter/wasinfo/v6r0/index.jsp?topic=/com.ibm.websphere.pmc.nd.doc/tasks/tjj0074_.html

Hope that helps,
Andrew.</description>
		<content:encoded><![CDATA[<p>@harish,</p>
<p>I think you will want to take a look at using a foreign bus:</p>
<p><a href="http://publib.boulder.ibm.com/infocenter/wasinfo/v6r0/index.jsp?topic=/com.ibm.websphere.pmc.nd.doc/tasks/tjj0074_.html" rel="nofollow">http://publib.boulder.ibm.com/infocenter/wasinfo/v6r0/index.jsp?topic=/com.ibm.websphere.pmc.nd.doc/tasks/tjj0074_.html</a></p>
<p>Hope that helps,<br />
Andrew.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: harish</title>
		<link>http://soatipsntricks.wordpress.com/about/#comment-6090</link>
		<dc:creator>harish</dc:creator>
		<pubDate>Tue, 27 Jan 2009 05:32:12 +0000</pubDate>
		<guid isPermaLink="false">#comment-6090</guid>
		<description>i am using WID version 6.1.2</description>
		<content:encoded><![CDATA[<p>i am using WID version 6.1.2</p>
]]></content:encoded>
	</item>
</channel>
</rss>
