<?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: Unit testing with XFire â€“ How to test your SOAP server with a WSDL file</title>
	<atom:link href="http://technology.amis.nl/2006/10/08/unit-testing-with-xfire-how-to-test-your-soap-server-with-a-wsdl-file/feed/" rel="self" type="application/rss+xml" />
	<link>http://technology.amis.nl/2006/10/08/unit-testing-with-xfire-how-to-test-your-soap-server-with-a-wsdl-file/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=unit-testing-with-xfire-how-to-test-your-soap-server-with-a-wsdl-file</link>
	<description></description>
	<lastBuildDate>Fri, 12 Apr 2013 10:04:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Madhav Iyer</title>
		<link>http://technology.amis.nl/2006/10/08/unit-testing-with-xfire-how-to-test-your-soap-server-with-a-wsdl-file/#comment-3866</link>
		<dc:creator>Madhav Iyer</dc:creator>
		<pubDate>Mon, 11 Dec 2006 18:15:22 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1345#comment-3866</guid>
		<description><![CDATA[You can only invoke a document/literal web service using XFire. I guess you have to use Axis or JDeveloper created stub for accessing a RPC/encoded web service.]]></description>
		<content:encoded><![CDATA[<p>You can only invoke a document/literal web service using XFire. I guess you have to use Axis or JDeveloper created stub for accessing a RPC/encoded web service.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: layout</title>
		<link>http://technology.amis.nl/2006/10/08/unit-testing-with-xfire-how-to-test-your-soap-server-with-a-wsdl-file/#comment-3865</link>
		<dc:creator>layout</dc:creator>
		<pubDate>Tue, 31 Oct 2006 07:52:02 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1345#comment-3865</guid>
		<description><![CDATA[Client client = new Client(new URL(&quot;http://localhost:8080/xfire-test/services/test?WSDL&quot;));

Object[] results = client.invoke(&quot;ping&quot;, null);

assertEquals(&quot;pong&quot;, results[0]);


--------------------------------------------------------------------------------
how about the return type is complex and using Dynamic Client ?
I tried,it returned the Document object of apache.
What should I do if I want to call a webservice existing under jdk1.4 ?
thanks a lot]]></description>
		<content:encoded><![CDATA[<p>Client client = new Client(new URL(&#8220;http://localhost:8080/xfire-test/services/test?WSDL&#8221;));</p>
<p>Object[] results = client.invoke(&#8220;ping&#8221;, null);</p>
<p>assertEquals(&#8220;pong&#8221;, results[0]);</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
how about the return type is complex and using Dynamic Client ?<br />
I tried,it returned the Document object of apache.<br />
What should I do if I want to call a webservice existing under jdk1.4 ?<br />
thanks a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeroen van Wilgenburg</title>
		<link>http://technology.amis.nl/2006/10/08/unit-testing-with-xfire-how-to-test-your-soap-server-with-a-wsdl-file/#comment-3864</link>
		<dc:creator>Jeroen van Wilgenburg</dc:creator>
		<pubDate>Sat, 21 Oct 2006 19:43:57 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1345#comment-3864</guid>
		<description><![CDATA[I haven&#039;t checked it out. The deep integration isn&#039;t necessarily a requirement, usually you just want simple access to a web service.

Thanks for the tip, I will check JAX-WS out, maybe it&#039;s an even better library than XFire.]]></description>
		<content:encoded><![CDATA[<p>I haven&#8217;t checked it out. The deep integration isn&#8217;t necessarily a requirement, usually you just want simple access to a web service.</p>
<p>Thanks for the tip, I will check JAX-WS out, maybe it&#8217;s an even better library than XFire.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eduardo Pelegri-Llopart</title>
		<link>http://technology.amis.nl/2006/10/08/unit-testing-with-xfire-how-to-test-your-soap-server-with-a-wsdl-file/#comment-3863</link>
		<dc:creator>Eduardo Pelegri-Llopart</dc:creator>
		<pubDate>Fri, 20 Oct 2006 18:10:11 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1345#comment-3863</guid>
		<description><![CDATA[Hi!  Have you checked out the JAX-WS RI (from GlassFish)?  Spring runs on GlassFish but, do you want a deeper integration?  If so, could you drop me an email to understand better what is missing?

In any case, you may want to check out this the comparison matrix at the Apache Wiki: http://wiki.apache.org/ws/StackComparison

 - eduard/o]]></description>
		<content:encoded><![CDATA[<p>Hi!  Have you checked out the JAX-WS RI (from GlassFish)?  Spring runs on GlassFish but, do you want a deeper integration?  If so, could you drop me an email to understand better what is missing?</p>
<p>In any case, you may want to check out this the comparison matrix at the Apache Wiki: <a href="http://wiki.apache.org/ws/StackComparison" rel="nofollow">http://wiki.apache.org/ws/StackComparison</a></p>
<p> &#8211; eduard/o</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeroen van Wilgenburg</title>
		<link>http://technology.amis.nl/2006/10/08/unit-testing-with-xfire-how-to-test-your-soap-server-with-a-wsdl-file/#comment-3862</link>
		<dc:creator>Jeroen van Wilgenburg</dc:creator>
		<pubDate>Tue, 17 Oct 2006 09:10:44 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1345#comment-3862</guid>
		<description><![CDATA[Assume client.ping() in the example returns a complex object called ComplexObject. You have to have the class for your object locally and then it&#039;s just
ComplexObject result=client.ping() instead of String result=client.ping();]]></description>
		<content:encoded><![CDATA[<p>Assume client.ping() in the example returns a complex object called ComplexObject. You have to have the class for your object locally and then it&#8217;s just<br />
ComplexObject result=client.ping() instead of String result=client.ping();</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shishir</title>
		<link>http://technology.amis.nl/2006/10/08/unit-testing-with-xfire-how-to-test-your-soap-server-with-a-wsdl-file/#comment-3861</link>
		<dc:creator>Shishir</dc:creator>
		<pubDate>Thu, 12 Oct 2006 15:24:50 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1345#comment-3861</guid>
		<description><![CDATA[how do i do unit testing if the return type is Complex and not simple? can we do the same thing in axis..m just curious]]></description>
		<content:encoded><![CDATA[<p>how do i do unit testing if the return type is Complex and not simple? can we do the same thing in axis..m just curious</p>
]]></content:encoded>
	</item>
</channel>
</rss>
