MarcomReceiveOrders

This supplied SOAP web service input device simulates a call to a MarcomCentral web service, and it retrieves an XML order. The input device submits the order as a job to the MarcomProcessOrders workflow supplied with the MarcomCentral Connect feature.

The value in the Static credential field tells RICOH ProcessDirector to run the simulation instead of calling the web service.

Each time that you enable and connect this input device, RICOH ProcessDirector submits a sample job to the MarcomProcessOrders workflow every 30 seconds. To stop submitting jobs, disable and disconnect the input device.

General

Property Value
Input device description Receives orders from Marcom Ricoh Sample Store.
Parent server System
Polling interval (seconds) 30
Submit step SubmitInputFiles
Workflow ParentNoPrint
Child workflow MarcomProcessOrders
Maximum errors 10
Input device location Not set
Device code page Not set

Request

Property Value
Request URL https://services.printable.com/Trans/1.0/Order.asmx
Request payload
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" 
xmlns:ord="http://services.printable.com/1.0/order" 
xmlns:sso="http://www.printable.com/sso">
 <soapenv:Header/>
 <soapenv:Body>
  <ord:GetOrdersByDate>
   <sso:OrderRequestByDate version="?">
   <PartnerCredentials>
     <Token>${WebService.StaticCredential}</Token>
    </PartnerCredentials>
    <DateRange>
     <Start>${WebService.LastSuccessRequestTime}</Start>
     <End>${WebService.CurrentRequestTime}</End>
    </DateRange>
    <RequestIdentifier>?</RequestIdentifier>
   </sso:OrderRequestByDate>
  </ord:GetOrdersByDate>
 </soapenv:Body>
 </soapenv:Envelope>
SOAP request Marcom-GetOrdersByDate
Proxy server Proxy server 1
Create jobs from response Only when response pattern matches
Response pattern to match //Order
Create child jobs No
Time zone offset -7

Authentication

Property Value
Static credential Masked value
Authentication request payload  
Authentication request URL  
Authentication SOAP request Not set
Authentication response attribute  
Authentication request password  

Advanced

Property Value
Child workflow parsing rules  
Child workflow pattern