W2WContent


Click here for a complete list of operations.

ScreenerRatio

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

<?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>
    <AuthHeader xmlns="http://tempuri.org/">
      <Username>string</Username>
      <Password>string</Password>
    </AuthHeader>
  </soap:Header>
  <soap:Body>
    <ScreenerRatio xmlns="http://tempuri.org/">
      <type>string</type>
      <board>string</board>
      <sub>string</sub>
      <p1>string</p1>
      <p2>string</p2>
      <eps1>string</eps1>
      <eps2>string</eps2>
      <price1>string</price1>
      <price2>string</price2>
      <db1>string</db1>
      <db2>string</db2>
      <cu1>string</cu1>
      <cu2>string</cu2>
      <q1>string</q1>
      <q2>string</q2>
    </ScreenerRatio>
  </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>
    <ScreenerRatioResponse xmlns="http://tempuri.org/">
      <ScreenerRatioResult>
        <xsd:schema>schema</xsd:schema>xml</ScreenerRatioResult>
    </ScreenerRatioResponse>
  </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 /W2WContent.asmx HTTP/1.1
Host: content.investmentguruindia.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>
    <AuthHeader xmlns="http://tempuri.org/">
      <Username>string</Username>
      <Password>string</Password>
    </AuthHeader>
  </soap12:Header>
  <soap12:Body>
    <ScreenerRatio xmlns="http://tempuri.org/">
      <type>string</type>
      <board>string</board>
      <sub>string</sub>
      <p1>string</p1>
      <p2>string</p2>
      <eps1>string</eps1>
      <eps2>string</eps2>
      <price1>string</price1>
      <price2>string</price2>
      <db1>string</db1>
      <db2>string</db2>
      <cu1>string</cu1>
      <cu2>string</cu2>
      <q1>string</q1>
      <q2>string</q2>
    </ScreenerRatio>
  </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>
    <ScreenerRatioResponse xmlns="http://tempuri.org/">
      <ScreenerRatioResult>
        <xsd:schema>schema</xsd:schema>xml</ScreenerRatioResult>
    </ScreenerRatioResponse>
  </soap12:Body>
</soap12:Envelope>