Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » EMF model to WSDL
EMF model to WSDL [message #191461] Sat, 14 April 2007 01:35 Go to next message
Kagan Turgut is currently offline Kagan TurgutFriend
Messages: 12
Registered: July 2009
Junior Member
We would like to generate WSDL for the Java classes that I generate from
EMF models to web-service enable them. I am just digging into wtp, and I
understand from tutorials that we can do Java2Wsdl, and Wsdl2Java.

I'd appreciate any pointers to code that takes an EMF model, say EClass,
and creates a WSDL based on its interface.

We'd also need to generate EMF/SDO models from existing web-service
definitions. Are there existing tests/tuturials that demonstrates
creation of EMF/SDO models that talk to actual external web-services?

Thanks in advance,
Kagan
Re: EMF model to WSDL [message #191508 is a reply to message #191461] Mon, 16 April 2007 08:58 Go to previous message
Eclipse UserFriend
Originally posted by: krzysztofHMMMMdaniel.gmail.com

Hello Kagan

I believe that EMF code is transparent to WTP. You can create WSDL for
it as for any other JAVA code. Look into this tutorial:
http://www.eclipse.org/webtools/jst/components/ws/1.5/tutori als/BottomUpWebService/BottomUpWebService.html

But creating EMF model from webservice may be much more complicated:

I know that you can create java code from WSDL (tutorial here
http://www.eclipse.org/webtools/jst/components/ws/1.5/tutori als/TopDownWebService/TopDownWebService.html
). Skeletons are only generated, so it may be good start to creating EMF
Model.

I do not think that it is possible to do the whole process WSDL -> EMF
in one click.

HTH,
Chris
Previous Topic:export war without .svn
Next Topic:wtp 2.0M6 fills error log
Goto Forum:
  


Current Time: Sat Apr 20 00:28:49 GMT 2024

Powered by FUDForum. Page generated in 0.02445 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top