<?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: Generating a web service proxy client</title>
	<atom:link href="http://www.albeesonline.com/blog/2008/01/29/generating-a-web-service-proxy-client/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.albeesonline.com/blog/2008/01/29/generating-a-web-service-proxy-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: meet</title>
		<link>http://www.albeesonline.com/blog/2008/01/29/generating-a-web-service-proxy-client/comment-page-1/#comment-67787</link>
		<dc:creator>meet</dc:creator>
		<pubDate>Tue, 03 Aug 2010 07:16:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.albeesonline.com/2008/01/29/generating-a-web-service-proxy-client/#comment-67787</guid>
		<description>Hi mukul ,
i m facing the same problem ..pls help how to solve it</description>
		<content:encoded><![CDATA[<p>Hi mukul ,<br />
i m facing the same problem ..pls help how to solve it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hinz</title>
		<link>http://www.albeesonline.com/blog/2008/01/29/generating-a-web-service-proxy-client/comment-page-1/#comment-67413</link>
		<dc:creator>Hinz</dc:creator>
		<pubDate>Thu, 15 Jul 2010 05:29:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.albeesonline.com/2008/01/29/generating-a-web-service-proxy-client/#comment-67413</guid>
		<description>Hi Mukul, Im experiencing the same problem. I&#039;m clueless on how to fix it. What is your solution?</description>
		<content:encoded><![CDATA[<p>Hi Mukul, Im experiencing the same problem. I&#8217;m clueless on how to fix it. What is your solution?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mukul</title>
		<link>http://www.albeesonline.com/blog/2008/01/29/generating-a-web-service-proxy-client/comment-page-1/#comment-66927</link>
		<dc:creator>Mukul</dc:creator>
		<pubDate>Thu, 17 Jun 2010 11:10:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.albeesonline.com/2008/01/29/generating-a-web-service-proxy-client/#comment-66927</guid>
		<description>Hi 

Its working I was doing some wrong.

Thanks</description>
		<content:encoded><![CDATA[<p>Hi </p>
<p>Its working I was doing some wrong.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mukul</title>
		<link>http://www.albeesonline.com/blog/2008/01/29/generating-a-web-service-proxy-client/comment-page-1/#comment-66924</link>
		<dc:creator>Mukul</dc:creator>
		<pubDate>Thu, 17 Jun 2010 09:40:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.albeesonline.com/2008/01/29/generating-a-web-service-proxy-client/#comment-66924</guid>
		<description>Hi 

As per your given example I am exposing a Java Class as web service and  generating the Java Proxy Client. But java class is replaced as Interface after generating the Java Proxy Client. So it giving problem as: 

[6/17/10 14:16:30:708 IST] 00000024 JavaBeanDispa E com.ibm.ws.webservices.engine.dispatchers.java.JavaBeanDispatcher createServiceObject WSWS3422E: Error: Can not instantiate com.web.HelloWorld.
                                 java.lang.InstantiationException: com.web.HelloWorld
	at java.lang.Class.newInstanceImpl(Native Method)
	at java.lang.Class.newInstance(Class.java:1263)
	at com.ibm.ws.webservices.engine.dispatchers.java.JavaBeanDispatcher.createServiceObject(JavaBeanDispatcher.java:202)
	at com.ibm.ws.webservices.engine.dispatchers.java.SessionDispatcher.createAndInitServiceObject(SessionDispatcher.java:253)
	at com.ibm.ws.webservices.engine.dispatchers.java.SessionDispatcher.invoke(SessionDispatcher.java:201)
	at com.ibm.ws.webservices.engine.PivotHandlerWrapper.invoke(PivotHandlerWrapper.java:227)
	at com.ibm.ws.webservices.engine.handlers.jaxrpc.JAXRPCHandler.invoke(JAXRPCHandler.java:152)
	at com.ibm.ws.webservices.engine.handlers.WrappedHandler.invoke(WrappedHandler.java:64)
	at com.ibm.ws.webservices.engine.PivotHandlerWrapper.invoke(PivotHandlerWrapper.java:227)
	at com.ibm.ws.webservices.engine.PivotHandlerWrapper.invoke(PivotHandlerWrapper.java:227)
	at com.ibm.ws.webservices.engine.WebServicesEngine.invoke(WebServicesEngine.java:332)
	at com.ibm.ws.webservices.engine.transport.http.WebServicesServlet.doPost(WebServicesServlet.java:736)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
	at com.ibm.ws.webservices.engine.transport.http.WebServicesServletBase.service(WebServicesServletBase.java:341)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
	at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:966)
	at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:478)
	at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:463)
	at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3129)
	at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:238)
	at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:811)
	at com.ibm.ws.wswebcontainer.WebContainer.handleRequest(WebContainer.java:1433)
	at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:93)
	at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:465)
	at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:394)
	at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:274)
	at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminators(NewConnectionInitialReadCallback.java:214)
	at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(NewConnectionInitialReadCallback.java:113)
	at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:152)
	at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:213)
	at com.ibm.io.async.AbstractAsyncFuture.fireCompletionActions(AbstractAsyncFuture.java:195)
	at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:136)
	at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:194)
	at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:741)
	at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:863)
	at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1510)

[6/17/10 14:16:30:786 IST] 00000024 PivotHandlerW W com.ibm.ws.webservices.engine.PivotHandlerWrapper invoke WSWS3734W: Warning: Exception caught from invocation to com.ibm.ws.webservices.engine.dispatchers.java.JavaBeanDispatcher:
                                 WebServicesFault
 faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.generalException
 faultString: WSWS3422E: Error: Can not instantiate com.web.HelloWorld.
 faultActor: null
 faultDetail: 

WSWS3422E: Error: Can not instantiate com.web.HelloWorld.
	at com.ibm.ws.webservices.engine.dispatchers.java.JavaBeanDispatcher.createServiceObject(JavaBeanDispatcher.java:207)
	at com.ibm.ws.webservices.engine.dispatchers.java.SessionDispatcher.createAndInitServiceObject(SessionDispatcher.java:253)
	at com.ibm.ws.webservices.engine.dispatchers.java.SessionDispatcher.invoke(SessionDispatcher.java:201)
	at com.ibm.ws.webservices.engine.PivotHandlerWrapper.invoke(PivotHandlerWrapper.java:227)
	at com.ibm.ws.webservices.engine.handlers.jaxrpc.JAXRPCHandler.invoke(JAXRPCHandler.java:152)
	at com.ibm.ws.webservices.engine.handlers.WrappedHandler.invoke(WrappedHandler.java:64)
	at com.ibm.ws.webservices.engine.PivotHandlerWrapper.invoke(PivotHandlerWrapper.java:227)
	at com.ibm.ws.webservices.engine.PivotHandlerWrapper.invoke(PivotHandlerWrapper.java:227)
	at com.ibm.ws.webservices.engine.WebServicesEngine.invoke(WebServicesEngine.java:332)
	at com.ibm.ws.webservices.engine.transport.http.WebServicesServlet.doPost(WebServicesServlet.java:736)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
	at com.ibm.ws.webservices.engine.transport.http.WebServicesServletBase.service(WebServicesServletBase.java:341)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
	at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:966)
	at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:478)
	at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:463)
	at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3129)
	at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:238)
	at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:811)
	at com.ibm.ws.wswebcontainer.WebContainer.handleRequest(WebContainer.java:1433)
	at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:93)
	at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:465)
	at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:394)
	at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:274)
	at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminators(NewConnectionInitialReadCallback.java:214)
	at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(NewConnectionInitialReadCallback.java:113)
	at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:152)
	at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:213)
	at com.ibm.io.async.AbstractAsyncFuture.fireCompletionActions(AbstractAsyncFuture.java:195)
	at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:136)
	at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:194)
	at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:741)
	at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:863)
	at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1510)
Caused by: java.lang.InstantiationException: com.web.HelloWorld
	at java.lang.Class.newInstanceImpl(Native Method)
	at java.lang.Class.newInstance(Class.java:1263)
	at com.ibm.ws.webservices.engine.dispatchers.java.JavaBeanDispatcher.createServiceObject(JavaBeanDispatcher.java:202)
	... 33 more</description>
		<content:encoded><![CDATA[<p>Hi </p>
<p>As per your given example I am exposing a Java Class as web service and  generating the Java Proxy Client. But java class is replaced as Interface after generating the Java Proxy Client. So it giving problem as: </p>
<p>[6/17/10 14:16:30:708 IST] 00000024 JavaBeanDispa E com.ibm.ws.webservices.engine.dispatchers.java.JavaBeanDispatcher createServiceObject WSWS3422E: Error: Can not instantiate com.web.HelloWorld.<br />
                                 java.lang.InstantiationException: com.web.HelloWorld<br />
	at java.lang.Class.newInstanceImpl(Native Method)<br />
	at java.lang.Class.newInstance(Class.java:1263)<br />
	at com.ibm.ws.webservices.engine.dispatchers.java.JavaBeanDispatcher.createServiceObject(JavaBeanDispatcher.java:202)<br />
	at com.ibm.ws.webservices.engine.dispatchers.java.SessionDispatcher.createAndInitServiceObject(SessionDispatcher.java:253)<br />
	at com.ibm.ws.webservices.engine.dispatchers.java.SessionDispatcher.invoke(SessionDispatcher.java:201)<br />
	at com.ibm.ws.webservices.engine.PivotHandlerWrapper.invoke(PivotHandlerWrapper.java:227)<br />
	at com.ibm.ws.webservices.engine.handlers.jaxrpc.JAXRPCHandler.invoke(JAXRPCHandler.java:152)<br />
	at com.ibm.ws.webservices.engine.handlers.WrappedHandler.invoke(WrappedHandler.java:64)<br />
	at com.ibm.ws.webservices.engine.PivotHandlerWrapper.invoke(PivotHandlerWrapper.java:227)<br />
	at com.ibm.ws.webservices.engine.PivotHandlerWrapper.invoke(PivotHandlerWrapper.java:227)<br />
	at com.ibm.ws.webservices.engine.WebServicesEngine.invoke(WebServicesEngine.java:332)<br />
	at com.ibm.ws.webservices.engine.transport.http.WebServicesServlet.doPost(WebServicesServlet.java:736)<br />
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)<br />
	at com.ibm.ws.webservices.engine.transport.http.WebServicesServletBase.service(WebServicesServletBase.java:341)<br />
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)<br />
	at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:966)<br />
	at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:478)<br />
	at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:463)<br />
	at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3129)<br />
	at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:238)<br />
	at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:811)<br />
	at com.ibm.ws.wswebcontainer.WebContainer.handleRequest(WebContainer.java:1433)<br />
	at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:93)<br />
	at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:465)<br />
	at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:394)<br />
	at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:274)<br />
	at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminators(NewConnectionInitialReadCallback.java:214)<br />
	at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(NewConnectionInitialReadCallback.java:113)<br />
	at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:152)<br />
	at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:213)<br />
	at com.ibm.io.async.AbstractAsyncFuture.fireCompletionActions(AbstractAsyncFuture.java:195)<br />
	at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:136)<br />
	at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:194)<br />
	at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:741)<br />
	at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:863)<br />
	at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1510)</p>
<p>[6/17/10 14:16:30:786 IST] 00000024 PivotHandlerW W com.ibm.ws.webservices.engine.PivotHandlerWrapper invoke WSWS3734W: Warning: Exception caught from invocation to com.ibm.ws.webservices.engine.dispatchers.java.JavaBeanDispatcher:<br />
                                 WebServicesFault<br />
 faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.generalException<br />
 faultString: WSWS3422E: Error: Can not instantiate com.web.HelloWorld.<br />
 faultActor: null<br />
 faultDetail: </p>
<p>WSWS3422E: Error: Can not instantiate com.web.HelloWorld.<br />
	at com.ibm.ws.webservices.engine.dispatchers.java.JavaBeanDispatcher.createServiceObject(JavaBeanDispatcher.java:207)<br />
	at com.ibm.ws.webservices.engine.dispatchers.java.SessionDispatcher.createAndInitServiceObject(SessionDispatcher.java:253)<br />
	at com.ibm.ws.webservices.engine.dispatchers.java.SessionDispatcher.invoke(SessionDispatcher.java:201)<br />
	at com.ibm.ws.webservices.engine.PivotHandlerWrapper.invoke(PivotHandlerWrapper.java:227)<br />
	at com.ibm.ws.webservices.engine.handlers.jaxrpc.JAXRPCHandler.invoke(JAXRPCHandler.java:152)<br />
	at com.ibm.ws.webservices.engine.handlers.WrappedHandler.invoke(WrappedHandler.java:64)<br />
	at com.ibm.ws.webservices.engine.PivotHandlerWrapper.invoke(PivotHandlerWrapper.java:227)<br />
	at com.ibm.ws.webservices.engine.PivotHandlerWrapper.invoke(PivotHandlerWrapper.java:227)<br />
	at com.ibm.ws.webservices.engine.WebServicesEngine.invoke(WebServicesEngine.java:332)<br />
	at com.ibm.ws.webservices.engine.transport.http.WebServicesServlet.doPost(WebServicesServlet.java:736)<br />
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)<br />
	at com.ibm.ws.webservices.engine.transport.http.WebServicesServletBase.service(WebServicesServletBase.java:341)<br />
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)<br />
	at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:966)<br />
	at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:478)<br />
	at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:463)<br />
	at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3129)<br />
	at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:238)<br />
	at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:811)<br />
	at com.ibm.ws.wswebcontainer.WebContainer.handleRequest(WebContainer.java:1433)<br />
	at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:93)<br />
	at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:465)<br />
	at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:394)<br />
	at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:274)<br />
	at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminators(NewConnectionInitialReadCallback.java:214)<br />
	at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(NewConnectionInitialReadCallback.java:113)<br />
	at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:152)<br />
	at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:213)<br />
	at com.ibm.io.async.AbstractAsyncFuture.fireCompletionActions(AbstractAsyncFuture.java:195)<br />
	at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:136)<br />
	at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:194)<br />
	at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:741)<br />
	at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:863)<br />
	at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1510)<br />
Caused by: java.lang.InstantiationException: com.web.HelloWorld<br />
	at java.lang.Class.newInstanceImpl(Native Method)<br />
	at java.lang.Class.newInstance(Class.java:1263)<br />
	at com.ibm.ws.webservices.engine.dispatchers.java.JavaBeanDispatcher.createServiceObject(JavaBeanDispatcher.java:202)<br />
	&#8230; 33 more</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hapreet</title>
		<link>http://www.albeesonline.com/blog/2008/01/29/generating-a-web-service-proxy-client/comment-page-1/#comment-64290</link>
		<dc:creator>Hapreet</dc:creator>
		<pubDate>Wed, 17 Feb 2010 03:29:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.albeesonline.com/2008/01/29/generating-a-web-service-proxy-client/#comment-64290</guid>
		<description>HI,
Can you plz let me know how to create a stub less web service client from wsdl.....
also plz write a test java client as well...

This will be a great help...
if u could forward the link to my email will be grt8 help 
java.harpreet@gmail.com


Thank you</description>
		<content:encoded><![CDATA[<p>HI,<br />
Can you plz let me know how to create a stub less web service client from wsdl&#8230;..<br />
also plz write a test java client as well&#8230;</p>
<p>This will be a great help&#8230;<br />
if u could forward the link to my email will be grt8 help<br />
<a href="mailto:java.harpreet@gmail.com">java.harpreet@gmail.com</a></p>
<p>Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Antony Philip</title>
		<link>http://www.albeesonline.com/blog/2008/01/29/generating-a-web-service-proxy-client/comment-page-1/#comment-63429</link>
		<dc:creator>Antony Philip</dc:creator>
		<pubDate>Thu, 21 Jan 2010 05:54:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.albeesonline.com/2008/01/29/generating-a-web-service-proxy-client/#comment-63429</guid>
		<description>Hi Albin,
this document is realy nice,
i am new to webservises 
using rad 7
please help me in creating a sample websevice</description>
		<content:encoded><![CDATA[<p>Hi Albin,<br />
this document is realy nice,<br />
i am new to webservises<br />
using rad 7<br />
please help me in creating a sample websevice</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arun</title>
		<link>http://www.albeesonline.com/blog/2008/01/29/generating-a-web-service-proxy-client/comment-page-1/#comment-57449</link>
		<dc:creator>Arun</dc:creator>
		<pubDate>Mon, 17 Aug 2009 16:43:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.albeesonline.com/2008/01/29/generating-a-web-service-proxy-client/#comment-57449</guid>
		<description>Hi Amit,

The metjod mentioned here for generating WS stubs is very primitive. Currently we have lot of mechanisms to do the same. 

1) Decide what framework you need for your client (Axis for exmaple)
2) refer to the axis api for ANT script that will help you create a client
3) the ant script generallly takes in &quot;testcase&quot; as a parameter which is automatically create you a JUnit test class.

You can use the JUnit test class for testing your webservice easily.</description>
		<content:encoded><![CDATA[<p>Hi Amit,</p>
<p>The metjod mentioned here for generating WS stubs is very primitive. Currently we have lot of mechanisms to do the same. </p>
<p>1) Decide what framework you need for your client (Axis for exmaple)<br />
2) refer to the axis api for ANT script that will help you create a client<br />
3) the ant script generallly takes in &#8220;testcase&#8221; as a parameter which is automatically create you a JUnit test class.</p>
<p>You can use the JUnit test class for testing your webservice easily.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Albin Joseph</title>
		<link>http://www.albeesonline.com/blog/2008/01/29/generating-a-web-service-proxy-client/comment-page-1/#comment-5058</link>
		<dc:creator>Albin Joseph</dc:creator>
		<pubDate>Tue, 16 Sep 2008 07:29:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.albeesonline.com/2008/01/29/generating-a-web-service-proxy-client/#comment-5058</guid>
		<description>Amit, I have created a small tutorial of how to invoke a web service using web service proxy client and is available at http://www.albeesonline.com/blog/2008/09/15/invoking-a-web-service-using-web-service-proxy-client/. If you have any questions please let me know.</description>
		<content:encoded><![CDATA[<p>Amit, I have created a small tutorial of how to invoke a web service using web service proxy client and is available at <a href="http://www.albeesonline.com/blog/2008/09/15/invoking-a-web-service-using-web-service-proxy-client/" rel="nofollow">http://www.albeesonline.com/blog/2008/09/15/invoking-a-web-service-using-web-service-proxy-client/</a>. If you have any questions please let me know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Invoking a web service using web service proxy client &#124; Some Java, J2EE and WebSphere stuffs</title>
		<link>http://www.albeesonline.com/blog/2008/01/29/generating-a-web-service-proxy-client/comment-page-1/#comment-5056</link>
		<dc:creator>Invoking a web service using web service proxy client &#124; Some Java, J2EE and WebSphere stuffs</dc:creator>
		<pubDate>Tue, 16 Sep 2008 07:24:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.albeesonline.com/2008/01/29/generating-a-web-service-proxy-client/#comment-5056</guid>
		<description>[...] Comments Amit Mittal on Generating a web service proxy clientKathy on Finding the value of a radio buttonHarish on Start a long running business process using [...]</description>
		<content:encoded><![CDATA[<p>[...] Comments Amit Mittal on Generating a web service proxy clientKathy on Finding the value of a radio buttonHarish on Start a long running business process using [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amit Mittal</title>
		<link>http://www.albeesonline.com/blog/2008/01/29/generating-a-web-service-proxy-client/comment-page-1/#comment-5031</link>
		<dc:creator>Amit Mittal</dc:creator>
		<pubDate>Mon, 15 Sep 2008 22:22:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.albeesonline.com/2008/01/29/generating-a-web-service-proxy-client/#comment-5031</guid>
		<description>Hi,

It helped me in creating WS client however I am wondering how do I test it I dont want to 
test by right clicking on WSDL and checking it  :???: . Please tell me how do I write a JavaMethod 
to make a request what all should me parameters ine request and if I need to pass any URL or 
something to make my request. please help.

Any help will be highly appriciated.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>It helped me in creating WS client however I am wondering how do I test it I dont want to<br />
test by right clicking on WSDL and checking it  <img src='http://www.albeesonline.com/blog/wp-includes/images/smilies/icon_confused.gif' alt=':???:' class='wp-smiley' />  . Please tell me how do I write a JavaMethod<br />
to make a request what all should me parameters ine request and if I need to pass any URL or<br />
something to make my request. please help.</p>
<p>Any help will be highly appriciated.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

