• 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

exception handling

 
Ranch Hand
Posts: 94
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I found a paragraph in blueprint.


A SOAP fault defines system-level exceptions, such as RemoteException,
which are nonrecoverable errors. The WSDL fault denotes service-specific
exceptions, such as CityNotFoundException, and these are recoverable application
error conditions. Since the WSDL fault denotes a recoverable error condition,
the service can pass it as part of the SOAP response message. Thus, the
standards provide a way to exchange fault messages and map these messages to
operations on the endpoint.


I thought, in the Document/Literal, sender and recevier are mainly exchange xml documents. Then in which way an application exception is supposed to be transmiited? Above paragraph indicates that it is not appropariate to send back an application exception to client as a soap fault, in stead it should construct a normal soap message that describes the appliaton specific excetpion. Is this right?
Thanks,
 
Farmers know to never drive a tractor near a honey locust tree. But a tiny ad is okay:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic