EndGraphWalk function
Ends the graph walk.
WSDL operation
<operation name="EndGraphWalk" parameterOrder="inargs">
<input message="tns:EndGraphWalkRequest"
name="EndGraphWalkRequest"/>
<output message="tns:EndGraphWalkResponse"
name="EndGraphWalkResponse"/>
<fault message="tns:AtriumFault" name="AtriumFault"/>
</operation>
WSDL messages
<message name="EndGraphWalkRequest">
<part element="types:EndGraphWalk" name="inargs"/>
</message>
<message name="EndGraphWalkResponse">
<part element="common:StatusOutput" name="outargs"/>
</message>
<message name="AtriumFault">
<part element="common:AtriumFault" name="errargs"/>
</message>
XSD schema
<element name="EndGraphWalk">
<complexType>
<sequence>
<element name="loginInfo" type="common:LoginInfo"
nillable="true" />
<element name="contextId" type="string" />
</sequence>
</complexType>
</element>
<element name="StatusOutput">
<complexType>
<sequence>
<element name="loginInfo" type="common:LoginInfo"
nillable="true" />
<element name="contextId" type="string" />
<element name="extensions" type="common:ExtensionList"
nillable="true" />
</sequence>
</complexType>
</element>
<element name="AtriumFault">
<complexType>
<choice>
<element name="serviceFault"
type="tns:AtriumServiceFault" />
<element name="backendFault"
type="tns:AtriumBackendFault" />
</choice>
</complexType>
</element>
Input arguments
loginInfo | User ID, passwords, domain and other information necessary to log on to the application. See LoginInfo. |
contextId | The unique identifier for a particular set of circumstances. |
Return value
loginInfo | User ID, passwords, domain and other information necessary to log on to the application. See LoginInfo. |
contextId | The unique identifier for a particular set of circumstances. |
extensions | A list of extension types for the operation. |
Fault message
Fault message | See Fault message. |
Was this page helpful? Yes No
Submitting...
Thank you
Comments