Developer Resources
API by Reference
>
jXchange Enterprise Services
>
Workflow Instance Start
>
Developer Resources
Details
| SoapAction | http://jackhenry.com/ws/WorkflowInstcStart |
| Input Name | WorkflowInstcStart |
| Output Name | WorkflowInstcStartResponse |
| Input Namespace | http://jackhenry.com/jxchange/TPG/2008 |
| Group Name | Workflow |
| Container | TPG_WorkflowMaster.xsd |
XML Examples
WorkflowInstcStart XML Request
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:tem="http://jackhenry.com/jxchange/TPG/2008">
<SOAP-ENV:Header>
</SOAP-ENV:Header>
<SOAP-ENV:Body>
<tem:WorkflowInstcStart>
<tem:MsgRqHdr>
<tem:jXchangeHdr>
<tem:JxVer>R2013.1.00</tem:JxVer>
<tem:AuditUsrId>SomeUser</tem:AuditUsrId>
<tem:AuditWsId>SomeWorkstation</tem:AuditWsId>
<!-- Optional: AuthenUsrId is deprecated and should be in wsse:Security -->
<!-- <tem:AuthenUsrId>AuthenticatedUser</tem:AuthenUsrId> -->
<tem:ConsumerName>YourApplicationName</tem:ConsumerName>
<tem:ConsumerProd>YourProductName</tem:ConsumerProd>
<tem:Ver_1>
<tem:Ver_2>
<tem:Ver_3>
<!-- Any additional elements for Ver_3 can be placed here -->
</tem:Ver_3>
</tem:Ver_2>
</tem:Ver_1>
</tem:jXchangeHdr>
</tem:MsgRqHdr>
<tem:WorkflowName>YourWorkflowName</tem:WorkflowName>
<!-- Optional: VrblNameValRecArray for workflow variables -->
<!--
<tem:VrblNameValRecArray>
<tem:VrblNameValRec>
<tem:VrblName>SampleInput1</tem:VrblName>
<tem:VrblVal>SomeValue1</tem:VrblVal>
</tem:VrblNameValRec>
<tem:VrblNameValRec>
<tem:VrblName>SampleInput2</tem:VrblName>
<tem:VrblVal>AnotherValue2</tem:VrblVal>
</tem:VrblNameValRec>
</tem:VrblNameValRecArray>
-->
<!-- Optional: AttachInfoArray for attachments -->
<!--
<tem:AttachInfoArray>
<tem:AttachInfo>
<tem:AttachId>attach_id_1</tem:AttachId>
<tem:AttachIdType>DocImg</tem:AttachIdType>
<tem:AttachName>document.pdf</tem:AttachName>
<tem:AttachDesc>A sample document.</tem:AttachDesc>
<tem:AttachIdxArray>
<tem:AttachIdx>
<tem:AttachIdxName>AccountNumber</tem:AttachIdxName>
<tem:AttachIdxType>AcctId</tem:AttachIdxType>
<tem:AttachIdxValue>123456789</tem:AttachIdxValue>
</tem:AttachIdx>
</tem:AttachIdxArray>
</tem:AttachInfo>
</tem:AttachInfoArray>
-->
</tem:WorkflowInstcStart>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
WorkflowInstcStart FAQ
Coming Soon.
Have a Question?
- Have a how-to question? Seeing a weird error? Get help on StackOverflow.
- Register for the Developer Office Hours where we answer technical Q&A from the audience.
Did this page help you?
Last updated Wed Mar 4 2026