• 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

SOAP Attachment

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

I have developed a web service using AXIS2 as my web service engine.

I have used POJO feature of AXIS2, so that if i have to migrate from AXIS2 to another engine (surely its gonna migrate to BEA Web Logic),
it can be done, without much effort (Only configuration file needs to be changed).

One of the problem, I am facing is, for reading the attachment.


The AXIS2 sample code is as follows:



This uses the API of AXIS2, for reading the attachment.

Surely this would be an obstacle for switching to another engine.

Is there any API, where by i can read attachments in engine neutralize
manner ??

Thanks in advance.

Vikas
 
reply
    Bookmark Topic Watch Topic
  • New Topic