GenerateBarCode - Request Message Sample

This section provides a request message sample of GenerateBarCode Web service.

The request message of GenerateBarCode Web service contains an XML document with 2 parts:

Click on the "Request 1" below "GenerateBarCode" in the "BarCodeSoap12" operation list. You will see a request template of GenerateBarCode in SOAP 1.2 format.

Enter "9783161484100" in the "BarCodeText" element, and other values in BarCodeParam fields as shown below:

<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" 
   xmlns:web="http://www.webservicex.net/">
   <soap:Header/>
   <soap:Body>
      <web:GenerateBarCode>
         <web:BarCodeParam>
            <web:Height>100</web:Height>
            <web:Width>150</web:Width>
            <web:Angle>0</web:Angle>
            <web:Ratio>5</web:Ratio>
            <web:Module>0</web:Module>
            <web:Left>0</web:Left>
            <web:Top>0</web:Top>
            <web:CheckSum>true</web:CheckSum>
            <web:FontName>Arial</web:FontName>
            <web:BarColor>yellow</web:BarColor>
            <web:BGColor>black</web:BGColor>
            <web:FontSize>20</web:FontSize>
            <web:barcodeOption>None</web:barcodeOption>
            <web:barcodeType>CodeEAN13</web:barcodeType>
            <web:checkSumMethod>None</web:checkSumMethod>
            <web:showTextPosition>BottomRight</web:showTextPosition>
            <web:BarCodeImageFormat>GIF</web:BarCodeImageFormat>
         </web:BarCodeParam>
         <web:BarCodeText>9783161484100</web:BarCodeText>
      </web:GenerateBarCode>
   </soap:Body>
</soap:Envelope>

Run this sample request and click the "Raw" vertical tab. You will see the entire HTTP request including header lines:

POST http://www.webservicex.net/genericbarcode.asmx HTTP/1.1
Accept-Encoding: gzip,deflate
Content-Type: application/soap+xml;charset=UTF-8;
   action="http://www.webservicex.net/GenerateBarCode"
Content-Length: 1147
Host: www.webservicex.net
Connection: Keep-Alive
User-Agent: Apache-HttpClient/4.1.1 (java 1.5)

(request 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

 "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

 GenerateBarCode - Usage Description

GenerateBarCode - Request Message Sample

 GenerateBarCode - Response Message Sample

 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