WS_CreateService
Click here for a complete list of operations.
CreateServ
Test
To test the operation using the HTTP POST protocol, click the 'Invoke' button.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 /TruxWeb/WSCust_CreateService/WS_CreateService.asmx HTTP/1.1
Host: trux.organicdiversion.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.trux.com/CreateServ"
<?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:Header>
<Credentials xmlns="http://www.trux.com">
<sAccountID>string</sAccountID>
<sAuthCode>string</sAuthCode>
<isAuthCodeEncrypted>boolean</isAuthCodeEncrypted>
<areParametersEncrypted>boolean</areParametersEncrypted>
<encryptedParameterNames>
<string>string</string>
<string>string</string>
</encryptedParameterNames>
<requireEncryptedResponse>boolean</requireEncryptedResponse>
<encryptionMethod>string</encryptionMethod>
<keyInfo>
<encryptedKey>string</encryptedKey>
<encryptionPublicKey>string</encryptionPublicKey>
</keyInfo>
<publicAuthKey>string</publicAuthKey>
</Credentials>
</soap:Header>
<soap:Body>
<CreateServ xmlns="http://www.trux.com">
<Cust>string</Cust>
<Site>string</Site>
<Serv>string</Serv>
<Type>string</Type>
<Size>string</Size>
<Compact>string</Compact>
<Qty>string</Qty>
<Sdte>string</Sdte>
<Edte>string</Edte>
<Week>string</Week>
<Maxl>string</Maxl>
<Cycl>string</Cycl>
<Bdte>string</Bdte>
<Avgt>string</Avgt>
<COwn>string</COwn>
<Uom>string</Uom>
<POnum>string</POnum>
<Agre>string</Agre>
<Adte>string</Adte>
<Xdte>string</Xdte>
<Contractsigned>string</Contractsigned>
<POreq>string</POreq>
<Demdays>string</Demdays>
<Demrate>string</Demrate>
<Gdte>string</Gdte>
<Initialterm>string</Initialterm>
<Renewterm>string</Renewterm>
<WOreq>string</WOreq>
<Category>string</Category>
<ClosedReason>string</ClosedReason>
</CreateServ>
</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>
<CreateServResponse xmlns="http://www.trux.com">
<CreateServResult>string</CreateServResult>
</CreateServResponse>
</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 /TruxWeb/WSCust_CreateService/WS_CreateService.asmx HTTP/1.1
Host: trux.organicdiversion.com
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:Header>
<Credentials xmlns="http://www.trux.com">
<sAccountID>string</sAccountID>
<sAuthCode>string</sAuthCode>
<isAuthCodeEncrypted>boolean</isAuthCodeEncrypted>
<areParametersEncrypted>boolean</areParametersEncrypted>
<encryptedParameterNames>
<string>string</string>
<string>string</string>
</encryptedParameterNames>
<requireEncryptedResponse>boolean</requireEncryptedResponse>
<encryptionMethod>string</encryptionMethod>
<keyInfo>
<encryptedKey>string</encryptedKey>
<encryptionPublicKey>string</encryptionPublicKey>
</keyInfo>
<publicAuthKey>string</publicAuthKey>
</Credentials>
</soap12:Header>
<soap12:Body>
<CreateServ xmlns="http://www.trux.com">
<Cust>string</Cust>
<Site>string</Site>
<Serv>string</Serv>
<Type>string</Type>
<Size>string</Size>
<Compact>string</Compact>
<Qty>string</Qty>
<Sdte>string</Sdte>
<Edte>string</Edte>
<Week>string</Week>
<Maxl>string</Maxl>
<Cycl>string</Cycl>
<Bdte>string</Bdte>
<Avgt>string</Avgt>
<COwn>string</COwn>
<Uom>string</Uom>
<POnum>string</POnum>
<Agre>string</Agre>
<Adte>string</Adte>
<Xdte>string</Xdte>
<Contractsigned>string</Contractsigned>
<POreq>string</POreq>
<Demdays>string</Demdays>
<Demrate>string</Demrate>
<Gdte>string</Gdte>
<Initialterm>string</Initialterm>
<Renewterm>string</Renewterm>
<WOreq>string</WOreq>
<Category>string</Category>
<ClosedReason>string</ClosedReason>
</CreateServ>
</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>
<CreateServResponse xmlns="http://www.trux.com">
<CreateServResult>string</CreateServResult>
</CreateServResponse>
</soap12:Body>
</soap12:Envelope>
HTTP GET
The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.
GET /TruxWeb/WSCust_CreateService/WS_CreateService.asmx/CreateServ?Cust=string&Site=string&Serv=string&Type=string&Size=string&Compact=string&Qty=string&Sdte=string&Edte=string&Week=string&Maxl=string&Cycl=string&Bdte=string&Avgt=string&COwn=string&Uom=string&POnum=string&Agre=string&Adte=string&Xdte=string&Contractsigned=string&POreq=string&Demdays=string&Demrate=string&Gdte=string&Initialterm=string&Renewterm=string&WOreq=string&Category=string&ClosedReason=string HTTP/1.1 Host: trux.organicdiversion.com
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <string xmlns="http://www.trux.com">string</string>
HTTP POST
The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.
POST /TruxWeb/WSCust_CreateService/WS_CreateService.asmx/CreateServ HTTP/1.1 Host: trux.organicdiversion.com Content-Type: application/x-www-form-urlencoded Content-Length: length Cust=string&Site=string&Serv=string&Type=string&Size=string&Compact=string&Qty=string&Sdte=string&Edte=string&Week=string&Maxl=string&Cycl=string&Bdte=string&Avgt=string&COwn=string&Uom=string&POnum=string&Agre=string&Adte=string&Xdte=string&Contractsigned=string&POreq=string&Demdays=string&Demrate=string&Gdte=string&Initialterm=string&Renewterm=string&WOreq=string&Category=string&ClosedReason=string
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <string xmlns="http://www.trux.com">string</string>