wsSOAPFaultToExceptionwsSOAPFaultToException
Generate an exception from a SOAP Message with a Fault
Home > Books > NetKernel API and Services Reference > Accessor Listing > SOAP Service Infrastructure > wsSOAPFaultToException

Rate this page:
Really useful
Satisfactory
Not helpful
Confusing
Incorrect
Unsure
Extra comments:


Module

urn:org:ten60:netkernel:mod:ws

The wsSOAPFaultToException accessor is exported by the urn:org:ten60:netkernel:mod:ws module. Import this module to gain access to the accessor.

Syntax

URI
active:wsSOAPFaultToException

ArgumentRulesDescription
messageMandatory The SOAP message to test

Example Usage

DPML

<instr>
  <type>wsSOAPFaultToException</type>
  <message>var:message</message>
  <target>var:exception</target>
</instr>

NetKernel Foundation API

req=context.createSubRequest("active:wsSOAPFaultToException");
req.addArgument("message", [resource representation, aspect, or URI] );
result=context.issueSubRequest(req);

Purpose

The wsSOAPFaultToException accessor returns a canonical NetKernel Exception document composed from the SOAP message's SOAP fault. The Exception document can then be thrown as a NetKernel exception.

© 2003-2007, 1060 Research Limited. 1060 registered trademark, NetKernel trademark of 1060 Research Limited.