BlcOnlineService


Click here for a complete list of operations.

SendTitle

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 /BlcOnlineService.asmx HTTP/1.1
Host: sba.blc.at
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.blc.at/SendTitle"

<?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>
    <SendTitle xmlns="http://www.blc.at/">
      <headerData>
        <identificationNumber>string</identificationNumber>
        <identificationType>string</identificationType>
        <titleNumber>int</titleNumber>
        <isbNumber>string</isbNumber>
        <sbNumber>int</sbNumber>
        <mainTitle>string</mainTitle>
        <shortTitle>string</shortTitle>
        <isPrintProduct>boolean</isPrintProduct>
        <price>decimal</price>
        <tax>decimal</tax>
        <validFrom>dateTime</validFrom>
        <priceSba>decimal</priceSba>
        <validFromSba>dateTime</validFromSba>
        <editionNumber>int</editionNumber>
        <editionYear>int</editionYear>
        <weight>decimal</weight>
        <stock>int</stock>
        <isPurchaseable>boolean</isPurchaseable>
        <otherData>string</otherData>
        <registrationNumber>int</registrationNumber>
        <additionalData01>string</additionalData01>
        <additionalData02>string</additionalData02>
        <additionalData03>string</additionalData03>
        <discountCluster>int</discountCluster>
      </headerData>
    </SendTitle>
  </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>
    <SendTitleResponse xmlns="http://www.blc.at/">
      <SendTitleResult>
        <outIdentificationNumber>string</outIdentificationNumber>
        <outIdentificationType>string</outIdentificationType>
        <outReferenceNumberHeader>string</outReferenceNumberHeader>
        <outErrorNumber>int</outErrorNumber>
        <outErrorMessage>string</outErrorMessage>
      </SendTitleResult>
    </SendTitleResponse>
  </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 /BlcOnlineService.asmx HTTP/1.1
Host: sba.blc.at
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>
    <SendTitle xmlns="http://www.blc.at/">
      <headerData>
        <identificationNumber>string</identificationNumber>
        <identificationType>string</identificationType>
        <titleNumber>int</titleNumber>
        <isbNumber>string</isbNumber>
        <sbNumber>int</sbNumber>
        <mainTitle>string</mainTitle>
        <shortTitle>string</shortTitle>
        <isPrintProduct>boolean</isPrintProduct>
        <price>decimal</price>
        <tax>decimal</tax>
        <validFrom>dateTime</validFrom>
        <priceSba>decimal</priceSba>
        <validFromSba>dateTime</validFromSba>
        <editionNumber>int</editionNumber>
        <editionYear>int</editionYear>
        <weight>decimal</weight>
        <stock>int</stock>
        <isPurchaseable>boolean</isPurchaseable>
        <otherData>string</otherData>
        <registrationNumber>int</registrationNumber>
        <additionalData01>string</additionalData01>
        <additionalData02>string</additionalData02>
        <additionalData03>string</additionalData03>
        <discountCluster>int</discountCluster>
      </headerData>
    </SendTitle>
  </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>
    <SendTitleResponse xmlns="http://www.blc.at/">
      <SendTitleResult>
        <outIdentificationNumber>string</outIdentificationNumber>
        <outIdentificationType>string</outIdentificationType>
        <outReferenceNumberHeader>string</outReferenceNumberHeader>
        <outErrorNumber>int</outErrorNumber>
        <outErrorMessage>string</outErrorMessage>
      </SendTitleResult>
    </SendTitleResponse>
  </soap12:Body>
</soap12:Envelope>