ShowcaseWebMethods
Click here for a complete list of operations.
LoadMoreItems
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 /tft-services/Showcase/ShowcaseWebMethods.asmx HTTP/1.1
Host: peterbilt.cummins.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://352inc.com/LoadMoreItems"
<?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>
<LoadMoreItems xmlns="http://352inc.com/">
<pageSize>int</pageSize>
<pageNumber>int</pageNumber>
<filters>string</filters>
<showcaseID>int</showcaseID>
<addressLat>decimal</addressLat>
<addressLong>decimal</addressLong>
<minDistance>int</minDistance>
<maxDistance>int</maxDistance>
<searchText>string</searchText>
<categories>string</categories>
</LoadMoreItems>
</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>
<LoadMoreItemsResponse xmlns="http://352inc.com/">
<LoadMoreItemsResult>
<ShowcaseItemForJSON>
<DetailsPageUrl>string</DetailsPageUrl>
<Attribute1Name>string</Attribute1Name>
<Attribute1Range>string</Attribute1Range>
<Attribute1AlternateRange>string</Attribute1AlternateRange>
<Attribute2Name>string</Attribute2Name>
<Attribute2Range>string</Attribute2Range>
<Attribute2AlternateRange>string</Attribute2AlternateRange>
<Attribute3Name>string</Attribute3Name>
<Attribute3Range>string</Attribute3Range>
<Attribute3AlternateRange>string</Attribute3AlternateRange>
<ShowcaseItemID>int</ShowcaseItemID>
<Title>string</Title>
<Image>string</Image>
<GeocodedLat>decimal</GeocodedLat>
<GeocodedLong>decimal</GeocodedLong>
<Address>string</Address>
<City>string</City>
<State>string</State>
<Country>string</Country>
<Zipcode>string</Zipcode>
<Row_Number>long</Row_Number>
<TotalRowCount>int</TotalRowCount>
</ShowcaseItemForJSON>
<ShowcaseItemForJSON>
<DetailsPageUrl>string</DetailsPageUrl>
<Attribute1Name>string</Attribute1Name>
<Attribute1Range>string</Attribute1Range>
<Attribute1AlternateRange>string</Attribute1AlternateRange>
<Attribute2Name>string</Attribute2Name>
<Attribute2Range>string</Attribute2Range>
<Attribute2AlternateRange>string</Attribute2AlternateRange>
<Attribute3Name>string</Attribute3Name>
<Attribute3Range>string</Attribute3Range>
<Attribute3AlternateRange>string</Attribute3AlternateRange>
<ShowcaseItemID>int</ShowcaseItemID>
<Title>string</Title>
<Image>string</Image>
<GeocodedLat>decimal</GeocodedLat>
<GeocodedLong>decimal</GeocodedLong>
<Address>string</Address>
<City>string</City>
<State>string</State>
<Country>string</Country>
<Zipcode>string</Zipcode>
<Row_Number>long</Row_Number>
<TotalRowCount>int</TotalRowCount>
</ShowcaseItemForJSON>
</LoadMoreItemsResult>
</LoadMoreItemsResponse>
</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 /tft-services/Showcase/ShowcaseWebMethods.asmx HTTP/1.1
Host: peterbilt.cummins.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>
<LoadMoreItems xmlns="http://352inc.com/">
<pageSize>int</pageSize>
<pageNumber>int</pageNumber>
<filters>string</filters>
<showcaseID>int</showcaseID>
<addressLat>decimal</addressLat>
<addressLong>decimal</addressLong>
<minDistance>int</minDistance>
<maxDistance>int</maxDistance>
<searchText>string</searchText>
<categories>string</categories>
</LoadMoreItems>
</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>
<LoadMoreItemsResponse xmlns="http://352inc.com/">
<LoadMoreItemsResult>
<ShowcaseItemForJSON>
<DetailsPageUrl>string</DetailsPageUrl>
<Attribute1Name>string</Attribute1Name>
<Attribute1Range>string</Attribute1Range>
<Attribute1AlternateRange>string</Attribute1AlternateRange>
<Attribute2Name>string</Attribute2Name>
<Attribute2Range>string</Attribute2Range>
<Attribute2AlternateRange>string</Attribute2AlternateRange>
<Attribute3Name>string</Attribute3Name>
<Attribute3Range>string</Attribute3Range>
<Attribute3AlternateRange>string</Attribute3AlternateRange>
<ShowcaseItemID>int</ShowcaseItemID>
<Title>string</Title>
<Image>string</Image>
<GeocodedLat>decimal</GeocodedLat>
<GeocodedLong>decimal</GeocodedLong>
<Address>string</Address>
<City>string</City>
<State>string</State>
<Country>string</Country>
<Zipcode>string</Zipcode>
<Row_Number>long</Row_Number>
<TotalRowCount>int</TotalRowCount>
</ShowcaseItemForJSON>
<ShowcaseItemForJSON>
<DetailsPageUrl>string</DetailsPageUrl>
<Attribute1Name>string</Attribute1Name>
<Attribute1Range>string</Attribute1Range>
<Attribute1AlternateRange>string</Attribute1AlternateRange>
<Attribute2Name>string</Attribute2Name>
<Attribute2Range>string</Attribute2Range>
<Attribute2AlternateRange>string</Attribute2AlternateRange>
<Attribute3Name>string</Attribute3Name>
<Attribute3Range>string</Attribute3Range>
<Attribute3AlternateRange>string</Attribute3AlternateRange>
<ShowcaseItemID>int</ShowcaseItemID>
<Title>string</Title>
<Image>string</Image>
<GeocodedLat>decimal</GeocodedLat>
<GeocodedLong>decimal</GeocodedLong>
<Address>string</Address>
<City>string</City>
<State>string</State>
<Country>string</Country>
<Zipcode>string</Zipcode>
<Row_Number>long</Row_Number>
<TotalRowCount>int</TotalRowCount>
</ShowcaseItemForJSON>
</LoadMoreItemsResult>
</LoadMoreItemsResponse>
</soap12:Body>
</soap12:Envelope>