<?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: Publishing Java based WebServices using JAX-WS in JDeveloper 11g</title>
	<atom:link href="http://technology.amis.nl/2008/07/05/publishing-java-based-webservices-using-jax-ws-in-jdeveloper-11g/feed/" rel="self" type="application/rss+xml" />
	<link>http://technology.amis.nl/2008/07/05/publishing-java-based-webservices-using-jax-ws-in-jdeveloper-11g/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=publishing-java-based-webservices-using-jax-ws-in-jdeveloper-11g</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: Rakesh</title>
		<link>http://technology.amis.nl/2008/07/05/publishing-java-based-webservices-using-jax-ws-in-jdeveloper-11g/#comment-5380</link>
		<dc:creator>Rakesh</dc:creator>
		<pubDate>Wed, 18 Nov 2009 11:23:40 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=3292#comment-5380</guid>
		<description><![CDATA[Hi,
Do you know how to call this JAX-WS from ADF context by storing the same in connection.xml?
Please provide the example, if you have?]]></description>
		<content:encoded><![CDATA[<p>Hi,<br />
Do you know how to call this JAX-WS from ADF context by storing the same in connection.xml?<br />
Please provide the example, if you have?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hegyvari Krisztian</title>
		<link>http://technology.amis.nl/2008/07/05/publishing-java-based-webservices-using-jax-ws-in-jdeveloper-11g/#comment-5379</link>
		<dc:creator>Hegyvari Krisztian</dc:creator>
		<pubDate>Thu, 06 Nov 2008 15:04:12 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=3292#comment-5379</guid>
		<description><![CDATA[Hi,

Did you not by any change make webservice from a pl/sql package? Using the built-in generators I can generate jax-rpc services which cannot be deployed due to some mystic serialization symbol not found on Sun Application Server. I was looking around to see if somebody knows a way to generate jax-ws services directly from pl/sql.

Cheers,

Krisztian]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Did you not by any change make webservice from a pl/sql package? Using the built-in generators I can generate jax-rpc services which cannot be deployed due to some mystic serialization symbol not found on Sun Application Server. I was looking around to see if somebody knows a way to generate jax-ws services directly from pl/sql.</p>
<p>Cheers,</p>
<p>Krisztian</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edwin Biemond</title>
		<link>http://technology.amis.nl/2008/07/05/publishing-java-based-webservices-using-jax-ws-in-jdeveloper-11g/#comment-5378</link>
		<dc:creator>Edwin Biemond</dc:creator>
		<pubDate>Sun, 06 Jul 2008 12:24:11 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=3292#comment-5378</guid>
		<description><![CDATA[Hi Lucas,

nice article, I think this should work in 10.1.3 too , I already did this with a adobe flex / blazeds example with jdev 10.1.3.3 ( http://biemond.blogspot.com/2008/04/flex-and-web-services-using-blazeds.html )

By the way. Rest support is also very easy
add @Deployment(restSupport = true) to the code and you have a rest web service too.

@WebService(name = &quot;QuizMaster&quot;, serviceName = &quot;QuizMasterService&quot;, portName = &quot;QuizMasterPort&quot;)
@Deployment(restSupport = true)
public class QuizMasterService {

and you can test this rest ws with the following url  /JAXWS-JAXWSQuizMaster-context-root/getOneQuizQuestion?topic=geography]]></description>
		<content:encoded><![CDATA[<p>Hi Lucas,</p>
<p>nice article, I think this should work in 10.1.3 too , I already did this with a adobe flex / blazeds example with jdev 10.1.3.3 ( <a href="http://biemond.blogspot.com/2008/04/flex-and-web-services-using-blazeds.html" rel="nofollow">http://biemond.blogspot.com/2008/04/flex-and-web-services-using-blazeds.html</a> )</p>
<p>By the way. Rest support is also very easy<br />
add @Deployment(restSupport = true) to the code and you have a rest web service too.</p>
<p>@WebService(name = &#8220;QuizMaster&#8221;, serviceName = &#8220;QuizMasterService&#8221;, portName = &#8220;QuizMasterPort&#8221;)<br />
@Deployment(restSupport = true)<br />
public class QuizMasterService {</p>
<p>and you can test this rest ws with the following url  /JAXWS-JAXWSQuizMaster-context-root/getOneQuizQuestion?topic=geography</p>
]]></content:encoded>
	</item>
</channel>
</rss>
