Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » Schema XSD-To webservice
Schema XSD-To webservice [message #176147] Wed, 02 August 2006 17:13 Go to next message
Eclipse UserFriend
Originally posted by: luc_jn.yahoo.com

Is there a way to used eclipse webtools to make a webservice with xsd
Schema ?

Thanks.
Re: Schema XSD-To webservice [message #176451 is a reply to message #176147] Tue, 08 August 2006 15:01 Go to previous message
Chris Brealey is currently offline Chris BrealeyFriend
Messages: 104
Registered: July 2009
Senior Member
Yes, you can. If you have an XML Schema and a WSDL document at the ready,
you can create an Axis-based Web service "top down" from the WSDL
document. The tools will generate a skeletal Java implementation class
with business methods for you to fill in. If you only have an XML Schema
(ie. no WSDL), then you can use the WSDL editor to create a WSDL and then
create a "top-down" service.

To get started, have a look at the "WSDL Editor" [1] and "Creating Top
Down Web Service" [2] tutorials.

Cheers - CB.

[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

zou wrote:

> Is there a way to used eclipse webtools to make a webservice with xsd
> Schema ?
>
> Thanks.
Previous Topic:WTP-ModelHandler
Next Topic:Axis message-style web service with Eclipse 3.2 + WTP 1.5
Goto Forum:
  


Current Time: Tue Apr 16 22:45:21 GMT 2024

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

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

Back to the top