TpsService
Click here for a complete list of operations.
CreateService2
DO NOT USE - legacy feature. This method asynchronously creates a service and optionally adds the newly created service to an order.
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 /TitlePointServices/TpsService.asmx HTTP/1.1
Host: www.titlepoint.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.TitlePoint.com/CreateService2"
<?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>
<CreateService2 xmlns="http://www.TitlePoint.com">
<userID>string</userID>
<password>string</password>
<company>string</company>
<department>string</department>
<titleOfficer>string</titleOfficer>
<creationArgs>
<RequestId>long</RequestId>
<Semantics>None or NewOrder or CustomerRef or TitleOfficer or Comment or State or CommentAppend</Semantics>
<OrderID>long</OrderID>
<CustomerRef>
<LocationKey>string</LocationKey>
<CustomerReference>string</CustomerReference>
<PartitionKey>string</PartitionKey>
<OrgID>int</OrgID>
<FromCreateDate>string</FromCreateDate>
<ToCreateDate>string</ToCreateDate>
<Company>string</Company>
<Department>string</Department>
<TitleOfficer>string</TitleOfficer>
<UserName>string</UserName>
<State>string</State>
<County>string</County>
</CustomerRef>
<TitleOfficer>string</TitleOfficer>
<TitleUnitId>int</TitleUnitId>
<Comment>string</Comment>
<StarterRemarks>string</StarterRemarks>
<State>int</State>
<ConcurrencyToken>base64Binary</ConcurrencyToken>
<ParentServiceId>long</ParentServiceId>
<Category>string</Category>
<ExtendedInfo>string</ExtendedInfo>
<TimeCreated>dateTime</TimeCreated>
<StatusDescription>string</StatusDescription>
<CorrelationId>guid</CorrelationId>
<ServiceRequest>
<ServiceType>
<ServiceId>long</ServiceId>
<Category>long</Category>
<ServiceTypeName>string</ServiceTypeName>
<Name>string</Name>
<Description>string</Description>
<CategoryDesc>string</CategoryDesc>
<DisplayOrder>int</DisplayOrder>
<DisplayName>string</DisplayName>
<IsActive>boolean</IsActive>
<SupportedApplications>string</SupportedApplications>
<UserServiceTypeName>string</UserServiceTypeName>
<Tags>string</Tags>
<CreatedBy>string</CreatedBy>
<CreatedOn>dateTime</CreatedOn>
<ModifiedBy>string</ModifiedBy>
<ModifiedOn>dateTime</ModifiedOn>
</ServiceType>
<ServiceParameters>
<ServiceParameter xsi:nil="true" />
<ServiceParameter xsi:nil="true" />
</ServiceParameters>
<ServiceParameterDictionary>
<ServiceParameters xsi:nil="true" />
</ServiceParameterDictionary>
<ServiceReference>string</ServiceReference>
</ServiceRequest>
</creationArgs>
</CreateService2>
</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>
<CreateService2Response xmlns="http://www.TitlePoint.com">
<CreateService2Result>
<RequestID>long</RequestID>
<OrderID>long</OrderID>
</CreateService2Result>
</CreateService2Response>
</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 /TitlePointServices/TpsService.asmx HTTP/1.1
Host: www.titlepoint.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>
<CreateService2 xmlns="http://www.TitlePoint.com">
<userID>string</userID>
<password>string</password>
<company>string</company>
<department>string</department>
<titleOfficer>string</titleOfficer>
<creationArgs>
<RequestId>long</RequestId>
<Semantics>None or NewOrder or CustomerRef or TitleOfficer or Comment or State or CommentAppend</Semantics>
<OrderID>long</OrderID>
<CustomerRef>
<LocationKey>string</LocationKey>
<CustomerReference>string</CustomerReference>
<PartitionKey>string</PartitionKey>
<OrgID>int</OrgID>
<FromCreateDate>string</FromCreateDate>
<ToCreateDate>string</ToCreateDate>
<Company>string</Company>
<Department>string</Department>
<TitleOfficer>string</TitleOfficer>
<UserName>string</UserName>
<State>string</State>
<County>string</County>
</CustomerRef>
<TitleOfficer>string</TitleOfficer>
<TitleUnitId>int</TitleUnitId>
<Comment>string</Comment>
<StarterRemarks>string</StarterRemarks>
<State>int</State>
<ConcurrencyToken>base64Binary</ConcurrencyToken>
<ParentServiceId>long</ParentServiceId>
<Category>string</Category>
<ExtendedInfo>string</ExtendedInfo>
<TimeCreated>dateTime</TimeCreated>
<StatusDescription>string</StatusDescription>
<CorrelationId>guid</CorrelationId>
<ServiceRequest>
<ServiceType>
<ServiceId>long</ServiceId>
<Category>long</Category>
<ServiceTypeName>string</ServiceTypeName>
<Name>string</Name>
<Description>string</Description>
<CategoryDesc>string</CategoryDesc>
<DisplayOrder>int</DisplayOrder>
<DisplayName>string</DisplayName>
<IsActive>boolean</IsActive>
<SupportedApplications>string</SupportedApplications>
<UserServiceTypeName>string</UserServiceTypeName>
<Tags>string</Tags>
<CreatedBy>string</CreatedBy>
<CreatedOn>dateTime</CreatedOn>
<ModifiedBy>string</ModifiedBy>
<ModifiedOn>dateTime</ModifiedOn>
</ServiceType>
<ServiceParameters>
<ServiceParameter xsi:nil="true" />
<ServiceParameter xsi:nil="true" />
</ServiceParameters>
<ServiceParameterDictionary>
<ServiceParameters xsi:nil="true" />
</ServiceParameterDictionary>
<ServiceReference>string</ServiceReference>
</ServiceRequest>
</creationArgs>
</CreateService2>
</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>
<CreateService2Response xmlns="http://www.TitlePoint.com">
<CreateService2Result>
<RequestID>long</RequestID>
<OrderID>long</OrderID>
</CreateService2Result>
</CreateService2Response>
</soap12:Body>
</soap12:Envelope>