SapHanaService


单击此处,获取完整的操作列表。

InsertRecordBySCFC

测试

测试窗体只能用于来自本地计算机的请求。

SOAP 1.1

以下是 SOAP 1.2 请求和响应示例。所显示的占位符需替换为实际值。

POST /SapHanaServiceLayer.asmx HTTP/1.1
Host: sap.chuangzhitz.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/InsertRecordBySCFC"

<?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>
    <InsertRecordBySCFC xmlns="http://tempuri.org/">
      <LiuCode>int</LiuCode>
      <PiciCode>int</PiciCode>
      <lstBarcode>
        <Barcode_Print>
          <ID>int</ID>
          <BILS_ID>string</BILS_ID>
          <BILS_NO>string</BILS_NO>
          <BILS_ITM>int</BILS_ITM>
          <BARCODE>string</BARCODE>
          <BARCODETEXT>string</BARCODETEXT>
          <QTY>double</QTY>
          <PRD_NO>string</PRD_NO>
          <PRD_NAME>string</PRD_NAME>
          <BIL_DD>dateTime</BIL_DD>
          <USR>string</USR>
          <STATE>int</STATE>
          <LiuNo>string</LiuNo>
          <PiCiNo>string</PiCiNo>
          <Cus_No>string</Cus_No>
          <Cus_Name>string</Cus_Name>
          <PrintDate>string</PrintDate>
          <DianPian>string</DianPian>
          <labelType>string</labelType>
          <ItmsGrpGod>int</ItmsGrpGod>
          <param>string</param>
          <OldBarcode>string</OldBarcode>
          <REM1>string</REM1>
          <REM2>string</REM2>
          <REM3>string</REM3>
          <REM4>string</REM4>
          <REM5>string</REM5>
          <QRType>string</QRType>
          <ValidDateTo>dateTime</ValidDateTo>
          <ProduceDate>dateTime</ProduceDate>
          <Date1>dateTime</Date1>
          <Date2>dateTime</Date2>
          <Date3>dateTime</Date3>
          <Qty1>double</Qty1>
          <Qty2>double</Qty2>
          <Qty3>double</Qty3>
          <TimeStamp>string</TimeStamp>
          <OutBoxBarcode>string</OutBoxBarcode>
          <REM6>string</REM6>
          <REM7>string</REM7>
          <REM8>string</REM8>
          <REM9>string</REM9>
          <REM10>string</REM10>
        </Barcode_Print>
        <Barcode_Print>
          <ID>int</ID>
          <BILS_ID>string</BILS_ID>
          <BILS_NO>string</BILS_NO>
          <BILS_ITM>int</BILS_ITM>
          <BARCODE>string</BARCODE>
          <BARCODETEXT>string</BARCODETEXT>
          <QTY>double</QTY>
          <PRD_NO>string</PRD_NO>
          <PRD_NAME>string</PRD_NAME>
          <BIL_DD>dateTime</BIL_DD>
          <USR>string</USR>
          <STATE>int</STATE>
          <LiuNo>string</LiuNo>
          <PiCiNo>string</PiCiNo>
          <Cus_No>string</Cus_No>
          <Cus_Name>string</Cus_Name>
          <PrintDate>string</PrintDate>
          <DianPian>string</DianPian>
          <labelType>string</labelType>
          <ItmsGrpGod>int</ItmsGrpGod>
          <param>string</param>
          <OldBarcode>string</OldBarcode>
          <REM1>string</REM1>
          <REM2>string</REM2>
          <REM3>string</REM3>
          <REM4>string</REM4>
          <REM5>string</REM5>
          <QRType>string</QRType>
          <ValidDateTo>dateTime</ValidDateTo>
          <ProduceDate>dateTime</ProduceDate>
          <Date1>dateTime</Date1>
          <Date2>dateTime</Date2>
          <Date3>dateTime</Date3>
          <Qty1>double</Qty1>
          <Qty2>double</Qty2>
          <Qty3>double</Qty3>
          <TimeStamp>string</TimeStamp>
          <OutBoxBarcode>string</OutBoxBarcode>
          <REM6>string</REM6>
          <REM7>string</REM7>
          <REM8>string</REM8>
          <REM9>string</REM9>
          <REM10>string</REM10>
        </Barcode_Print>
      </lstBarcode>
      <kw>string</kw>
    </InsertRecordBySCFC>
  </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>
    <InsertRecordBySCFCResponse xmlns="http://tempuri.org/">
      <InsertRecordBySCFCResult>string</InsertRecordBySCFCResult>
    </InsertRecordBySCFCResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

以下是 SOAP 1.2 请求和响应示例。所显示的占位符需替换为实际值。

POST /SapHanaServiceLayer.asmx HTTP/1.1
Host: sap.chuangzhitz.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>
    <InsertRecordBySCFC xmlns="http://tempuri.org/">
      <LiuCode>int</LiuCode>
      <PiciCode>int</PiciCode>
      <lstBarcode>
        <Barcode_Print>
          <ID>int</ID>
          <BILS_ID>string</BILS_ID>
          <BILS_NO>string</BILS_NO>
          <BILS_ITM>int</BILS_ITM>
          <BARCODE>string</BARCODE>
          <BARCODETEXT>string</BARCODETEXT>
          <QTY>double</QTY>
          <PRD_NO>string</PRD_NO>
          <PRD_NAME>string</PRD_NAME>
          <BIL_DD>dateTime</BIL_DD>
          <USR>string</USR>
          <STATE>int</STATE>
          <LiuNo>string</LiuNo>
          <PiCiNo>string</PiCiNo>
          <Cus_No>string</Cus_No>
          <Cus_Name>string</Cus_Name>
          <PrintDate>string</PrintDate>
          <DianPian>string</DianPian>
          <labelType>string</labelType>
          <ItmsGrpGod>int</ItmsGrpGod>
          <param>string</param>
          <OldBarcode>string</OldBarcode>
          <REM1>string</REM1>
          <REM2>string</REM2>
          <REM3>string</REM3>
          <REM4>string</REM4>
          <REM5>string</REM5>
          <QRType>string</QRType>
          <ValidDateTo>dateTime</ValidDateTo>
          <ProduceDate>dateTime</ProduceDate>
          <Date1>dateTime</Date1>
          <Date2>dateTime</Date2>
          <Date3>dateTime</Date3>
          <Qty1>double</Qty1>
          <Qty2>double</Qty2>
          <Qty3>double</Qty3>
          <TimeStamp>string</TimeStamp>
          <OutBoxBarcode>string</OutBoxBarcode>
          <REM6>string</REM6>
          <REM7>string</REM7>
          <REM8>string</REM8>
          <REM9>string</REM9>
          <REM10>string</REM10>
        </Barcode_Print>
        <Barcode_Print>
          <ID>int</ID>
          <BILS_ID>string</BILS_ID>
          <BILS_NO>string</BILS_NO>
          <BILS_ITM>int</BILS_ITM>
          <BARCODE>string</BARCODE>
          <BARCODETEXT>string</BARCODETEXT>
          <QTY>double</QTY>
          <PRD_NO>string</PRD_NO>
          <PRD_NAME>string</PRD_NAME>
          <BIL_DD>dateTime</BIL_DD>
          <USR>string</USR>
          <STATE>int</STATE>
          <LiuNo>string</LiuNo>
          <PiCiNo>string</PiCiNo>
          <Cus_No>string</Cus_No>
          <Cus_Name>string</Cus_Name>
          <PrintDate>string</PrintDate>
          <DianPian>string</DianPian>
          <labelType>string</labelType>
          <ItmsGrpGod>int</ItmsGrpGod>
          <param>string</param>
          <OldBarcode>string</OldBarcode>
          <REM1>string</REM1>
          <REM2>string</REM2>
          <REM3>string</REM3>
          <REM4>string</REM4>
          <REM5>string</REM5>
          <QRType>string</QRType>
          <ValidDateTo>dateTime</ValidDateTo>
          <ProduceDate>dateTime</ProduceDate>
          <Date1>dateTime</Date1>
          <Date2>dateTime</Date2>
          <Date3>dateTime</Date3>
          <Qty1>double</Qty1>
          <Qty2>double</Qty2>
          <Qty3>double</Qty3>
          <TimeStamp>string</TimeStamp>
          <OutBoxBarcode>string</OutBoxBarcode>
          <REM6>string</REM6>
          <REM7>string</REM7>
          <REM8>string</REM8>
          <REM9>string</REM9>
          <REM10>string</REM10>
        </Barcode_Print>
      </lstBarcode>
      <kw>string</kw>
    </InsertRecordBySCFC>
  </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>
    <InsertRecordBySCFCResponse xmlns="http://tempuri.org/">
      <InsertRecordBySCFCResult>string</InsertRecordBySCFCResult>
    </InsertRecordBySCFCResponse>
  </soap12:Body>
</soap12:Envelope>