[prev in list] [next in list] [prev in thread] [next in thread] 

List:       woden-dev
Subject:    RE: For Guidance
From:       Martin Gainty <mgainty () hotmail ! com>
Date:       2014-11-01 2:54:22
Message-ID: BLU172-W3876B3707A179191156A1CAE9B0 () phx ! gbl
[Download RAW message or body]

Date: Wed, 22 Oct 2014 23:41:32 +0530
Subject: Re: For Guidance
From: ckhatrimanjal@gmail.com
To: dkulp@apache.org
CC: dev@ws.apache.org

Thank you man, I didnt get much.
My requirement is as below:Design Interface in Swing Java which Takes SOAP End Point \
in WSDL 1.0 (not 2.0) formatBased on GET/POST action from End User Interface will \
generate RESTful web service for End User

MG>Rest is used for retrieving simple atomic types  like single string or simple JSON \
structure MG>REST can be achieved with Bind your service directly to HTTP Methods \
such as Get using JAX-RShttp://www.mkyong.com/webservices/jax-rs/file-upload-example-in-resteasy/


If I read wsdl file using any wsdl reader and then get \
Declaration/Definition,Operation ,Port name, Message andusing JAX-RS Jersey shall i \
generate Restful web service, actually Also want to develop vice versa tool which \
also generate Rest2SOAP web service. I only knows Java-J2EE not having much knowledge \
about web service as MS student. can you please give description that how to start \
it. Your Help is highly appreciated.
On Tue, Oct 21, 2014 at 10:48 PM, Daniel Kulp <dkulp@apache.org> wrote:

On Oct 20, 2014, at 2:08 PM, Chetan Khatri <ckhatrimanjal@gmail.com> wrote:
Respected Sir,This is Chetan Khatri, Student of Master of Computer Science, I want \
your help as guidance for SOAP2Rest Tool in Java. My suggestion would be just write \
an XSLT or similar that would take a WSDL and spit out a WADL.   Since both WSDL and \
WADL use xml schema to describe the types, all the schema parts should map over \
easily.  Mapping the operations to straight “POST” calls would then be pretty \
trivial.      A tool like CXF’s wadl2java can then be used to create interfaces and \
such to be able to use as a starting point. That said, most SOAP services would make \
pretty crappy REST services.   While the above would work, it wouldn’t be ideal. Dan





I want to generate Restful webservice Based on WSDL.I have thought following couple \
of ways to accomplish this task. But have nt found specific Example which can \
demonstrate.1)Use AXIS22)Use Woden3)Use WSDL4J Help with Demonstration with Example \
highly appreciated. Thank you.
-- 
Yours Aye,Chetan Khatri.(RCP)M.8460316817Master Of Computer ScienceBhuj-KutchINDIA



-- Daniel Kulp
dkulp@apache.org - http://dankulp.com/blog
Talend Community Coder - http://coders.talend.com





-- 
Yours Aye,Chetan Khatri.(RCP)M.8460316817Master Of Computer ScienceBhuj-KutchINDIA


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ws.apache.org
For additional commands, e-mail: dev-help@ws.apache.org 		 	   		  


[Attachment #3 (text/html)]

<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'><br><br><pre style="">            \
</pre><br><br><br><div><hr id="stopSpelling">Date: Wed, 22 Oct 2014 23:41:32 \
+0530<br>Subject: Re: For Guidance<br>From: ckhatrimanjal@gmail.com<br>To: \
dkulp@apache.org<br>CC: dev@ws.apache.org<br><br><div dir="ltr">Thank you man, I \
didnt get much.<div><br></div><div>My requirement is as \
below:</div><div><ul><li>Design Interface in Swing Java which Takes SOAP End Point in \
WSDL 1.0 (<b>not 2.0</b>) format</li><li>Based on GET/POST action from End \
User&nbsp;</li><li>Interface will generate RESTful web service for End User<br><span \
style="font-size: 12pt;"><br>MG&gt;Rest is used for retrieving simple atomic types \
&nbsp;like single string or simple JSON structure<br>MG&gt;REST can be achieved with \
Bind your service directly to HTTP Methods such as Get using \
JAX-RS</span></li><li><span style="font-size: 12pt;"><a \
href="http://www.mkyong.com/webservices/jax-rs/file-upload-example-in-resteasy/" \
target="_blank">http://www.mkyong.com/webservices/jax-rs/file-upload-example-in-resteasy/</a></span></li><li><br></li><li><br></li></ul><div>If \
I read wsdl file using any wsdl reader and then get Declaration/Definition,Operation \
,Port name, Message and</div></div><div>using JAX-RS Jersey shall i generate Restful \
web service, actually Also want to develop vice versa tool which also generate \
Rest2SOAP web service.</div><div><br></div><div>I only knows Java-J2EE not having \
much knowledge about web service as MS student.</div><div><br></div><div>can you \
please give description that how to start it.</div><div><br></div><div>Your Help is \
highly appreciated.</div></div><div class="ecxgmail_extra"><br><div \
class="ecxgmail_quote">On Tue, Oct 21, 2014 at 10:48 PM, Daniel Kulp <span \
dir="ltr">&lt;<a href="mailto:dkulp@apache.org" \
target="_blank">dkulp@apache.org</a>&gt;</span> wrote:<br><blockquote \
class="ecxgmail_quote" style="border-left:1px #ccc solid;padding-left:1ex;"><div \
style="word-wrap:break-word;"><br><div><span><blockquote><div>On Oct 20, 2014, at \
2:08 PM, Chetan Khatri &lt;<a href="mailto:ckhatrimanjal@gmail.com" \
target="_blank">ckhatrimanjal@gmail.com</a>&gt; wrote:</div><br><div><div \
dir="ltr">Respected Sir,<div>This is Chetan Khatri, Student of Master of Computer \
Science, I want your help as guidance for SOAP2Rest Tool in \
Java.</div></div></div></blockquote><div><br></div></span><div>My suggestion would be \
just write an XSLT or similar that would take a WSDL and spit out a WADL. &nbsp; \
Since both WSDL and WADL use xml schema to describe the types, all the schema parts \
should map over easily.&nbsp; Mapping the operations to straight “POST” calls would \
then be pretty trivial. &nbsp; &nbsp; &nbsp;A tool like CXF’s wadl2java can then be \
used to create interfaces and such to be able to use as a starting \
point.</div><div><br></div><div>That said, most SOAP services would make pretty \
crappy REST services. &nbsp; While the above would work, it wouldn’t be \
ideal.</div><div><br></div><div>Dan</div><span><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><br><blockquote><div><div \
dir="ltr"><div><br clear="all"><div><div>I want to generate Restful webservice Based \
on WSDL.</div><div>I have thought following couple of ways to accomplish this task. \
But have nt found specific Example which can demonstrate.</div><div>1)Use \
AXIS2</div><div>2)Use Woden</div><div>3)Use WSDL4J</div><div><br></div><div>Help with \
Demonstration with Example highly appreciated.</div><div><br></div><div>Thank \
you.</div></div></div><div><br></div>-- <br><div>Yours Aye,</div>Chetan \
Khatri.(RCP)<div>M.8460316817</div><div>Master Of Computer \
Science</div><div>Bhuj-Kutch</div><div>INDIA</div> </div>
</div></blockquote></span></div><span class="ecxHOEnZb"><font \
color="#888888"><br><div> <div>--&nbsp;</div><div>Daniel Kulp<br><a \
href="mailto:dkulp@apache.org" target="_blank">dkulp@apache.org</a>&nbsp;-&nbsp;<a \
href="http://dankulp.com/blog" target="_blank">http://dankulp.com/blog</a><br>Talend \
Community Coder -&nbsp;<a href="http://coders.talend.com/" \
target="_blank">http://coders.talend.com</a></div>

</div>
<br></font></span></div></blockquote></div><br><br clear="all"><div><br></div>-- \
<br><div>Yours Aye,</div>Chetan Khatri.(RCP)<div>M.8460316817</div><div>Master Of \
Computer Science</div><div>Bhuj-Kutch</div><div>INDIA</div> </div>
<br>---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ws.apache.org
For additional commands, e-mail: dev-help@ws.apache.org</div> 		 	   		  \
</div></body> </html>



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic