Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » Creating a new wsdl using existing xsds(Creating a new wsdl using existing xsds)
Creating a new wsdl using existing xsds [message #923527] Wed, 26 September 2012 01:23 Go to next message
Joel Bloch is currently offline Joel BlochFriend
Messages: 1
Registered: September 2012
Junior Member
Hello,

I try to do a simple exercise but cannot manage to deal with it. I am new to Eclipse, maybe that's why.
I use Eclipse Juno with WTP.

1) I create a new wsdl in a project, I have a very hard time to link existing xsd files.

2) When I open an existing wsdl using external xsd, I want to add operations and use the types defined in the xsds. When I add an operation, and I add an element in the request, there is no way to choose an existing type defined in the xsd linked to my wsdl. How come?

Is there a way somehow, when selecting a new element of a request or response, to have the list of types and be able to select them?

Thanks a lot,
Joel
Re: Creating a new wsdl using existing xsds [message #924197 is a reply to message #923527] Wed, 26 September 2012 15:52 Go to previous message
Keith Chong is currently offline Keith ChongFriend
Messages: 64
Registered: July 2009
Member
Hi Joel

Bring up the context menu on the Part and select Set Element-->Existing Element...

If you have the schemas already in the project, then select the Enclosing Project Search Scope radio button. Then your element should be shown in the list. Select it and click OK. An import should already be added to 'link' the WSDL to the XML schema.

Previous Topic:web services explorer
Next Topic:Exploded EAR and Glassfish
Goto Forum:
  


Current Time: Fri Jan 17 12:57:40 GMT 2025

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

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

Back to the top