Where can I get javax.wsdl? [message #194828] |
Sat, 23 June 2007 00:14  |
Eclipse User |
|
|
|
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   |
Eclipse User |
|
|
|
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  |
Eclipse User |
|
|
|
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.
|
|
|
Powered by
FUDForum. Page generated in 0.03930 seconds