Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » org.eclipse.wst.wsdl.util.WSDLParser status
org.eclipse.wst.wsdl.util.WSDLParser status [message #219508] Thu, 21 August 2008 12:54 Go to next message
Eclipse UserFriend
Originally posted by: drew.bentley.softwareag.ca

Hi All,
I was looking at the java docs for
org.eclipse.wst.wsdl.util.WSDLParser and I noticed the below note in both
the 32 and 33 help. How stable is this class? And is it safe to use in a
production environment? Assuming I can't use this class, what is the
recommended way to parse a wsdl given a URL?


"Note: This class/interface is part of an interim API that is still under
development and expected to change significantly before reaching
stability. It is being made available at this early stage to solicit
feedback from pioneering adopters on the understanding that any code that
uses this API will almost certainly be broken (repeatedly) as the API
evolves. "

Thanks,
Drew
Re: org.eclipse.wst.wsdl.util.WSDLParser status [message #219517 is a reply to message #219508] Thu, 21 August 2008 14:29 Go to previous message
Eclipse UserFriend
Originally posted by: valentinbaciu.hotmail.com

Hi Drew,

WSDLParser is an internal class used by the WSDL EMF model and the only
thing it does is parsing a WSDL document to create an XML DOM.

If you need to manipulate WSDL at a higher level you will probably want to
use a WSDL model like JWSDL. Both WSDL4J
http://sourceforge.net/projects/wsdl4j
and the Eclipse WTP WSDL EMF model implement the JWSDL interfaces.

For examples on how to load a WSDL document with the WSDL EMF model you can
look at some examples located in
org.eclipse.wst.wsdl.tests plug-in. Perhaps have a look at
org.eclipse.wst.wsdl.tests.util.DefinitionLoader.load(String , boolean,
boolean).

Hope this helps,
Valentin

"Drew" <drew.bentley@softwareag.ca> wrote in message
news:89b7a7b110079a804fef82902390d870$1@www.eclipse.org...
> Hi All,
> I was looking at the java docs for org.eclipse.wst.wsdl.util.WSDLParser
> and I noticed the below note in both the 32 and 33 help. How stable is
> this class? And is it safe to use in a production environment? Assuming I
> can't use this class, what is the recommended way to parse a wsdl given a
> URL?
>
>
> "Note: This class/interface is part of an interim API that is still under
> development and expected to change significantly before reaching
> stability. It is being made available at this early stage to solicit
> feedback from pioneering adopters on the understanding that any code that
> uses this API will almost certainly be broken (repeatedly) as the API
> evolves. "
>
> Thanks,
> Drew
>
Previous Topic:Trying to spec. JS library, but use XDR to load from CDN
Next Topic:NPE with Classic Update trying to install Aptana plugin
Goto Forum:
  


Current Time: Thu Mar 28 22:25:52 GMT 2024

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

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

Back to the top