CISInfinity
Click here for a complete list of operations.
SendSOInformation
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 /CISInfinity.asmx HTTP/1.1
Host: awscistrain.sgvwater.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/SendSOInformation"
<?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>
<SendSOInformation xmlns="http://tempuri.org/">
<portalID>int</portalID>
<key>string</key>
<serviceOrder>
<WorkOrderNo>string</WorkOrderNo>
<ServiceOrderNo>long</ServiceOrderNo>
<ServiceRequestCode>string</ServiceRequestCode>
<Customer>string</Customer>
<Account>string</Account>
<DateToPrint>dateTime</DateToPrint>
<CompletedDate>dateTime</CompletedDate>
<CompletedNotes>string</CompletedNotes>
<CompletedBy>string</CompletedBy>
<IsEmergency>boolean</IsEmergency>
<OnHold>boolean</OnHold>
<CompletionCode>string</CompletionCode>
<ServiceMessage>string</ServiceMessage>
<ProgressNotes>string</ProgressNotes>
<RedTagFlag>string</RedTagFlag>
<StartDate>dateTime</StartDate>
<EndDate>dateTime</EndDate>
<UpdateAppointment>string</UpdateAppointment>
</serviceOrder>
<meter>
<ServiceCode>string</ServiceCode>
<AccountNo>string</AccountNo>
<WorkOrderNo>string</WorkOrderNo>
<OldMeterNo>string</OldMeterNo>
<OldMeterReading>string</OldMeterReading>
<ExchangeReason>string</ExchangeReason>
<MeterNo>string</MeterNo>
<MeterReading>long</MeterReading>
<MeterReadType>string</MeterReadType>
<RemoteID>string</RemoteID>
<MeterDiallNo>string</MeterDiallNo>
<MeterSerialNo>string</MeterSerialNo>
<MeterType>string</MeterType>
<MeterLocation>string</MeterLocation>
<InstallDate>dateTime</InstallDate>
<RemoteType>string</RemoteType>
<Units>string</Units>
<OldInstrumentNo>string</OldInstrumentNo>
<OldInstrumentReading>string</OldInstrumentReading>
<InstrumentNo>string</InstrumentNo>
<InstrumentSerialNo>string</InstrumentSerialNo>
<InstrumentReading>string</InstrumentReading>
<InstrumentType>string</InstrumentType>
</meter>
</SendSOInformation>
</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>
<SendSOInformationResponse xmlns="http://tempuri.org/">
<SendSOInformationResult>
<Success>boolean</Success>
<ErrorMsg>string</ErrorMsg>
</SendSOInformationResult>
</SendSOInformationResponse>
</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 /CISInfinity.asmx HTTP/1.1
Host: awscistrain.sgvwater.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:Body>
<SendSOInformation xmlns="http://tempuri.org/">
<portalID>int</portalID>
<key>string</key>
<serviceOrder>
<WorkOrderNo>string</WorkOrderNo>
<ServiceOrderNo>long</ServiceOrderNo>
<ServiceRequestCode>string</ServiceRequestCode>
<Customer>string</Customer>
<Account>string</Account>
<DateToPrint>dateTime</DateToPrint>
<CompletedDate>dateTime</CompletedDate>
<CompletedNotes>string</CompletedNotes>
<CompletedBy>string</CompletedBy>
<IsEmergency>boolean</IsEmergency>
<OnHold>boolean</OnHold>
<CompletionCode>string</CompletionCode>
<ServiceMessage>string</ServiceMessage>
<ProgressNotes>string</ProgressNotes>
<RedTagFlag>string</RedTagFlag>
<StartDate>dateTime</StartDate>
<EndDate>dateTime</EndDate>
<UpdateAppointment>string</UpdateAppointment>
</serviceOrder>
<meter>
<ServiceCode>string</ServiceCode>
<AccountNo>string</AccountNo>
<WorkOrderNo>string</WorkOrderNo>
<OldMeterNo>string</OldMeterNo>
<OldMeterReading>string</OldMeterReading>
<ExchangeReason>string</ExchangeReason>
<MeterNo>string</MeterNo>
<MeterReading>long</MeterReading>
<MeterReadType>string</MeterReadType>
<RemoteID>string</RemoteID>
<MeterDiallNo>string</MeterDiallNo>
<MeterSerialNo>string</MeterSerialNo>
<MeterType>string</MeterType>
<MeterLocation>string</MeterLocation>
<InstallDate>dateTime</InstallDate>
<RemoteType>string</RemoteType>
<Units>string</Units>
<OldInstrumentNo>string</OldInstrumentNo>
<OldInstrumentReading>string</OldInstrumentReading>
<InstrumentNo>string</InstrumentNo>
<InstrumentSerialNo>string</InstrumentSerialNo>
<InstrumentReading>string</InstrumentReading>
<InstrumentType>string</InstrumentType>
</meter>
</SendSOInformation>
</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>
<SendSOInformationResponse xmlns="http://tempuri.org/">
<SendSOInformationResult>
<Success>boolean</Success>
<ErrorMsg>string</ErrorMsg>
</SendSOInformationResult>
</SendSOInformationResponse>
</soap12:Body>
</soap12:Envelope>