WS


Click here for a complete list of operations.

SDP_EXEC_ADD_CONTENT

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 /WS.asmx HTTP/1.1
Host: ws151.letsnextboom.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/SDP_EXEC_ADD_CONTENT"

<?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:Header>
    <Authentication xmlns="http://tempuri.org/">
      <User>string</User>
      <Password>string</Password>
    </Authentication>
  </soap:Header>
  <soap:Body>
    <SDP_EXEC_ADD_CONTENT xmlns="http://tempuri.org/">
      <cti>
        <ADDCTID>
          <SRV>string</SRV>
          <BLL>string</BLL>
          <CT>string</CT>
          <OP>string</OP>
        </ADDCTID>
        <ADDCTID>
          <SRV>string</SRV>
          <BLL>string</BLL>
          <CT>string</CT>
          <OP>string</OP>
        </ADDCTID>
      </cti>
      <ctd>
        <ContentTypeByID>string</ContentTypeByID>
        <DateTimePick>string</DateTimePick>
        <CHKimmediat>string</CHKimmediat>
        <message1>string</message1>
        <file1>string</file1>
        <message2>string</message2>
        <file2>string</file2>
        <message3>string</message3>
        <file3>string</file3>
        <message4>string</message4>
        <file4>string</file4>
        <message5>string</message5>
        <file5>string</file5>
        <DateTimeSent>string</DateTimeSent>
        <DateSent>string</DateSent>
        <TimeSent>string</TimeSent>
        <FtpLink>string</FtpLink>
        <FtpDir>string</FtpDir>
        <USERID>string</USERID>
      </ctd>
    </SDP_EXEC_ADD_CONTENT>
  </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>
    <SDP_EXEC_ADD_CONTENTResponse xmlns="http://tempuri.org/">
      <SDP_EXEC_ADD_CONTENTResult>string</SDP_EXEC_ADD_CONTENTResult>
    </SDP_EXEC_ADD_CONTENTResponse>
  </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 /WS.asmx HTTP/1.1
Host: ws151.letsnextboom.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:Header>
    <Authentication xmlns="http://tempuri.org/">
      <User>string</User>
      <Password>string</Password>
    </Authentication>
  </soap12:Header>
  <soap12:Body>
    <SDP_EXEC_ADD_CONTENT xmlns="http://tempuri.org/">
      <cti>
        <ADDCTID>
          <SRV>string</SRV>
          <BLL>string</BLL>
          <CT>string</CT>
          <OP>string</OP>
        </ADDCTID>
        <ADDCTID>
          <SRV>string</SRV>
          <BLL>string</BLL>
          <CT>string</CT>
          <OP>string</OP>
        </ADDCTID>
      </cti>
      <ctd>
        <ContentTypeByID>string</ContentTypeByID>
        <DateTimePick>string</DateTimePick>
        <CHKimmediat>string</CHKimmediat>
        <message1>string</message1>
        <file1>string</file1>
        <message2>string</message2>
        <file2>string</file2>
        <message3>string</message3>
        <file3>string</file3>
        <message4>string</message4>
        <file4>string</file4>
        <message5>string</message5>
        <file5>string</file5>
        <DateTimeSent>string</DateTimeSent>
        <DateSent>string</DateSent>
        <TimeSent>string</TimeSent>
        <FtpLink>string</FtpLink>
        <FtpDir>string</FtpDir>
        <USERID>string</USERID>
      </ctd>
    </SDP_EXEC_ADD_CONTENT>
  </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>
    <SDP_EXEC_ADD_CONTENTResponse xmlns="http://tempuri.org/">
      <SDP_EXEC_ADD_CONTENTResult>string</SDP_EXEC_ADD_CONTENTResult>
    </SDP_EXEC_ADD_CONTENTResponse>
  </soap12:Body>
</soap12:Envelope>