Service


Click here for a complete list of operations.

MF_SIPCalculator_New

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

<?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>
    <MF_SIPCalculator_New xmlns="http://tempuri.org/">
      <FromDate>string</FromDate>
      <ToDate>string</ToDate>
      <Period>int</Period>
      <SIPDay>int</SIPDay>
      <SIPAmount>float</SIPAmount>
      <schemecode>int</schemecode>
      <indexcode>int</indexcode>
      <asondate>string</asondate>
      <par1>string</par1>
      <par2>string</par2>
      <par3>string</par3>
      <par4>string</par4>
      <par5>string</par5>
      <par6>string</par6>
    </MF_SIPCalculator_New>
  </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>
    <MF_SIPCalculator_NewResponse xmlns="http://tempuri.org/">
      <MF_SIPCalculator_NewResult>
        <xsd:schema>schema</xsd:schema>xml</MF_SIPCalculator_NewResult>
    </MF_SIPCalculator_NewResponse>
  </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 /Service.asmx HTTP/1.1
Host: icicipru.acesphereonline.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>
    <MF_SIPCalculator_New xmlns="http://tempuri.org/">
      <FromDate>string</FromDate>
      <ToDate>string</ToDate>
      <Period>int</Period>
      <SIPDay>int</SIPDay>
      <SIPAmount>float</SIPAmount>
      <schemecode>int</schemecode>
      <indexcode>int</indexcode>
      <asondate>string</asondate>
      <par1>string</par1>
      <par2>string</par2>
      <par3>string</par3>
      <par4>string</par4>
      <par5>string</par5>
      <par6>string</par6>
    </MF_SIPCalculator_New>
  </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>
    <MF_SIPCalculator_NewResponse xmlns="http://tempuri.org/">
      <MF_SIPCalculator_NewResult>
        <xsd:schema>schema</xsd:schema>xml</MF_SIPCalculator_NewResult>
    </MF_SIPCalculator_NewResponse>
  </soap12:Body>
</soap12:Envelope>