• 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
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Building page

 
Ranch Hand
Posts: 874
Android VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Hi ,

I m relatively new to web-services. I hv gone through some articles and time to start. But before i proceed , i just like know if its possible to send a Page (say HTML webpage ) in the soap response. As HTML is parsable content , which data type to be used. Also i heard of SAAJ , does it suffice above requirement ? Or is it possible to accomodate in SOAP message itself. Any help would be appreciated. thanks.
 
Ranch Hand
Posts: 72
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Balu Sadhasivam wrote:
Hi ,

I m relatively new to web-services. I hv gone through some articles and time to start. But before i proceed , i just like know if its possible to send a Page (say HTML webpage ) in the soap response. As HTML is parsable content , which data type to be used. Also i heard of SAAJ , does it suffice above requirement ? Or is it possible to accomodate in SOAP message itself. Any help would be appreciated. thanks.



I would think you could just send the HTML as a string attribute of the SOAP message. I always think of the Attachment API for dealing with Binary data.
 
Balu Sadhasivam
Ranch Hand
Posts: 874
Android VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Heath,
Thanks for the reply. Yeah i would like to develop that soon, anyways occupied with other tasks.. Once i get into that soon, i ll come back with queries. Thanks again mate.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic