TCIL_ERP_WebService


Click here for a complete list of operations.

ContactUs

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 /WebServices/TCIL_ERP_WebServices/TCILWebService.asmx HTTP/1.1
Host: atlog.grouptci.in
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/ContactUs"

<?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>
    <ContactUs xmlns="http://tempuri.org/">
      <objclassERP_GatewayData>
        <WebUrl>string</WebUrl>
        <PARAM>string</PARAM>
        <UserCode>string</UserCode>
        <Password>string</Password>
        <LocationDomain>string</LocationDomain>
        <MacAddress>string</MacAddress>
        <Message>string</Message>
        <ServerFlag>string</ServerFlag>
        <AppVersion>string</AppVersion>
        <CompanyCode>string</CompanyCode>
        <DivisionCode>string</DivisionCode>
        <DivisionName>string</DivisionName>
        <FilePath>string</FilePath>
        <Manufacturer>string</Manufacturer>
        <SystemArrayInfo>
          <ProcessorSysInfo>string</ProcessorSysInfo>
          <ProcessorId>string</ProcessorId>
          <BiosSysInfo>string</BiosSysInfo>
          <BiosSerialNumber>string</BiosSerialNumber>
          <DiskDriveSysInfo>string</DiskDriveSysInfo>
          <DiskDriveSignature>string</DiskDriveSignature>
          <NetworkAdapterSysInfo>string</NetworkAdapterSysInfo>
          <MacAddress>string</MacAddress>
          <ComputerSystemSysInfo>string</ComputerSystemSysInfo>
          <LocationDomain>string</LocationDomain>
          <OperatingSystemSysInfo>string</OperatingSystemSysInfo>
          <AppVersion>string</AppVersion>
          <SystemUserName>string</SystemUserName>
        </SystemArrayInfo>
        <ProgramList>
          <ProgramListDtl>
            <ProgramName>string</ProgramName>
            <Publisher>string</Publisher>
            <ProgramInfo>string</ProgramInfo>
          </ProgramListDtl>
          <ProgramListDtl>
            <ProgramName>string</ProgramName>
            <Publisher>string</Publisher>
            <ProgramInfo>string</ProgramInfo>
          </ProgramListDtl>
        </ProgramList>
      </objclassERP_GatewayData>
    </ContactUs>
  </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>
    <ContactUsResponse xmlns="http://tempuri.org/">
      <ContactUsResult>string</ContactUsResult>
    </ContactUsResponse>
  </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 /WebServices/TCIL_ERP_WebServices/TCILWebService.asmx HTTP/1.1
Host: atlog.grouptci.in
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>
    <ContactUs xmlns="http://tempuri.org/">
      <objclassERP_GatewayData>
        <WebUrl>string</WebUrl>
        <PARAM>string</PARAM>
        <UserCode>string</UserCode>
        <Password>string</Password>
        <LocationDomain>string</LocationDomain>
        <MacAddress>string</MacAddress>
        <Message>string</Message>
        <ServerFlag>string</ServerFlag>
        <AppVersion>string</AppVersion>
        <CompanyCode>string</CompanyCode>
        <DivisionCode>string</DivisionCode>
        <DivisionName>string</DivisionName>
        <FilePath>string</FilePath>
        <Manufacturer>string</Manufacturer>
        <SystemArrayInfo>
          <ProcessorSysInfo>string</ProcessorSysInfo>
          <ProcessorId>string</ProcessorId>
          <BiosSysInfo>string</BiosSysInfo>
          <BiosSerialNumber>string</BiosSerialNumber>
          <DiskDriveSysInfo>string</DiskDriveSysInfo>
          <DiskDriveSignature>string</DiskDriveSignature>
          <NetworkAdapterSysInfo>string</NetworkAdapterSysInfo>
          <MacAddress>string</MacAddress>
          <ComputerSystemSysInfo>string</ComputerSystemSysInfo>
          <LocationDomain>string</LocationDomain>
          <OperatingSystemSysInfo>string</OperatingSystemSysInfo>
          <AppVersion>string</AppVersion>
          <SystemUserName>string</SystemUserName>
        </SystemArrayInfo>
        <ProgramList>
          <ProgramListDtl>
            <ProgramName>string</ProgramName>
            <Publisher>string</Publisher>
            <ProgramInfo>string</ProgramInfo>
          </ProgramListDtl>
          <ProgramListDtl>
            <ProgramName>string</ProgramName>
            <Publisher>string</Publisher>
            <ProgramInfo>string</ProgramInfo>
          </ProgramListDtl>
        </ProgramList>
      </objclassERP_GatewayData>
    </ContactUs>
  </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>
    <ContactUsResponse xmlns="http://tempuri.org/">
      <ContactUsResult>string</ContactUsResult>
    </ContactUsResponse>
  </soap12:Body>
</soap12:Envelope>