SQLIOBridge
Click here for a complete list of operations.
SaveFile
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 /LOSWebService.asmx HTTP/1.1
Host: capitalint.net
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://bytesoftware.com/LOSWebService/SaveFile"
<?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>
<SaveFile xmlns="http://bytesoftware.com/LOSWebService">
<sessionID>string</sessionID>
<fileDataID>int</fileDataID>
<rightViewAllFiles>boolean</rightViewAllFiles>
<diffXML>string</diffXML>
<fileName>string</fileName>
<saveOpt>None or NewFile or CloseFile or SetMERSNumber or FileCopied or ForceValidation or HideValidationWarnings or PreserveDates or SaveCalculatedOnly or EditWithAdminPermission or HasClientSideValidationErrors or SuppressTaskCreation</saveOpt>
<dateModifiedAtLastLoad>
<Value>dateTime</Value>
<IsNull>boolean</IsNull>
</dateModifiedAtLastLoad>
<sourceFileDataID>int</sourceFileDataID>
<opState>
<LoanStatus>NotAssigned or Prequal or CreditOnly or InProcessing or Submitted or Approved or Resubmitted or Declined or InClosing or Closed or Canceled or Lead or Suspended or DocsSigned or Funded or Purchased or ClearToClose or DocsSent or CollateralSent or Shipped or CustomStatus1 or CustomStatus2 or CustomStatus3 or CustomStatus4 or CustomStatus5 or CustomStatus6 or CustomStatus7 or CustomStatus8 or CustomStatus9 or CustomStatus10 or CustomStatus11 or CustomStatus12 or CustomStatus13 or CustomStatus14 or CustomStatus15 or CustomStatus16 or CustomStatus17 or CustomStatus18 or CustomStatus19 or CustomStatus20 or CustomStatus21 or CustomStatus22 or CustomStatus23 or CustomStatus24 or CustomStatus25 or CustomStatus26 or CustomStatus27 or CustomStatus28 or CustomStatus29 or CustomStatus30</LoanStatus>
<LockedIndicator>boolean</LockedIndicator>
<LockRequestedIndicator>boolean</LockRequestedIndicator>
<GFEDeliveredIndicator>boolean</GFEDeliveredIndicator>
</opState>
</SaveFile>
</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>
<SaveFileResponse xmlns="http://bytesoftware.com/LOSWebService">
<SaveFileResult>
<LoanStatusDetailsResponse>
<MemoryStream>
<Capacity>int</Capacity>
</MemoryStream>
<ResultSets>
<ByteResultSet xsi:nil="true" />
<ByteResultSet xsi:nil="true" />
</ResultSets>
<OutputParameters>
<ByteOutputParameter xsi:nil="true" />
<ByteOutputParameter xsi:nil="true" />
</OutputParameters>
</LoanStatusDetailsResponse>
<FileSaveOptions>None or NewFile or CloseFile or SetMERSNumber or FileCopied or ForceValidation or HideValidationWarnings or PreserveDates or SaveCalculatedOnly or EditWithAdminPermission or HasClientSideValidationErrors or SuppressTaskCreation</FileSaveOptions>
<StatusChangeResult>NotAttempted or Succeeded or Failed</StatusChangeResult>
<ValidateFileResponse>
<BadValidationRulesFound>boolean</BadValidationRulesFound>
<ValidationStatus>NotAssigned or Prequal or CreditOnly or InProcessing or Submitted or Approved or Resubmitted or Declined or InClosing or Closed or Canceled or Lead or Suspended or DocsSigned or Funded or Purchased or ClearToClose or DocsSent or CollateralSent or Shipped or CustomStatus1 or CustomStatus2 or CustomStatus3 or CustomStatus4 or CustomStatus5 or CustomStatus6 or CustomStatus7 or CustomStatus8 or CustomStatus9 or CustomStatus10 or CustomStatus11 or CustomStatus12 or CustomStatus13 or CustomStatus14 or CustomStatus15 or CustomStatus16 or CustomStatus17 or CustomStatus18 or CustomStatus19 or CustomStatus20 or CustomStatus21 or CustomStatus22 or CustomStatus23 or CustomStatus24 or CustomStatus25 or CustomStatus26 or CustomStatus27 or CustomStatus28 or CustomStatus29 or CustomStatus30</ValidationStatus>
</ValidateFileResponse>
</SaveFileResult>
</SaveFileResponse>
</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 /LOSWebService.asmx HTTP/1.1
Host: capitalint.net
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>
<SaveFile xmlns="http://bytesoftware.com/LOSWebService">
<sessionID>string</sessionID>
<fileDataID>int</fileDataID>
<rightViewAllFiles>boolean</rightViewAllFiles>
<diffXML>string</diffXML>
<fileName>string</fileName>
<saveOpt>None or NewFile or CloseFile or SetMERSNumber or FileCopied or ForceValidation or HideValidationWarnings or PreserveDates or SaveCalculatedOnly or EditWithAdminPermission or HasClientSideValidationErrors or SuppressTaskCreation</saveOpt>
<dateModifiedAtLastLoad>
<Value>dateTime</Value>
<IsNull>boolean</IsNull>
</dateModifiedAtLastLoad>
<sourceFileDataID>int</sourceFileDataID>
<opState>
<LoanStatus>NotAssigned or Prequal or CreditOnly or InProcessing or Submitted or Approved or Resubmitted or Declined or InClosing or Closed or Canceled or Lead or Suspended or DocsSigned or Funded or Purchased or ClearToClose or DocsSent or CollateralSent or Shipped or CustomStatus1 or CustomStatus2 or CustomStatus3 or CustomStatus4 or CustomStatus5 or CustomStatus6 or CustomStatus7 or CustomStatus8 or CustomStatus9 or CustomStatus10 or CustomStatus11 or CustomStatus12 or CustomStatus13 or CustomStatus14 or CustomStatus15 or CustomStatus16 or CustomStatus17 or CustomStatus18 or CustomStatus19 or CustomStatus20 or CustomStatus21 or CustomStatus22 or CustomStatus23 or CustomStatus24 or CustomStatus25 or CustomStatus26 or CustomStatus27 or CustomStatus28 or CustomStatus29 or CustomStatus30</LoanStatus>
<LockedIndicator>boolean</LockedIndicator>
<LockRequestedIndicator>boolean</LockRequestedIndicator>
<GFEDeliveredIndicator>boolean</GFEDeliveredIndicator>
</opState>
</SaveFile>
</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>
<SaveFileResponse xmlns="http://bytesoftware.com/LOSWebService">
<SaveFileResult>
<LoanStatusDetailsResponse>
<MemoryStream>
<Capacity>int</Capacity>
</MemoryStream>
<ResultSets>
<ByteResultSet xsi:nil="true" />
<ByteResultSet xsi:nil="true" />
</ResultSets>
<OutputParameters>
<ByteOutputParameter xsi:nil="true" />
<ByteOutputParameter xsi:nil="true" />
</OutputParameters>
</LoanStatusDetailsResponse>
<FileSaveOptions>None or NewFile or CloseFile or SetMERSNumber or FileCopied or ForceValidation or HideValidationWarnings or PreserveDates or SaveCalculatedOnly or EditWithAdminPermission or HasClientSideValidationErrors or SuppressTaskCreation</FileSaveOptions>
<StatusChangeResult>NotAttempted or Succeeded or Failed</StatusChangeResult>
<ValidateFileResponse>
<BadValidationRulesFound>boolean</BadValidationRulesFound>
<ValidationStatus>NotAssigned or Prequal or CreditOnly or InProcessing or Submitted or Approved or Resubmitted or Declined or InClosing or Closed or Canceled or Lead or Suspended or DocsSigned or Funded or Purchased or ClearToClose or DocsSent or CollateralSent or Shipped or CustomStatus1 or CustomStatus2 or CustomStatus3 or CustomStatus4 or CustomStatus5 or CustomStatus6 or CustomStatus7 or CustomStatus8 or CustomStatus9 or CustomStatus10 or CustomStatus11 or CustomStatus12 or CustomStatus13 or CustomStatus14 or CustomStatus15 or CustomStatus16 or CustomStatus17 or CustomStatus18 or CustomStatus19 or CustomStatus20 or CustomStatus21 or CustomStatus22 or CustomStatus23 or CustomStatus24 or CustomStatus25 or CustomStatus26 or CustomStatus27 or CustomStatus28 or CustomStatus29 or CustomStatus30</ValidationStatus>
</ValidateFileResponse>
</SaveFileResult>
</SaveFileResponse>
</soap12:Body>
</soap12:Envelope>