<?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 for redstream</title>
	<atom:link href="http://www.redstream.nl/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.redstream.nl</link>
	<description>Pragmatic Integrators</description>
	<lastBuildDate>Tue, 18 Oct 2011 12:18:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Set up Web Service Proxy with Mule3 by Pascal Alma</title>
		<link>http://www.redstream.nl/2011/09/24/set-up-web-service-proxy-with-mule3/comment-page-1/#comment-895</link>
		<dc:creator>Pascal Alma</dc:creator>
		<pubDate>Tue, 18 Oct 2011 12:18:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.redstream.nl/?p=2826#comment-895</guid>
		<description>Hello Karthik,

thanks for your comment.
The reason I used the proxy pattern with Mule was that in the original setup the web service was called directly by a client application. So I was not able to log anything. Therefore I put Mule in the middle so I could log what was passed to and from the service. To output the info I used a transformer where you suggest I could have the same by configuring log4j. I didn&#039;t know that so that&#039;s good to know now.
The reason I used SoapUI was just to show how Mule behaves in this case. I wasn&#039;t able to use the &#039;real life&#039; web service so I mimicked the service with soapUI.
For more info about when to use the web service proxy pattern see this: http://www.mulesoft.org/documentation/display/MULE3USER/Web+Service+Proxy+Pattern

Hope this clarifies things.

Regards,
Pascal</description>
		<content:encoded><![CDATA[<p>Hello Karthik,</p>
<p>thanks for your comment.<br />
The reason I used the proxy pattern with Mule was that in the original setup the web service was called directly by a client application. So I was not able to log anything. Therefore I put Mule in the middle so I could log what was passed to and from the service. To output the info I used a transformer where you suggest I could have the same by configuring log4j. I didn&#8217;t know that so that&#8217;s good to know now.<br />
The reason I used SoapUI was just to show how Mule behaves in this case. I wasn&#8217;t able to use the &#8216;real life&#8217; web service so I mimicked the service with soapUI.<br />
For more info about when to use the web service proxy pattern see this: http://www.mulesoft.org/documentation/display/MULE3USER/Web+Service+Proxy+Pattern</p>
<p>Hope this clarifies things.</p>
<p>Regards,<br />
Pascal</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Set up Web Service Proxy with Mule3 by Karthik</title>
		<link>http://www.redstream.nl/2011/09/24/set-up-web-service-proxy-with-mule3/comment-page-1/#comment-894</link>
		<dc:creator>Karthik</dc:creator>
		<pubDate>Tue, 18 Oct 2011 10:02:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.redstream.nl/?p=2826#comment-894</guid>
		<description>Hello,

I use Mule ( as tester), however, I could able to see all the HTTP wire content in Mule.log file,when you enable log4j configurations.

Whats the real use of proxying and soapui , please let me know.
Thanks !
Karthi
mkarthi@gmail.com</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I use Mule ( as tester), however, I could able to see all the HTTP wire content in Mule.log file,when you enable log4j configurations.</p>
<p>Whats the real use of proxying and soapui , please let me know.<br />
Thanks !<br />
Karthi<br />
mkarthi@gmail.com</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Writing your own Altova MapForce Extension by Joe</title>
		<link>http://www.redstream.nl/2011/07/05/writing-your-own-altova-mapforce-extension/comment-page-1/#comment-887</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Sat, 24 Sep 2011 00:29:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.redstream.nl/?p=2703#comment-887</guid>
		<description>Greets,

Thanks for this helpful information!  I am looking to provide some custom C# extensions for XSLT and was recently asked if we could create our own functions and add them to MapForce so that they can be used internally for people who are handling the mapping creation.

This looks exactly like the answer to the question I was asked and look forward to trying it out!</description>
		<content:encoded><![CDATA[<p>Greets,</p>
<p>Thanks for this helpful information!  I am looking to provide some custom C# extensions for XSLT and was recently asked if we could create our own functions and add them to MapForce so that they can be used internally for people who are handling the mapping creation.</p>
<p>This looks exactly like the answer to the question I was asked and look forward to trying it out!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Unit test your Spring/Hibernate and MongoDB setup by Shiraz</title>
		<link>http://www.redstream.nl/2011/07/27/unit-test-your-springhibernate-and-mongodb-setup/comment-page-1/#comment-879</link>
		<dc:creator>Shiraz</dc:creator>
		<pubDate>Wed, 17 Aug 2011 22:35:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.redstream.nl/?p=2807#comment-879</guid>
		<description>There are situations where installing the software is simply denied/unfavorable, normally happens in case of CI (Continuous integration) testing with Bamboo or Hudson. Where the machine running the server has no MongoDB installed. It is likely that all the persistence and even business tests fail badly. I am not able to find the solution until now, however, do you have any idea to unit test the application in such circumstances.

Thanks for sharing your experiences in advance!</description>
		<content:encoded><![CDATA[<p>There are situations where installing the software is simply denied/unfavorable, normally happens in case of CI (Continuous integration) testing with Bamboo or Hudson. Where the machine running the server has no MongoDB installed. It is likely that all the persistence and even business tests fail badly. I am not able to find the solution until now, however, do you have any idea to unit test the application in such circumstances.</p>
<p>Thanks for sharing your experiences in advance!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Use Spring and Hibernate with MongoDB by Pedro</title>
		<link>http://www.redstream.nl/2011/07/14/use-spring-and-hibernate-with-mongodb/comment-page-1/#comment-869</link>
		<dc:creator>Pedro</dc:creator>
		<pubDate>Tue, 02 Aug 2011 23:15:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.redstream.nl/?p=2801#comment-869</guid>
		<description>Hi

That is very useful, I was using a previous version of Spring Data for mongodb and struggled migrating to the new one.</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>That is very useful, I was using a previous version of Spring Data for mongodb and struggled migrating to the new one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Citrus testcase example: CSV File Inbound -&gt; Xml Http Outbound by Christoph Deppisch</title>
		<link>http://www.redstream.nl/2011/04/30/citrus-testcase-example-csv-file-inbound-xml-http-outbound/comment-page-1/#comment-846</link>
		<dc:creator>Christoph Deppisch</dc:creator>
		<pubDate>Wed, 04 May 2011 06:45:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.redstream.nl/?p=2679#comment-846</guid>
		<description>Thank you for this excellent example on Citrus working with file and http adapters! We will definitely work on the documentation lacks you have mentioned and improve the configuration, so people get into the framework more easily.

Cheers,
Christoph</description>
		<content:encoded><![CDATA[<p>Thank you for this excellent example on Citrus working with file and http adapters! We will definitely work on the documentation lacks you have mentioned and improve the configuration, so people get into the framework more easily.</p>
<p>Cheers,<br />
Christoph</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Reloadable XSLT Transformer in Mule by John Doe</title>
		<link>http://www.redstream.nl/2010/12/19/reloadable-xslt-transformer-in-mule/comment-page-1/#comment-800</link>
		<dc:creator>John Doe</dc:creator>
		<pubDate>Mon, 03 Jan 2011 20:06:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.redstream.nl/?p=2032#comment-800</guid>
		<description>Tnx!! I was just looking for this. Worked like a charm.</description>
		<content:encoded><![CDATA[<p>Tnx!! I was just looking for this. Worked like a charm.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Aggregating messages from different sources with Mule (part 2) by Aggregating messages from different sources with Mule (part I)… &#171; Designurimagination.com &#8211; Social Media News</title>
		<link>http://www.redstream.nl/2010/11/08/aggregating-messages-from-different-sources-with-mule-part-2/comment-page-1/#comment-8</link>
		<dc:creator>Aggregating messages from different sources with Mule (part I)… &#171; Designurimagination.com &#8211; Social Media News</dc:creator>
		<pubDate>Wed, 01 Dec 2010 08:26:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.redstream.nl/?p=1998#comment-8</guid>
		<description>[...] class. Since there is a lot to show about this component I explain it in the next post.   window.fbAsyncInit = function() { FB.init({appId: &quot;&quot;, status: true, cookie: true, xfbml: [...]</description>
		<content:encoded><![CDATA[<p>[...] class. Since there is a lot to show about this component I explain it in the next post.   window.fbAsyncInit = function() { FB.init({appId: &quot;&quot;, status: true, cookie: true, xfbml: [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Aggregating messages from different sources with Mule (part 2) by Mohammed</title>
		<link>http://www.redstream.nl/2010/11/08/aggregating-messages-from-different-sources-with-mule-part-2/comment-page-1/#comment-4</link>
		<dc:creator>Mohammed</dc:creator>
		<pubDate>Wed, 17 Nov 2010 00:01:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.redstream.nl/?p=1998#comment-4</guid>
		<description>Hi Pascal,

          I am new to SoapUI, could you please forward me any documentation or some material so that i could get the idea of how to use soapui.

        I appreciate your help.

Thanks</description>
		<content:encoded><![CDATA[<p>Hi Pascal,</p>
<p>          I am new to SoapUI, could you please forward me any documentation or some material so that i could get the idea of how to use soapui.</p>
<p>        I appreciate your help.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on On multicasting, chaining routers and the matchAll attribute by Pascal Prins</title>
		<link>http://www.redstream.nl/2010/08/10/on-multicasting-chaining-routers-and-the-matchall-attribute/comment-page-1/#comment-401</link>
		<dc:creator>Pascal Prins</dc:creator>
		<pubDate>Wed, 11 Aug 2010 06:58:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.redstream.nl/?p=1895#comment-401</guid>
		<description>Shows once again that Mule is very versatile ;)

Anyway, I overlooked the synchronous processing ... I&#039;ll update the post and add the &#039;sync&#039; info.</description>
		<content:encoded><![CDATA[<p>Shows once again that Mule is very versatile ;)</p>
<p>Anyway, I overlooked the synchronous processing &#8230; I&#8217;ll update the post and add the &#8216;sync&#8217; info.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

