Skip to main content



      Home
Home » Language IDEs » ServerTools (WTP) » How I can Integrate a class in a plugin?
How I can Integrate a class in a plugin? [message #113137] Wed, 22 June 2005 12:15
Eclipse UserFriend
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!!!
Previous Topic:XDoclet problem with WST
Next Topic:problems in Creating a new J2EE EAR Application
Goto Forum:
  


Current Time: Thu Apr 24 23:26:29 EDT 2025

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

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

Back to the top