| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
 | | Quintiq file version 2.0 |  | #parent: #root |  | MethodOverride OnMasterNeedSentFullSync ( |  |   DSP_ConnectorNodeBase connector_node |  | ) |  | { |  |   TextBody: |  |   [* |  |     soap_connector_node := connector_node.astype( DSSC_SoapConnectorNode ); |  |      |  |     port := soap_connector_node.Port(); |  |     host := soap_connector_node.Hostname(); |  |     prefix := soap_connector_node.URLPrefix(); |  |      |  |     SWF_WorkflowDataset::PostJobSentDataset( port, host, prefix ); |  |   *] |  | } | 
 |