13 lines
561 B
XML
13 lines
561 B
XML
<SOAP-ENV:Envelope
|
|
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
|
|
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
|
<SOAP-ENV:Body>
|
|
<m:getWorkflowState
|
|
xmlns:m="urn:MWAccess"
|
|
SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<arg0 xsi:type="xsd:string">%s</arg0>
|
|
</m:getWorkflowState>
|
|
</SOAP-ENV:Body>
|
|
</SOAP-ENV:Envelope> |