BAUWebService


ここ をクリックすると操作の完全な一覧が表示されます。

GetServiceUpdate

サービスアップデート確認

テスト

テスト フォームは、ローカル コンピュータからの要求に対してのみ使用できます。

SOAP 1.1

以下は SOAP 1.1 の要求および応答のサンプルです。表示されるプレースホルダを実際の値で置き換える必要があります。

POST /bauwebservice/bauwebservice.asmx HTTP/1.1
Host: www31.superfrontman.net
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://broadleaf.co.jp/BAUWebService/GetServiceUpdate"

<?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>
    <GetServiceUpdate xmlns="http://broadleaf.co.jp/BAUWebService/">
      <clientInfo>
        <SystemCode>string</SystemCode>
        <USBCode>string</USBCode>
        <TsubasaCode>string</TsubasaCode>
        <ClientProductInfoList>
          <ClientProductInfo2>
            <ProductCode>string</ProductCode>
            <ServiceCode>string</ServiceCode>
            <CurrentVersion>string</CurrentVersion>
            <TargetVersion>string</TargetVersion>
            <GroupUpdateCurrentVersion>string</GroupUpdateCurrentVersion>
            <GroupUpdateTargetVersion>string</GroupUpdateTargetVersion>
            <CompanyUpdateCurrentVersion>string</CompanyUpdateCurrentVersion>
            <CompanyUpdateTargetVersion>string</CompanyUpdateTargetVersion>
            <GenerationCode>string</GenerationCode>
            <CommonPatchStopFlag>boolean</CommonPatchStopFlag>
            <PackageCode>string</PackageCode>
            <ErrorCode>int</ErrorCode>
            <ErrorMessage>string</ErrorMessage>
          </ClientProductInfo2>
          <ClientProductInfo2>
            <ProductCode>string</ProductCode>
            <ServiceCode>string</ServiceCode>
            <CurrentVersion>string</CurrentVersion>
            <TargetVersion>string</TargetVersion>
            <GroupUpdateCurrentVersion>string</GroupUpdateCurrentVersion>
            <GroupUpdateTargetVersion>string</GroupUpdateTargetVersion>
            <CompanyUpdateCurrentVersion>string</CompanyUpdateCurrentVersion>
            <CompanyUpdateTargetVersion>string</CompanyUpdateTargetVersion>
            <GenerationCode>string</GenerationCode>
            <CommonPatchStopFlag>boolean</CommonPatchStopFlag>
            <PackageCode>string</PackageCode>
            <ErrorCode>int</ErrorCode>
            <ErrorMessage>string</ErrorMessage>
          </ClientProductInfo2>
        </ClientProductInfoList>
      </clientInfo>
    </GetServiceUpdate>
  </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>
    <GetServiceUpdateResponse xmlns="http://broadleaf.co.jp/BAUWebService/">
      <GetServiceUpdateResult>
        <AccessDateTime_Tick>long</AccessDateTime_Tick>
        <ProductUpdateInfoList>
          <ProductUpdateInfo2>
            <UpdateID>int</UpdateID>
            <UpdateType>int</UpdateType>
            <UpdateGroupCode>string</UpdateGroupCode>
            <ProductCode>string</ProductCode>
            <ProductName>string</ProductName>
            <ServiceCode>string</ServiceCode>
            <ServiceName>string</ServiceName>
            <DeliveryOpenDate_Ticks>long</DeliveryOpenDate_Ticks>
            <InstallOpenDate_Ticks>long</InstallOpenDate_Ticks>
            <RequiredVersion>string</RequiredVersion>
            <UpdateVersion>string</UpdateVersion>
            <UpdateDescription>string</UpdateDescription>
            <ContentsName>string</ContentsName>
            <ContentsSize>long</ContentsSize>
            <CompressedName>string</CompressedName>
            <CompressedSize>long</CompressedSize>
            <SetupLogicPath>string</SetupLogicPath>
            <ServerCode>string</ServerCode>
            <AccessWeight>int</AccessWeight>
            <URL>string</URL>
          </ProductUpdateInfo2>
          <ProductUpdateInfo2>
            <UpdateID>int</UpdateID>
            <UpdateType>int</UpdateType>
            <UpdateGroupCode>string</UpdateGroupCode>
            <ProductCode>string</ProductCode>
            <ProductName>string</ProductName>
            <ServiceCode>string</ServiceCode>
            <ServiceName>string</ServiceName>
            <DeliveryOpenDate_Ticks>long</DeliveryOpenDate_Ticks>
            <InstallOpenDate_Ticks>long</InstallOpenDate_Ticks>
            <RequiredVersion>string</RequiredVersion>
            <UpdateVersion>string</UpdateVersion>
            <UpdateDescription>string</UpdateDescription>
            <ContentsName>string</ContentsName>
            <ContentsSize>long</ContentsSize>
            <CompressedName>string</CompressedName>
            <CompressedSize>long</CompressedSize>
            <SetupLogicPath>string</SetupLogicPath>
            <ServerCode>string</ServerCode>
            <AccessWeight>int</AccessWeight>
            <URL>string</URL>
          </ProductUpdateInfo2>
        </ProductUpdateInfoList>
      </GetServiceUpdateResult>
    </GetServiceUpdateResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

以下は、SOAP 1.2 の要求および応答のサンプルです。表示される プレースホルダを実際の値で置き換える必要があります。

POST /bauwebservice/bauwebservice.asmx HTTP/1.1
Host: www31.superfrontman.net
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>
    <GetServiceUpdate xmlns="http://broadleaf.co.jp/BAUWebService/">
      <clientInfo>
        <SystemCode>string</SystemCode>
        <USBCode>string</USBCode>
        <TsubasaCode>string</TsubasaCode>
        <ClientProductInfoList>
          <ClientProductInfo2>
            <ProductCode>string</ProductCode>
            <ServiceCode>string</ServiceCode>
            <CurrentVersion>string</CurrentVersion>
            <TargetVersion>string</TargetVersion>
            <GroupUpdateCurrentVersion>string</GroupUpdateCurrentVersion>
            <GroupUpdateTargetVersion>string</GroupUpdateTargetVersion>
            <CompanyUpdateCurrentVersion>string</CompanyUpdateCurrentVersion>
            <CompanyUpdateTargetVersion>string</CompanyUpdateTargetVersion>
            <GenerationCode>string</GenerationCode>
            <CommonPatchStopFlag>boolean</CommonPatchStopFlag>
            <PackageCode>string</PackageCode>
            <ErrorCode>int</ErrorCode>
            <ErrorMessage>string</ErrorMessage>
          </ClientProductInfo2>
          <ClientProductInfo2>
            <ProductCode>string</ProductCode>
            <ServiceCode>string</ServiceCode>
            <CurrentVersion>string</CurrentVersion>
            <TargetVersion>string</TargetVersion>
            <GroupUpdateCurrentVersion>string</GroupUpdateCurrentVersion>
            <GroupUpdateTargetVersion>string</GroupUpdateTargetVersion>
            <CompanyUpdateCurrentVersion>string</CompanyUpdateCurrentVersion>
            <CompanyUpdateTargetVersion>string</CompanyUpdateTargetVersion>
            <GenerationCode>string</GenerationCode>
            <CommonPatchStopFlag>boolean</CommonPatchStopFlag>
            <PackageCode>string</PackageCode>
            <ErrorCode>int</ErrorCode>
            <ErrorMessage>string</ErrorMessage>
          </ClientProductInfo2>
        </ClientProductInfoList>
      </clientInfo>
    </GetServiceUpdate>
  </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>
    <GetServiceUpdateResponse xmlns="http://broadleaf.co.jp/BAUWebService/">
      <GetServiceUpdateResult>
        <AccessDateTime_Tick>long</AccessDateTime_Tick>
        <ProductUpdateInfoList>
          <ProductUpdateInfo2>
            <UpdateID>int</UpdateID>
            <UpdateType>int</UpdateType>
            <UpdateGroupCode>string</UpdateGroupCode>
            <ProductCode>string</ProductCode>
            <ProductName>string</ProductName>
            <ServiceCode>string</ServiceCode>
            <ServiceName>string</ServiceName>
            <DeliveryOpenDate_Ticks>long</DeliveryOpenDate_Ticks>
            <InstallOpenDate_Ticks>long</InstallOpenDate_Ticks>
            <RequiredVersion>string</RequiredVersion>
            <UpdateVersion>string</UpdateVersion>
            <UpdateDescription>string</UpdateDescription>
            <ContentsName>string</ContentsName>
            <ContentsSize>long</ContentsSize>
            <CompressedName>string</CompressedName>
            <CompressedSize>long</CompressedSize>
            <SetupLogicPath>string</SetupLogicPath>
            <ServerCode>string</ServerCode>
            <AccessWeight>int</AccessWeight>
            <URL>string</URL>
          </ProductUpdateInfo2>
          <ProductUpdateInfo2>
            <UpdateID>int</UpdateID>
            <UpdateType>int</UpdateType>
            <UpdateGroupCode>string</UpdateGroupCode>
            <ProductCode>string</ProductCode>
            <ProductName>string</ProductName>
            <ServiceCode>string</ServiceCode>
            <ServiceName>string</ServiceName>
            <DeliveryOpenDate_Ticks>long</DeliveryOpenDate_Ticks>
            <InstallOpenDate_Ticks>long</InstallOpenDate_Ticks>
            <RequiredVersion>string</RequiredVersion>
            <UpdateVersion>string</UpdateVersion>
            <UpdateDescription>string</UpdateDescription>
            <ContentsName>string</ContentsName>
            <ContentsSize>long</ContentsSize>
            <CompressedName>string</CompressedName>
            <CompressedSize>long</CompressedSize>
            <SetupLogicPath>string</SetupLogicPath>
            <ServerCode>string</ServerCode>
            <AccessWeight>int</AccessWeight>
            <URL>string</URL>
          </ProductUpdateInfo2>
        </ProductUpdateInfoList>
      </GetServiceUpdateResult>
    </GetServiceUpdateResponse>
  </soap12:Body>
</soap12:Envelope>