agreed /TestAuthenticationWebService/WebContent/WSDL exists or /TestAuthenticationWebService/WebContent/wsdl exists or /TestAuthenticationWebService/WebContent/Wsdl exists or /TestAuthenticationWebService/WebContent/WsDl exists clean your folder /TestAuthenticationWebService before deploying will ensure a clean deploy..
Martin ______________________________________________ Disclaimer and confidentiality note Everything in this e-mail and any attachments relates to the official business of Sender. This transmission is of a confidential nature and Sender does not endorse distribution to any party other than intended recipient. Sender does not necessarily endorse content contained within this transmission. > Subject: AW: IWAB0497E Error in writing WSDL file null > Date: Wed, 17 Sep 2008 15:41:57 +0200 > From: [EMAIL PROTECTED] > To: [email protected] > > Hi, > > just an idea: is there a resource-folder under your project ? delete all > content. > delete all content under WebContent except axis2-web, META-INF and WEB-INFand > try again. > > hope this helps... > > Bye > Markus > > > > > > > > -----Ursprüngliche Nachricht----- > Von: jackdawson [mailto:[EMAIL PROTECTED] > Gesendet: Mittwoch, 17. September 2008 13:09 > An: [email protected] > Betreff: IWAB0497E Error in writing WSDL file null > > > Hello all, > > First of all thanks for all the help I've been getting here. > Here is the new hurdle. I followed all the steps for creating a web service > using a top down approach from this tutorial: > > http://www.eclipse.org/webtools/community/tutorials/TopDownAxis2WebService/td_tutorial.html > http://www.eclipse.org/webtools/community/tutorials/TopDownAxis2WebService/td_tutorial.html > > > But after the step12 I got the error below. It couldn't parse the WSDL and > generate the service. > I'm using: > 1) Eclipse WTP 3.3.x > 2) Axis2 1.4.1 > 3)Tomcat 6 > 4) JDK 1.5 > > Does anyone know what exactly this means? > > IWAB0497E Error in writing WSDL file null > org.eclipse.core.internal.resources.ResourceException: A resource exists > with a different case: '/TestAuthenticationWebService/WebContent/WSDL'. > at > org.eclipse.core.internal.resources.Resource.checkDoesNotExist(Resource.java:298) > at > org.eclipse.core.internal.resources.Resource.checkDoesNotExist(Resource.java:276) > at > org.eclipse.core.internal.resources.Folder.assertCreateRequirements(Folder.java:29) > at org.eclipse.core.internal.resources.Folder.create(Folder.java:88) > at org.eclipse.core.internal.resources.Folder.create(Folder.java:118) > at > org.eclipse.jst.ws.internal.axis.consumption.ui.util.FileUtil.createFolder(FileUtil.java:102) > at > org.eclipse.jst.ws.internal.axis.creation.ui.task.Skeleton2WSDLCommand.execute(Skeleton2WSDLCommand.java:173) > at > org.eclipse.jst.ws.internal.axis.creation.ui.command.TDCodeGenOperation$TopDownWSModifyOperation.execute(TDCodeGenOperation.java:151) > at > org.eclipse.jst.ws.internal.axis.creation.ui.command.TDCodeGenOperation.execute(TDCodeGenOperation.java:89) > at > org.eclipse.wst.command.internal.env.core.fragment.CommandFragmentEngine.runCommand(CommandFragmentEngine.java:419) > at > org.eclipse.wst.command.internal.env.core.fragment.CommandFragmentEngine.visitTop(CommandFragmentEngine.java:359) > at > org.eclipse.wst.command.internal.env.core.fragment.CommandFragmentEngine.moveForwardToNextStop(CommandFragmentEngine.java:254) > at > org.eclipse.wst.command.internal.env.ui.widgets.SimpleCommandEngineManager$6.run(SimpleCommandEngineManager.java:294) > 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:934) > at > org.eclipse.wst.command.internal.env.ui.widgets.SimpleCommandEngineManager.runForwardToNextStop(SimpleCommandEngineManager.java:264) > at > org.eclipse.wst.command.internal.env.ui.widgets.WizardPageManager.runForwardToNextStop(WizardPageManager.java:91) > at > org.eclipse.wst.command.internal.env.ui.widgets.WizardPageManager.getNextPage(WizardPageManager.java:154) > at > org.eclipse.wst.command.internal.env.ui.widgets.SimpleWizardPage.getNextPage(SimpleWizardPage.java:136) > at > org.eclipse.jface.wizard.WizardDialog.nextPressed(WizardDialog.java:813) > at > org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:369) > at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:616) > at > org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:227) > at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) > at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938) > at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3682) > at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3293) > 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:182) > at org.eclipse.jface.action.Action.runWithEvent(Action.java:498) > at > org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:546) > at > org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:490) > at > org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:402) > at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) > at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938) > at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3682) > at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3293) > at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389) > at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353) > at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219) > at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466) > at > org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289) > at > org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461) > at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) > at > org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106) > at > org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169) > at > org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) > at > org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) > at > org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) > at > org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:585) > at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508) > at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447) > at org.eclipse.equinox.launcher.Main.run(Main.java:1173) > at org.eclipse.equinox.launcher.Main.main(Main.java:1148) > > Thanks. > -- > View this message in context: > http://www.nabble.com/IWAB0497E-Error-in-writing-WSDL-file-null-tp19529642p19529642.html > Sent from the Axis - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > _________________________________________________________________ See how Windows connects the people, information, and fun that are part of your life. http://clk.atdmt.com/MRT/go/msnnkwxp1020093175mrt/direct/01/
