TitleCaseWordsWithToken - Response Message Sample

This section provides a response message sample of TitleCaseWordsWithToken Web service.

The response message of TitleCaseWordsWithToken Web service contains an XML document that provides the given words converted in title case format with the optional delimiter token.

After running the "Request 1" sample in the previous tutorial, look at the response window. You will see the response message of "TitleCaseWordsWithToken" in SOAP 1.1 format:

  <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
     <soap:Body>
        <m:TitleCaseWordsWithTokenResponse
         xmlns:m="http://www.dataaccess.com/webservicesserver/">
<m:TitleCaseWordsWithTokenResult>Soap_Body_Element</m:TitleCaseWordsWithTokenResult>
        </m:TitleCaseWordsWithTokenResponse>
     </soap:Body>
  </soap:Envelope>

The result in the response is a perfectly title case formatted words.

Click the "Raw" vertical tab. You will see the entire HTTP response including header lines:

HTTP/1.1 200 OK
Cache-Control: private, max-age=0
Content-Length: 389
Content-Type: text/xml; charset=utf-8
Server: Microsoft-IIS/8.0
Web-Service: DataFlex 18.1
Access-Control-Allow-Origin: http://www.dataaccess.com
Access-Control-Allow-Methods: GET, POST
Access-Control-Allow-Headers: content-type
Access-Control-Allow-Credentials: true
Strict-Transport-Security: max-age=31536000

(response XML...)

Table of Contents

 About This Book

 Python SOAP Client: Zeep

 SoapUI - Web Service Testing Tool

 SOAP Web Service and SoapUI

 REST Web Service and SoapUI

 Mock Web Services - herongyang.com/Service

 "SoapResponder" and Web Service Test Tool

 "Calculator" for 4 Integer Operations

 DataFlex Web Service for Country Information

 LatLonListCityNames - Return Latitudes and Longitudes of US Cities

 LatLonListZipCode - Return Latitudes and Longitudes of US Zip Code

 TempConvert Web Service for Temperature Conversion

 NDFDgenByDay - US Weather Forecast by Day

 NDFDgen - US-Weather Forecast for a Single Location

 Currency Exchange Rate

 Bitcoin Blockchain Data API (or Explorer)

 flickr.interestingness.getList - Get Interesting Photos

 UUID/GUID Generator

 NumberToWords - Convert Number in Digits to Words

TitleCaseWordsWithToken - Words to Title Case Format

 TitleCaseWordsWithToken - Usage Description

 TitleCaseWordsWithToken - Request Message Sample

TitleCaseWordsWithToken - Response Message Sample

 "PUG SOAP" Web Service for PubChem Database

 RSC - ChemSpider APIs

 Discontinued: Currency Converter by kowabunga.net

 Discontinued: GetCountries - Get All Countries and Territories

 Discontinued: GetCurrencies - Get Currencies from All Countries

 Discontinued: GetGMTbyCountry - Get GMT Information of a Given Country

 Discontinued: GetISD - Get ISD Phone Code of a Given Country

 Discontinued: GetCitiesByCountry - Get Cities by Country

 Discontinued: GetInfoByState - Get ZIP Codes of a Given US State

 Discontinued: GetAirportInformationByCountry - Get Airport Code by Country

 Discontinued: GetGeoIP - Get Country by IP Address

 Discontinued: ConvertTemp - Convert Temperature Unit

 Discontinued: ChangeLengthUnit - Convert Length Unit

 Discontinued: ConvertWeight - Convert Weight Unit

 Discontinued: ChangeAreaUnit - Convert Area Unit

 Discontinued: Code39 - Generate Bar Code Images in Code 39 Format

 Discontinued: GenerateBarCode - Generate Bar Code Images

 Discontinued: GetMortgagePayment - Calculate Mortgage Payment

 Discontinued: ConversionRate - Get Currency Exchange Rate

 Discontinued: GetQuote - Get Stock Quote

 Discontinued: GetSunSetRiseTime - Get Sunrise and Sunset Time

 Discontinued: GetWeatherByZipCode - Get Weather by ZIP Code in US

 Discontinued: getTime - Get the Current Time

 Discontinued: questionSearch - Search Yahoo! Questions and Answers

 Discontinued: Hotwire - Get Travel Ticker Deals

 Archived Tutorials

 References

 Full Version in PDF/EPUB