AXIS error
Sorry, something seems to have gone wrong... here are the details:
Exception - org.apache.axis.InternalException: org.apache.axis.ConfigurationException: org.apache.axis.deployment.wsdd.WSDDException: Invalid WSDD element 'deployment' (wanted 'deployment')
org.apache.axis.deployment.wsdd.WSDDException: Invalid WSDD element 'deployment' (wanted 'deployment')
at org.apache.axis.deployment.wsdd.WSDDElement.validateCandidateElement(WSDDElement.java:116)
[...]
I have a services.wsdd file in my WEB-INF directory that was generated by Axis. The starting of it looks like this (reformatted for the purposes of this e-mail:
<?xml version="1.0" encoding="UTF-8"?>
<deployment xmlns:="http://xml.apache.org/axis/wsdd/"
xmlns="http://xml.apache.org/axis/wsdd/"
xmlns:="http://www.w3.org/2000/xmlns/"
xmlns:java="http://xml.apache.org/axis/wsdd/providers/java">
<globalConfiguration xmlns:="http://xml.apache.org/axis/wsdd/">
<parameter name="adminPassword" value="admin"/>
<parameter name="attachments.Directory" value="\dev\java\eclipse projects\foo\htdocs\WEB-INF\attachments"/>
<parameter name="attachments.implementation" value="org.apache.axis.attachments.AttachmentsImpl"/>
[...]
Can someone explain what might have happened?
Thanks.
-- James Howe