Service


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

DuplicationCheck_6400Tenpo

アレフ用TmsMenu6400Tenpo重複チェック

テスト

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

SOAP 1.1

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

POST /WebServiceFfp/Service.asmx HTTP/1.1
Host: sa.foodfrontia.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://FoodFrontiaProExpert/WebServiceFfp/DuplicationCheck_6400Tenpo"

<?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>
    <DuplicationCheck_6400Tenpo xmlns="http://FoodFrontiaProExpert/WebServiceFfp">
      <attestationId>string</attestationId>
      <KigyoCode>string</KigyoCode>
      <lstTenpo>
        <string>string</string>
        <string>string</string>
      </lstTenpo>
      <lstEdit>
        <string>string</string>
        <string>string</string>
      </lstEdit>
      <lstDupMenuCd>
        <string>string</string>
        <string>string</string>
      </lstDupMenuCd>
      <lstDupMenuNo>
        <string>string</string>
        <string>string</string>
      </lstDupMenuNo>
    </DuplicationCheck_6400Tenpo>
  </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>
    <DuplicationCheck_6400TenpoResponse xmlns="http://FoodFrontiaProExpert/WebServiceFfp">
      <DuplicationCheck_6400TenpoResult>boolean</DuplicationCheck_6400TenpoResult>
      <lstDupMenuCd>
        <string>string</string>
        <string>string</string>
      </lstDupMenuCd>
      <lstDupMenuNo>
        <string>string</string>
        <string>string</string>
      </lstDupMenuNo>
    </DuplicationCheck_6400TenpoResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

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

POST /WebServiceFfp/Service.asmx HTTP/1.1
Host: sa.foodfrontia.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>
    <DuplicationCheck_6400Tenpo xmlns="http://FoodFrontiaProExpert/WebServiceFfp">
      <attestationId>string</attestationId>
      <KigyoCode>string</KigyoCode>
      <lstTenpo>
        <string>string</string>
        <string>string</string>
      </lstTenpo>
      <lstEdit>
        <string>string</string>
        <string>string</string>
      </lstEdit>
      <lstDupMenuCd>
        <string>string</string>
        <string>string</string>
      </lstDupMenuCd>
      <lstDupMenuNo>
        <string>string</string>
        <string>string</string>
      </lstDupMenuNo>
    </DuplicationCheck_6400Tenpo>
  </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>
    <DuplicationCheck_6400TenpoResponse xmlns="http://FoodFrontiaProExpert/WebServiceFfp">
      <DuplicationCheck_6400TenpoResult>boolean</DuplicationCheck_6400TenpoResult>
      <lstDupMenuCd>
        <string>string</string>
        <string>string</string>
      </lstDupMenuCd>
      <lstDupMenuNo>
        <string>string</string>
        <string>string</string>
      </lstDupMenuNo>
    </DuplicationCheck_6400TenpoResponse>
  </soap12:Body>
</soap12:Envelope>