wsHasSOAPFaultwsHasSOAPFault
Test a SOAP message for Faults
Home > Books > NetKernel API and Services Reference > Accessor Listing > SOAP Service Infrastructure > wsHasSOAPFault

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


Module

urn:org:ten60:netkernel:mod:ws

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

Syntax

URI
active:wsHasSOAPFault

ArgumentRulesDescription
messageMandatory The SOAP message to test

Example Usage

DPML

<instr>
  <type>wsHasSOAPFault</type>
  <message>var:message</message>
  <target>this:cond</target>
</instr>

NetKernel Foundation API

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

Purpose

The wsHasSOAPFault accessor returns a BooleanAspect. True if the SOAP message has a SOAP fault. False otherwise.

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