Service1


Click here for a complete list of operations.

balthzar_SF132_save_scrap_by_base_roll

Test

The test form is only available for methods with primitive types as parameters.

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 /localws/service1.asmx HTTP/1.1
Host: www.balthzarlocal.se
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.balthzar.se/ws/Service1/balthzar_SF132_save_scrap_by_base_roll"

<?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>
    <balthzar_SF132_save_scrap_by_base_roll xmlns="http://www.balthzar.se/ws/Service1">
      <company_id>string</company_id>
      <company_key>string</company_key>
      <strBarcode_individual>string</strBarcode_individual>
      <strBarcode>string</strBarcode>
      <strPart_no>string</strPart_no>
      <dblWeight>double</dblWeight>
      <strMachine_id>string</strMachine_id>
      <strTrans_date>string</strTrans_date>
      <intP_order>int</intP_order>
      <strEmployee>string</strEmployee>
      <strScrap_reason>
        <string>string</string>
        <string>string</string>
      </strScrap_reason>
      <dblScrap_kilo>
        <double>double</double>
        <double>double</double>
      </dblScrap_kilo>
      <strText>
        <string>string</string>
        <string>string</string>
      </strText>
      <bolAvrs1>
        <boolean>boolean</boolean>
        <boolean>boolean</boolean>
      </bolAvrs1>
      <bolAvrs2>
        <boolean>boolean</boolean>
        <boolean>boolean</boolean>
      </bolAvrs2>
      <bolAvrs3>
        <boolean>boolean</boolean>
        <boolean>boolean</boolean>
      </bolAvrs3>
      <bolAvrs4>
        <boolean>boolean</boolean>
        <boolean>boolean</boolean>
      </bolAvrs4>
      <bolDS>
        <boolean>boolean</boolean>
        <boolean>boolean</boolean>
      </bolDS>
      <bolFs>
        <boolean>boolean</boolean>
        <boolean>boolean</boolean>
      </bolFs>
    </balthzar_SF132_save_scrap_by_base_roll>
  </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>
    <balthzar_SF132_save_scrap_by_base_rollResponse xmlns="http://www.balthzar.se/ws/Service1">
      <balthzar_SF132_save_scrap_by_base_rollResult>string</balthzar_SF132_save_scrap_by_base_rollResult>
    </balthzar_SF132_save_scrap_by_base_rollResponse>
  </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 /localws/service1.asmx HTTP/1.1
Host: www.balthzarlocal.se
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>
    <balthzar_SF132_save_scrap_by_base_roll xmlns="http://www.balthzar.se/ws/Service1">
      <company_id>string</company_id>
      <company_key>string</company_key>
      <strBarcode_individual>string</strBarcode_individual>
      <strBarcode>string</strBarcode>
      <strPart_no>string</strPart_no>
      <dblWeight>double</dblWeight>
      <strMachine_id>string</strMachine_id>
      <strTrans_date>string</strTrans_date>
      <intP_order>int</intP_order>
      <strEmployee>string</strEmployee>
      <strScrap_reason>
        <string>string</string>
        <string>string</string>
      </strScrap_reason>
      <dblScrap_kilo>
        <double>double</double>
        <double>double</double>
      </dblScrap_kilo>
      <strText>
        <string>string</string>
        <string>string</string>
      </strText>
      <bolAvrs1>
        <boolean>boolean</boolean>
        <boolean>boolean</boolean>
      </bolAvrs1>
      <bolAvrs2>
        <boolean>boolean</boolean>
        <boolean>boolean</boolean>
      </bolAvrs2>
      <bolAvrs3>
        <boolean>boolean</boolean>
        <boolean>boolean</boolean>
      </bolAvrs3>
      <bolAvrs4>
        <boolean>boolean</boolean>
        <boolean>boolean</boolean>
      </bolAvrs4>
      <bolDS>
        <boolean>boolean</boolean>
        <boolean>boolean</boolean>
      </bolDS>
      <bolFs>
        <boolean>boolean</boolean>
        <boolean>boolean</boolean>
      </bolFs>
    </balthzar_SF132_save_scrap_by_base_roll>
  </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>
    <balthzar_SF132_save_scrap_by_base_rollResponse xmlns="http://www.balthzar.se/ws/Service1">
      <balthzar_SF132_save_scrap_by_base_rollResult>string</balthzar_SF132_save_scrap_by_base_rollResult>
    </balthzar_SF132_save_scrap_by_base_rollResponse>
  </soap12:Body>
</soap12:Envelope>

HTTP GET

The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.

GET /localws/service1.asmx/balthzar_SF132_save_scrap_by_base_roll?company_id=string&company_key=string&strBarcode_individual=string&strBarcode=string&strPart_no=string&dblWeight=string&strMachine_id=string&strTrans_date=string&intP_order=string&strEmployee=string&strScrap_reason=string&strScrap_reason=string&dblScrap_kilo=string&dblScrap_kilo=string&strText=string&strText=string&bolAvrs1=string&bolAvrs1=string&bolAvrs2=string&bolAvrs2=string&bolAvrs3=string&bolAvrs3=string&bolAvrs4=string&bolAvrs4=string&bolDS=string&bolDS=string&bolFs=string&bolFs=string HTTP/1.1
Host: www.balthzarlocal.se
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<string xmlns="http://www.balthzar.se/ws/Service1">string</string>

HTTP POST

The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.

POST /localws/service1.asmx/balthzar_SF132_save_scrap_by_base_roll HTTP/1.1
Host: www.balthzarlocal.se
Content-Type: application/x-www-form-urlencoded
Content-Length: length

company_id=string&company_key=string&strBarcode_individual=string&strBarcode=string&strPart_no=string&dblWeight=string&strMachine_id=string&strTrans_date=string&intP_order=string&strEmployee=string&strScrap_reason=string&strScrap_reason=string&dblScrap_kilo=string&dblScrap_kilo=string&strText=string&strText=string&bolAvrs1=string&bolAvrs1=string&bolAvrs2=string&bolAvrs2=string&bolAvrs3=string&bolAvrs3=string&bolAvrs4=string&bolAvrs4=string&bolDS=string&bolDS=string&bolFs=string&bolFs=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<string xmlns="http://www.balthzar.se/ws/Service1">string</string>