• 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

Axis and DIME

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

Is there anyone who knows how you can add a DIME attachment with Axis (client-side)? Furthermore, how can I retrieve those DIME attachments server-side.

To elaborate on this topic; I'm currently working with WSAD 5.1 which can generate webservices with Axis. Im trying but I cannot seem to create a test client which can send a SOAP message with a DIME attachment, using Axis. I have found the Axis Call and the ATTACHMENT_ENCAPSULATION_FORMAT property, but I cannot get these objects to work.

Explanations or code examples would be a big help....

Sincerely,
 
author and deputy
Posts: 3150
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Axis uses DIME ...There is a complete example available at Aapche axis website http://cvs.apache.org/viewcvs.cgi/ws-axis/java/samples/attachments/ and in your Axis package as well.
 
Endy Brosens
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Seems 2 me, this is exactly what i'm looking 4.

Thanks, m8

 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic