• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

axis error

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I'm trying to set up 1.0 release version of Axis but keep getting the following error:
org.apache.axis.InternalException: org.apache.axis.ConfigurationException:
org.apache.axis.deployment.wsdd.WSDDException: java.lang.Exception: Must
include type attribute for Handler deployment!
java.lang.Exception: Must include type attribute for Handler deployment!
at org.apache.axis.ConfigurationException.<init>(ConfigurationException.java:89)
at org.apache.axis.deployment.wsdd.WSDDException.<init>(WSDDException.java:72)
at org.apache.axis.deployment.wsdd.WSDDHandler.<init>(WSDDHandler.java:90)
at org.apache.axis.deployment.wsdd.WSDDDeployment.<init>(WSDDDeployment.java:225)
at org.apache.axis.deployment.wsdd.WSDDDocument.<init>(WSDDDocument.java:107)
at org.apache.axis.configuration.FileProvider.configureEngine(FileProvider.java:210)
at org.apache.axis.AxisEngine.init(AxisEngine.java:188)
I'm quite stumped at the moment, as I was just trying to test out a simple .jws deployed service.
Any help would be appreciated
Thanks
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic