Service
Click here for a complete list of operations.
AddRialtoOrders
Test
The test form is only available for requests from the local machine.SOAP 1.1
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
POST /service.asmx HTTP/1.1
Host: rws.redarrow.co.uk
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "rialto.emerymailorder.com/service.asmx/AddRialtoOrders"
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<AddRialtoOrders xmlns="rialto.emerymailorder.com/service.asmx">
<rialtoweborders xmlns="http://schemas.redarrow.co.uk/rialto">
<orders>
<order>
<orderheader xsi:nil="true" />
<orderitems xsi:nil="true" />
<customer xsi:nil="true" />
<deliveryaddress xsi:nil="true" />
<addinfo xsi:nil="true" />
<membership xsi:nil="true" />
<paymentschedule xsi:nil="true" />
</order>
<order>
<orderheader xsi:nil="true" />
<orderitems xsi:nil="true" />
<customer xsi:nil="true" />
<deliveryaddress xsi:nil="true" />
<addinfo xsi:nil="true" />
<membership xsi:nil="true" />
<paymentschedule xsi:nil="true" />
</order>
</orders>
</rialtoweborders>
<UserName>string</UserName>
<Password>string</Password>
</AddRialtoOrders>
</soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<AddRialtoOrdersResponse xmlns="rialto.emerymailorder.com/service.asmx">
<rialtowebordersresponse ReturnStatus="int" xmlns="http://schemas.redarrow.co.uk/rialto">
<orders>
<order OrderNo="string" />
<order OrderNo="string" />
</orders>
<errors>
<error OrderNo="string" ErrorCode="string" ErrorMessage="string" />
<error OrderNo="string" ErrorCode="string" ErrorMessage="string" />
</errors>
</rialtowebordersresponse>
</AddRialtoOrdersResponse>
</soap:Body>
</soap:Envelope>
SOAP 1.2
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
POST /service.asmx HTTP/1.1
Host: rws.redarrow.co.uk
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<AddRialtoOrders xmlns="rialto.emerymailorder.com/service.asmx">
<rialtoweborders xmlns="http://schemas.redarrow.co.uk/rialto">
<orders>
<order>
<orderheader xsi:nil="true" />
<orderitems xsi:nil="true" />
<customer xsi:nil="true" />
<deliveryaddress xsi:nil="true" />
<addinfo xsi:nil="true" />
<membership xsi:nil="true" />
<paymentschedule xsi:nil="true" />
</order>
<order>
<orderheader xsi:nil="true" />
<orderitems xsi:nil="true" />
<customer xsi:nil="true" />
<deliveryaddress xsi:nil="true" />
<addinfo xsi:nil="true" />
<membership xsi:nil="true" />
<paymentschedule xsi:nil="true" />
</order>
</orders>
</rialtoweborders>
<UserName>string</UserName>
<Password>string</Password>
</AddRialtoOrders>
</soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<AddRialtoOrdersResponse xmlns="rialto.emerymailorder.com/service.asmx">
<rialtowebordersresponse ReturnStatus="int" xmlns="http://schemas.redarrow.co.uk/rialto">
<orders>
<order OrderNo="string" />
<order OrderNo="string" />
</orders>
<errors>
<error OrderNo="string" ErrorCode="string" ErrorMessage="string" />
<error OrderNo="string" ErrorCode="string" ErrorMessage="string" />
</errors>
</rialtowebordersresponse>
</AddRialtoOrdersResponse>
</soap12:Body>
</soap12:Envelope>