Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » Where can I get javax.wsdl?
Where can I get javax.wsdl? [message #194828] Sat, 23 June 2007 00:14 Go to next message
Connie Lam is currently offline Connie LamFriend
Messages: 24
Registered: July 2009
Junior Member
Hello,

I am using the org.eclipse.wst.wsdl plugin in my own plugin and I was
trying to call getInput() on a BindingInput. However, I got the error

"The type javax.wsdl.Input cannot be resolved. It is indirectly referenced
from required .class files"

Where can I get the version of this library/plugin that WTP is using?

Thanks,
Connie
Re: Where can I get javax.wsdl? [message #194836 is a reply to message #194828] Sat, 23 June 2007 13:43 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: valentinbaciu.hotmail.com

The javax.wsdl.* classes are part of the JWSDL API. The Eclipse WSDL model
implements the JWSDL intefaces.

What version of WTP are you using? If you're using WTP 1.5.* the
javax.wsdl.* classes are in a bundle called org.wsdl4j. If you're using WTP
2.0 the javax.wsdl.* classes are in a bundle called javax.wsdl. You will
have to add this bundle as a dependency in your bundle's manifest.

"Connie" <kkconcome@yahoo.com> wrote in message
news:d9aa20094eaa47d7834a9fd06511f1a5$1@www.eclipse.org...
> Hello,
>
> I am using the org.eclipse.wst.wsdl plugin in my own plugin and I was
> trying to call getInput() on a BindingInput. However, I got the error
> "The type javax.wsdl.Input cannot be resolved. It is indirectly referenced
> from required .class files"
>
> Where can I get the version of this library/plugin that WTP is using?
>
> Thanks,
> Connie
>
Re: Where can I get javax.wsdl? [message #194923 is a reply to message #194836] Mon, 25 June 2007 17:13 Go to previous message
Connie Lam is currently offline Connie LamFriend
Messages: 24
Registered: July 2009
Junior Member
Valentin wrote:

> The javax.wsdl.* classes are part of the JWSDL API. The Eclipse WSDL model
> implements the JWSDL intefaces.

> What version of WTP are you using? If you're using WTP 1.5.* the
> javax.wsdl.* classes are in a bundle called org.wsdl4j. If you're using WTP
> 2.0 the javax.wsdl.* classes are in a bundle called javax.wsdl. You will
> have to add this bundle as a dependency in your bundle's manifest.

> "Connie" <kkconcome@yahoo.com> wrote in message
> news:d9aa20094eaa47d7834a9fd06511f1a5$1@www.eclipse.org...
>> Hello,
>>
>> I am using the org.eclipse.wst.wsdl plugin in my own plugin and I was
>> trying to call getInput() on a BindingInput. However, I got the error
>> "The type javax.wsdl.Input cannot be resolved. It is indirectly referenced
>> from required .class files"
>>
>> Where can I get the version of this library/plugin that WTP is using?
>>
>> Thanks,
>> Connie
>>

Thanks Valentin! I found it in org.wsdl4j.
Previous Topic:WTP 1.5 Problem with a webservice ... maybe because using a multidimensional string[][] as parameter
Next Topic:Some Webservice features are missed in my WTP+eclipse
Goto Forum:
  


Current Time: Tue Apr 23 07:59:43 GMT 2024

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

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

Back to the top