• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Axis2 POJO Services

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

I'm new to Axis2. I know someone else asked the same question before but I'm still looking for the answer. I'm using Eclipse Helios and Axis2 1.5.

I want to develop a simple service that let clients upload and download files. Files are implemented by Datahandler objects and are encapsuladet in an object with few more informations. When i generate the service the corresponding .wsdl map Datahandler objects as "anyType". I want files as attachment instead. What am I missing? What should I do to attach files to messages (mtom) in a codefirst approach service develop with Axis2? Thank you very much.

Francesco
reply
    Bookmark Topic Watch Topic
  • New Topic