Hi I tried to invoke a Axis2 Weservice with the wtp axis1 client by pointing it to the wsdl of the axis2 service I got this exception
What I downloaded the axis2 webpp [1] and deployed in my servelet container and started the container and there I have the default version service deployed and running. Then I stated the WTP s web services client wizard and point it to the ?wsdl of the default version service. Then I got this exception Thanks Lahiru Sandakith [1] http://ws.apache.org/axis2/download/1_1/download.cgi IWAB0014E Unexpected exception occured. org.apache.axis.encoding.DefaultTypeMappingImpl (initialization failure) java.lang.NoClassDefFoundError: org.apache.axis.encoding.DefaultTypeMappingImpl (initialization failure) at java.lang.J9VMInternals.initialize(J9VMInternals.java:123) at org.apache.axis.encoding.TypeMappingRegistryImpl.<init>( TypeMappingRegistryImpl.java:155) at org.apache.axis.encoding.TypeMappingRegistryImpl.<init>( TypeMappingRegistryImpl.java:149) at org.apache.axis.wsdl.toJava.Emitter.<init>(Emitter.java:144) at org.eclipse.jst.ws.internal.axis.consumption.core.command.WSDL2JavaCommand.execute (WSDL2JavaCommand.java:89) at org.eclipse.jst.ws.internal.axis.consumption.ui.task.ClientCodeGenOperation$ClientWSModifyOperation.execute (ClientCodeGenOperation.java:99) at org.eclipse.jst.ws.internal.axis.consumption.ui.task.ClientCodeGenOperation.execute (ClientCodeGenOperation.java:61) at org.eclipse.wst.command.internal.env.core.fragment.CommandFragmentEngine.runCommand (CommandFragmentEngine.java:414) at org.eclipse.wst.command.internal.env.core.fragment.CommandFragmentEngine.visitTop (CommandFragmentEngine.java:354) at org.eclipse.wst.command.internal.env.core.fragment.CommandFragmentEngine.moveForwardToNextStop (CommandFragmentEngine.java:252) at org.eclipse.wst.command.internal.env.ui.widgets.SimpleCommandEngineManager$5.run (SimpleCommandEngineManager.java:250) at org.eclipse.jface.operation.ModalContext.runInCurrentThread( ModalContext.java:369) at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:313) at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:851) at org.eclipse.wst.command.internal.env.ui.widgets.SimpleCommandEngineManager.runForwardToNextStop (SimpleCommandEngineManager.java:220) at org.eclipse.wst.command.internal.env.ui.widgets.WizardPageManager.runForwardToNextStop (WizardPageManager.java:94) at org.eclipse.wst.command.internal.env.ui.widgets.WizardPageManager.getNextPage (WizardPageManager.java:145) at org.eclipse.wst.command.internal.env.ui.widgets.SimpleWizardPage.getNextPage (SimpleWizardPage.java:136) at org.eclipse.jface.wizard.WizardDialog.nextPressed(WizardDialog.java :751) at org.eclipse.jface.wizard.WizardDialog.buttonPressed( WizardDialog.java:351) at org.eclipse.jface.dialogs.Dialog$3.widgetSelected(Dialog.java:660) at org.eclipse.swt.widgets.TypedListener.handleEvent( TypedListener.java:90) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java :3348) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968) at org.eclipse.jface.window.Window.runEventLoop(Window.java:820) at org.eclipse.jface.window.Window.open(Window.java:796) at org.eclipse.ui.actions.NewWizardAction.run(NewWizardAction.java :181) at org.eclipse.ui.actions.NewWizardDropDownAction.run( NewWizardDropDownAction.java:174) at org.eclipse.jface.action.Action.runWithEvent(Action.java:499) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection( ActionContributionItem.java:539) at org.eclipse.jface.action.ActionContributionItem.access$2( ActionContributionItem.java:488) at org.eclipse.jface.action.ActionContributionItem$6.handleEvent( ActionContributionItem.java:441) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java :3348) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1930) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1894) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench( Workbench.java:422) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java :149) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java :95) at org.eclipse.core.internal.runtime.PlatformActivator$1.run( PlatformActivator.java:78) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication( EclipseAppLauncher.java:92) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start( EclipseAppLauncher.java:68) at org.eclipse.core.runtime.adaptor.EclipseStarter.run( EclipseStarter.java:400) at org.eclipse.core.runtime.adaptor.EclipseStarter.run( EclipseStarter.java:177) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke( NativeMethodAccessorImpl.java:64) at sun.reflect.DelegatingMethodAccessorImpl.invoke( DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:615) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336) at org.eclipse.core.launcher.Main.basicRun(Main.java:280) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952) -- Regards Lahiru Sandakith
_______________________________________________ wtp-dev mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/wtp-dev
