Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » Schema xsd ????
Schema xsd ???? [message #177355] Fri, 18 August 2006 12:31 Go to next message
Eclipse UserFriend
Originally posted by: luc_jn.yahoo.com

I have an xsd schema , I want to use the interface as a webservice, on
other word if I have an schema xsd how can I make a webservice of it ?

Thanks
Re: Schema xsd ???? [message #177511 is a reply to message #177355] Sat, 19 August 2006 05:07 Go to previous message
Chris Brealey is currently offline Chris BrealeyFriend
Messages: 104
Registered: July 2009
Senior Member
Your best bet is to use the "New - Web services - WSDL" wizard and the
resulting WSDL editor to craft a WSDL document with doc/literal operations
that use the global elements from your Schema, then feed your WSDL document
to the "New - Web services - Web service" wizard to create a Java skeleton
top-down. There is a WSDL editor tutorial [1] and a top-down Web services
tutorial [2] that might help you get started.

[1]
http://www.eclipse.org/webtools/community/tutorials/WSDLEdit or/WSDLEditorTutorial.html

[2]
http://www.eclipse.org/webtools/jst/components/ws/1.5/tutori als/TopDownWebService/TopDownWebService.html

Cheers - CB.

Test wrote:

> I have an xsd schema , I want to use the interface as a webservice, on
> other word if I have an schema xsd how can I make a webservice of it ?
>
> Thanks
Previous Topic:WTP Tomcat Republish errors
Next Topic:NoClassDefFoundError for Web Service interface
Goto Forum:
  


Current Time: Fri Apr 19 21:06:21 GMT 2024

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

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

Back to the top