<?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: Create JAX-WS Service in 5 Minutes (Tutorial)</title>
	<atom:link href="http://myarch.com/create-jax-ws-service-in-5-minutes/feed" rel="self" type="application/rss+xml" />
	<link>http://myarch.com/create-jax-ws-service-in-5-minutes</link>
	<description>Builds and bytes</description>
	<lastBuildDate>Wed, 17 Mar 2010 11:08:26 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: bhavik</title>
		<link>http://myarch.com/create-jax-ws-service-in-5-minutes/comment-page-1#comment-35140</link>
		<dc:creator>bhavik</dc:creator>
		<pubDate>Thu, 04 Feb 2010 11:46:03 +0000</pubDate>
		<guid isPermaLink="false">http://myarch.com/create-jax-ws-service-in-5-minutes#comment-35140</guid>
		<description>Still dont see the last line , I guess its due to less then symbol... BTW the last line is 
Expected elements are ] [{http://www.example.org/MySchema}person&gt;]</description>
		<content:encoded><![CDATA[<p>Still dont see the last line , I guess its due to less then symbol&#8230; BTW the last line is<br />
Expected elements are ] [{http://www.example.org/MySchema}person&gt;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bhavik</title>
		<link>http://myarch.com/create-jax-ws-service-in-5-minutes/comment-page-1#comment-35139</link>
		<dc:creator>bhavik</dc:creator>
		<pubDate>Thu, 04 Feb 2010 11:44:34 +0000</pubDate>
		<guid isPermaLink="false">http://myarch.com/create-jax-ws-service-in-5-minutes#comment-35139</guid>
		<description>Not able to see the exact error, adding it again here.

javax.xml.bind.UnmarshalException
 - with linked exception:
[javax.xml.bind.UnmarshalException: unexpected element (uri:&quot;http://www.example.org/MySchema&quot;, local:&quot;Person&quot;). Expected elements are ]</description>
		<content:encoded><![CDATA[<p>Not able to see the exact error, adding it again here.</p>
<p>javax.xml.bind.UnmarshalException<br />
 &#8211; with linked exception:<br />
[javax.xml.bind.UnmarshalException: unexpected element (uri:"http://www.example.org/MySchema", local:"Person"). Expected elements are ]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bhavik</title>
		<link>http://myarch.com/create-jax-ws-service-in-5-minutes/comment-page-1#comment-35138</link>
		<dc:creator>bhavik</dc:creator>
		<pubDate>Thu, 04 Feb 2010 11:43:10 +0000</pubDate>
		<guid isPermaLink="false">http://myarch.com/create-jax-ws-service-in-5-minutes#comment-35138</guid>
		<description>I tried to do the same thing what is done here, but with some minor changes. I am new to WebServices, when I tried to run the code, it gives me the following error in the webservice output...


−

−

soapenv:Client
−

javax.xml.bind.UnmarshalException
 - with linked exception:
[javax.xml.bind.UnmarshalException: unexpected element (uri:&quot;http://www.example.org/MySchema&quot;, local:&quot;Person&quot;). Expected elements are ]






What could be the cause for the issue? and How do I add my project for reference? Secondly. I tried that on WAS 6.1</description>
		<content:encoded><![CDATA[<p>I tried to do the same thing what is done here, but with some minor changes. I am new to WebServices, when I tried to run the code, it gives me the following error in the webservice output&#8230;</p>
<p>−</p>
<p>−</p>
<p>soapenv:Client<br />
−</p>
<p>javax.xml.bind.UnmarshalException<br />
 &#8211; with linked exception:<br />
[javax.xml.bind.UnmarshalException: unexpected element (uri:"http://www.example.org/MySchema", local:"Person"). Expected elements are ]</p>
<p>What could be the cause for the issue? and How do I add my project for reference? Secondly. I tried that on WAS 6.1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mittu</title>
		<link>http://myarch.com/create-jax-ws-service-in-5-minutes/comment-page-1#comment-35114</link>
		<dc:creator>mittu</dc:creator>
		<pubDate>Thu, 03 Dec 2009 19:40:46 +0000</pubDate>
		<guid isPermaLink="false">http://myarch.com/create-jax-ws-service-in-5-minutes#comment-35114</guid>
		<description>Thanks so much Alexander. 

I am trying to generate the service from wsdl, i.e top-down way.  I used wsimport from JAX-WS 2.1.7 and generated the stubs, and during the publishing to the WAS 6.1 server, I am getting api errors like noSuchMethod error ...

But I was successful in developing a Restful webservice using JAX-WS, WAS6.1, RAD v7, Java 5.0 on WIndows XP

So I was wondering that if restful type of web services are successfully deployed using the above configuration then why not the services developed using soap/wsdl?

let me know your opinion, thanks so much.</description>
		<content:encoded><![CDATA[<p>Thanks so much Alexander. </p>
<p>I am trying to generate the service from wsdl, i.e top-down way.  I used wsimport from JAX-WS 2.1.7 and generated the stubs, and during the publishing to the WAS 6.1 server, I am getting api errors like noSuchMethod error &#8230;</p>
<p>But I was successful in developing a Restful webservice using JAX-WS, WAS6.1, RAD v7, Java 5.0 on WIndows XP</p>
<p>So I was wondering that if restful type of web services are successfully deployed using the above configuration then why not the services developed using soap/wsdl?</p>
<p>let me know your opinion, thanks so much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexander Ananiev</title>
		<link>http://myarch.com/create-jax-ws-service-in-5-minutes/comment-page-1#comment-35113</link>
		<dc:creator>Alexander Ananiev</dc:creator>
		<pubDate>Thu, 03 Dec 2009 19:30:19 +0000</pubDate>
		<guid isPermaLink="false">http://myarch.com/create-jax-ws-service-in-5-minutes#comment-35113</guid>
		<description>Hi Mittu. You&#039;re out of luck with WAS6.1 without WSFP. JAX-RPC is your only option. You can also try running an open source Web services container in WAS, but that&#039;s a whole different ball of wax.</description>
		<content:encoded><![CDATA[<p>Hi Mittu. You&#8217;re out of luck with WAS6.1 without WSFP. JAX-RPC is your only option. You can also try running an open source Web services container in WAS, but that&#8217;s a whole different ball of wax.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mittu</title>
		<link>http://myarch.com/create-jax-ws-service-in-5-minutes/comment-page-1#comment-35112</link>
		<dc:creator>mittu</dc:creator>
		<pubDate>Thu, 03 Dec 2009 17:52:30 +0000</pubDate>
		<guid isPermaLink="false">http://myarch.com/create-jax-ws-service-in-5-minutes#comment-35112</guid>
		<description>I am trying to develop JAX-WS webservices using WAS6.1, RAD v7, Java 5.0 on WIndows XP. Is it possible to develop the above example with this configuration without using Web Services Feature Pack(WSFP)? Our company does not allow for the installation of the feature pack. 
Thanks.</description>
		<content:encoded><![CDATA[<p>I am trying to develop JAX-WS webservices using WAS6.1, RAD v7, Java 5.0 on WIndows XP. Is it possible to develop the above example with this configuration without using Web Services Feature Pack(WSFP)? Our company does not allow for the installation of the feature pack.<br />
Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Song</title>
		<link>http://myarch.com/create-jax-ws-service-in-5-minutes/comment-page-1#comment-35095</link>
		<dc:creator>Song</dc:creator>
		<pubDate>Fri, 06 Nov 2009 21:20:29 +0000</pubDate>
		<guid isPermaLink="false">http://myarch.com/create-jax-ws-service-in-5-minutes#comment-35095</guid>
		<description>I run the example on WebSphere 6.1 with its WS feature pack. I got an error like this:
[11/6/09 16:12:48:957 EST] 00000028 SystemErr     R Caused by: java.lang.ClassCastException: personservice.Person$JaxbAccessorF_addresses incompatible with com.sun.xml.bind.v2.runtime.reflect.Accessor
	at com.sun.xml.bind.v2.runtime.reflect.opt.OptimizedAccessorFactory.instanciate(OptimizedAccessorFactory.java:151)
	at com.sun.xml.bind.v2.runtime.reflect.opt.OptimizedAccessorFactory.get(OptimizedAccessorFactory.java:143)
	at com.sun.xml.bind.v2.runtime.reflect.Accessor$FieldReflection.optimize(Accessor.java:204)
	at com.sun.xml.bind.v2.runtime.property.ArrayProperty.(ArrayProperty.java:29)
	at com.sun.xml.bind.v2.runtime.property.ArrayERProperty.(ArrayERProperty.java:45)
	at com.sun.xml.bind.v2.runtime.property.ArrayElementProperty.(ArrayElementProperty.java:60)
	at sun.reflect.GeneratedConstructorAccessor38.newInstance(Unknown Source)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:522)
	at com.sun.xml.bind.v2.runtime.property.PropertyFactory.create(PropertyFactory.java:88)
	at com.sun.xml.bind.v2.runtime.ClassBeanInfoImpl.(ClassBeanInfoImpl.java:135)
	at com.sun.xml.bind.v2.runtime.JAXBContextImpl.getOrCreate(JAXBContextImpl.java:432)
	at com.sun.xml.bind.v2.runtime.JAXBContextImpl.(JAXBContextImpl.java:265)
	at com.sun.xml.bind.v2.ContextFactory.createContext(ContextFactory.java:76)
	at com.sun.xml.bind.v2.ContextFactory.createContext(ContextFactory.java:55)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:618)
	at javax.xml.bind.ContextFinder.newInstance(ContextFinder.java:210)
	at javax.xml.bind.ContextFinder.find(ContextFinder.java:381)
	at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:574)
	at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:522)
	at org.apache.axis2.jaxws.message.databinding.JAXBUtils$4.run(JAXBUtils.java:819)
	at org.apache.axis2.java.security.AccessController.doPrivileged(AccessController.java:130)
	at org.apache.axis2.jaxws.message.databinding.JAXBUtils.JAXBContext_newInstance(JAXBUtils.java:816)
	at org.apache.axis2.jaxws.message.databinding.JAXBUtils.createJAXBContextValue(JAXBUtils.java:313)
	at org.apache.axis2.jaxws.message.databinding.JAXBUtils.getJAXBContext(JAXBUtils.java:146)
	at org.apache.axis2.jaxws.marshaller.factory.MethodMarshallerFactory.isContextPathConstruction(MethodMarshallerFactory.java:216)
	at org.apache.axis2.jaxws.marshaller.factory.MethodMarshallerFactory.isDocLitBareMinimal(MethodMarshallerFactory.java:199)
	at org.apache.axis2.jaxws.marshaller.factory.MethodMarshallerFactory.createDocLitMethodMarshaller(MethodMarshallerFactory.java:120)
	at org.apache.axis2.jaxws.marshaller.factory.MethodMarshallerFactory.getMarshaller(MethodMarshallerFactory.java:103)
	at org.apache.axis2.jaxws.server.dispatcher.JavaBeanDispatcher.getMethodMarshaller(JavaBeanDispatcher.java:234)
	at org.apache.axis2.jaxws.server.dispatcher.JavaBeanDispatcher.invoke(JavaBeanDispatcher.java:71)
	at org.apache.axis2.jaxws.server.EndpointController.invoke(EndpointController.java:169)
	at org.apache.axis2.jaxws.server.JAXWSMessageReceiver.receive(JAXWSMessageReceiver.java:114)
	at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:220)
	at org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:271)
	at com.ibm.ws.websvcs.transport.http.WASAxis2Servlet.doPost(WASAxis2Servlet.java:907)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
	at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1101)
	at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:569)
	at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:478)
	at com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(CacheServletWrapper.java:90)
	at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:748)
	at com.ibm.ws.wswebcontainer.WebContainer.handleRequest(WebContainer.java:1461)
	at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:119)
	at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:458)
	at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:387)
	at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:267)
	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:165)
	at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)
	at com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161)
	at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:136)
	at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:195)
	at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:743)
	at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:873)
	at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1473)

Has anyone come across this? 
Thanks,
Song</description>
		<content:encoded><![CDATA[<p>I run the example on WebSphere 6.1 with its WS feature pack. I got an error like this:<br />
[11/6/09 16:12:48:957 EST] 00000028 SystemErr     R Caused by: java.lang.ClassCastException: personservice.Person$JaxbAccessorF_addresses incompatible with com.sun.xml.bind.v2.runtime.reflect.Accessor<br />
	at com.sun.xml.bind.v2.runtime.reflect.opt.OptimizedAccessorFactory.instanciate(OptimizedAccessorFactory.java:151)<br />
	at com.sun.xml.bind.v2.runtime.reflect.opt.OptimizedAccessorFactory.get(OptimizedAccessorFactory.java:143)<br />
	at com.sun.xml.bind.v2.runtime.reflect.Accessor$FieldReflection.optimize(Accessor.java:204)<br />
	at com.sun.xml.bind.v2.runtime.property.ArrayProperty.(ArrayProperty.java:29)<br />
	at com.sun.xml.bind.v2.runtime.property.ArrayERProperty.(ArrayERProperty.java:45)<br />
	at com.sun.xml.bind.v2.runtime.property.ArrayElementProperty.(ArrayElementProperty.java:60)<br />
	at sun.reflect.GeneratedConstructorAccessor38.newInstance(Unknown Source)<br />
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)<br />
	at java.lang.reflect.Constructor.newInstance(Constructor.java:522)<br />
	at com.sun.xml.bind.v2.runtime.property.PropertyFactory.create(PropertyFactory.java:88)<br />
	at com.sun.xml.bind.v2.runtime.ClassBeanInfoImpl.(ClassBeanInfoImpl.java:135)<br />
	at com.sun.xml.bind.v2.runtime.JAXBContextImpl.getOrCreate(JAXBContextImpl.java:432)<br />
	at com.sun.xml.bind.v2.runtime.JAXBContextImpl.(JAXBContextImpl.java:265)<br />
	at com.sun.xml.bind.v2.ContextFactory.createContext(ContextFactory.java:76)<br />
	at com.sun.xml.bind.v2.ContextFactory.createContext(ContextFactory.java:55)<br />
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br />
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)<br />
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)<br />
	at java.lang.reflect.Method.invoke(Method.java:618)<br />
	at javax.xml.bind.ContextFinder.newInstance(ContextFinder.java:210)<br />
	at javax.xml.bind.ContextFinder.find(ContextFinder.java:381)<br />
	at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:574)<br />
	at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:522)<br />
	at org.apache.axis2.jaxws.message.databinding.JAXBUtils$4.run(JAXBUtils.java:819)<br />
	at org.apache.axis2.java.security.AccessController.doPrivileged(AccessController.java:130)<br />
	at org.apache.axis2.jaxws.message.databinding.JAXBUtils.JAXBContext_newInstance(JAXBUtils.java:816)<br />
	at org.apache.axis2.jaxws.message.databinding.JAXBUtils.createJAXBContextValue(JAXBUtils.java:313)<br />
	at org.apache.axis2.jaxws.message.databinding.JAXBUtils.getJAXBContext(JAXBUtils.java:146)<br />
	at org.apache.axis2.jaxws.marshaller.factory.MethodMarshallerFactory.isContextPathConstruction(MethodMarshallerFactory.java:216)<br />
	at org.apache.axis2.jaxws.marshaller.factory.MethodMarshallerFactory.isDocLitBareMinimal(MethodMarshallerFactory.java:199)<br />
	at org.apache.axis2.jaxws.marshaller.factory.MethodMarshallerFactory.createDocLitMethodMarshaller(MethodMarshallerFactory.java:120)<br />
	at org.apache.axis2.jaxws.marshaller.factory.MethodMarshallerFactory.getMarshaller(MethodMarshallerFactory.java:103)<br />
	at org.apache.axis2.jaxws.server.dispatcher.JavaBeanDispatcher.getMethodMarshaller(JavaBeanDispatcher.java:234)<br />
	at org.apache.axis2.jaxws.server.dispatcher.JavaBeanDispatcher.invoke(JavaBeanDispatcher.java:71)<br />
	at org.apache.axis2.jaxws.server.EndpointController.invoke(EndpointController.java:169)<br />
	at org.apache.axis2.jaxws.server.JAXWSMessageReceiver.receive(JAXWSMessageReceiver.java:114)<br />
	at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:220)<br />
	at org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:271)<br />
	at com.ibm.ws.websvcs.transport.http.WASAxis2Servlet.doPost(WASAxis2Servlet.java:907)<br />
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)<br />
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)<br />
	at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1101)<br />
	at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:569)<br />
	at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:478)<br />
	at com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(CacheServletWrapper.java:90)<br />
	at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:748)<br />
	at com.ibm.ws.wswebcontainer.WebContainer.handleRequest(WebContainer.java:1461)<br />
	at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:119)<br />
	at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:458)<br />
	at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:387)<br />
	at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:267)<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:165)<br />
	at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)<br />
	at com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161)<br />
	at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:136)<br />
	at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:195)<br />
	at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:743)<br />
	at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:873)<br />
	at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1473)</p>
<p>Has anyone come across this?<br />
Thanks,<br />
Song</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abhi</title>
		<link>http://myarch.com/create-jax-ws-service-in-5-minutes/comment-page-1#comment-35030</link>
		<dc:creator>Abhi</dc:creator>
		<pubDate>Wed, 02 Sep 2009 12:36:03 +0000</pubDate>
		<guid isPermaLink="false">http://myarch.com/create-jax-ws-service-in-5-minutes#comment-35030</guid>
		<description>Hi,
I&#039;m really new to this web service techonology. And as of now only using AXIS2 as my service container. Can some one will guide me how to deploy the above as my axis2 webservice?
Axis itsself is providing some example, but that seems to be far above my head.
Any help will be appreatiated.
Thanks
/Abhi</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I&#8217;m really new to this web service techonology. And as of now only using AXIS2 as my service container. Can some one will guide me how to deploy the above as my axis2 webservice?<br />
Axis itsself is providing some example, but that seems to be far above my head.<br />
Any help will be appreatiated.<br />
Thanks<br />
/Abhi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexander Ananiev</title>
		<link>http://myarch.com/create-jax-ws-service-in-5-minutes/comment-page-1#comment-35016</link>
		<dc:creator>Alexander Ananiev</dc:creator>
		<pubDate>Sat, 01 Aug 2009 16:09:39 +0000</pubDate>
		<guid isPermaLink="false">http://myarch.com/create-jax-ws-service-in-5-minutes#comment-35016</guid>
		<description>Rohit, no, this is not a restful service.</description>
		<content:encoded><![CDATA[<p>Rohit, no, this is not a restful service.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rohit</title>
		<link>http://myarch.com/create-jax-ws-service-in-5-minutes/comment-page-1#comment-35013</link>
		<dc:creator>Rohit</dc:creator>
		<pubDate>Thu, 30 Jul 2009 10:13:12 +0000</pubDate>
		<guid isPermaLink="false">http://myarch.com/create-jax-ws-service-in-5-minutes#comment-35013</guid>
		<description>Can anyone guide me to some link where i can get the understanding of different approaches available for Web service development and their Pros &amp; Cons.</description>
		<content:encoded><![CDATA[<p>Can anyone guide me to some link where i can get the understanding of different approaches available for Web service development and their Pros &amp; Cons.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
