How I can Integrate a class in a plugin? [message #113137] |
Wed, 22 June 2005 12:15 |
Eclipse User |
|
|
|
Originally posted by: andreas140983.libero.it
Hi, I have create a Wizard with the template Multipage Editor. This wizard
ask to the user to insert the http address of a .wsdl file and when he
click on "Finish" this address must be passed to a parser that parse the
file and return the service interface... I have already create this parser
with wsdl4j library but i don't know how I can insert it in my plugin. For
now I try to insert in the "doFinish()" method this code:
try {
WSDLParser p= new WSDLParser();
String stamp= p.parse(wsdlAddress);
InputStream stream = openContentStream(stamp);
...
WSDLParser is the parser that I have create and its method parse() return
the interface of the web service.
I run my plugin in the "run-time WorkBench" mode and I start my wizard
from new-> Other, when I click on next to see my wizard page eclipse
return this exception in the console:
Unhandled event loop exception
Reason: I have insert the throws exception but the problem isn't changed!!
Anyone can help me please?
Excuse for my english but I'm an italian boy!!!
|
|
|
Powered by
FUDForum. Page generated in 0.03194 seconds