Skip to main content
Version: 2.2.2

addFailureCause

This method allows adding/editing:

  • Failure cause data.

To insert each of these items, it is necessary to follow the standard documented below.

Java class
Requestweb\wwwroot\ws\java\fmea\AddFailureCauseRequestType.java
Returnweb\wwwroot\ws\java\fmea\AddFailureCauseResponseType.java

Request:

ID #RequiredDescription
IDFAILURECAUSEXFailure cause ID #.
NMFAILURECAUSEXFailure cause name.
FGTYPEFMEAXFMEA type:
1 - Project;
2 - Process;
3 - Asset;
4 - Project schedule;
5 - Object.
DSFAILURECAUSEFailure cause description.

Request structure:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:fmea">
<soapenv:Header/>
<soapenv:Body>
<urn:addFailureCause>
<!--You may enter the following 4 items in any order-->
<urn:IDFAILURECAUSE>?</urn:IDFAILURECAUSE>
<urn:NMFAILURECAUSE>?</urn:NMFAILURECAUSE>
<urn:FGTYPEFMEA>?</urn:FGTYPEFMEA>
<urn:DSFAILURECAUSE>?</urn:DSFAILURECAUSE>
</urn:addFailureCause>
</soapenv:Body>
</soapenv:Envelope>

Return:

ID #Description
StatusSUCCESS or FAILURE.
CodeSuccess (1) or Failure (-1).
DetailMessage about insertion/editing or error found.