wsExceptionToSOAPFaultwsExceptionToSOAPFault
Set a SOAP Fault on a SOAP message from a NetKernel Exception
Home > Books > NetKernel API and Services Reference > Accessor Listing > SOAP Service Infrastructure > wsExceptionToSOAPFault

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


Module

urn:org:ten60:netkernel:mod:ws

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

Syntax

URI
active:wsExceptionToSOAPFault

ArgumentRulesDescription
messageMandatory The SOAP message to test
exceptionMandatory The exception document

Example Usage

DPML

<instr>
  <type>wsExceptionToSOAPFault</type>
  <message>var:message</message>
  <exception>this:exception</exception>
  <target>var:exception</target>
</instr>

NetKernel Foundation API

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

Purpose

The wsExceptionToSOAPFault accessor returns the SOAP message with a SOAP fault set. The fault is derived from the exception argument - which should be a canonical NetKernel Exception.

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