AddAction1


Click here for a complete list of operations.

GetSessionvalueForMasterPage

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 /Pages/Modules/Common/AddAction1.asmx HTTP/1.1
Host: ffherp.co.in
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/GetSessionvalueForMasterPage"

<?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>
    <GetSessionvalueForMasterPage xmlns="http://tempuri.org/">
      <arr>
        <string>string</string>
        <string>string</string>
      </arr>
    </GetSessionvalueForMasterPage>
  </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>
    <GetSessionvalueForMasterPageResponse xmlns="http://tempuri.org/">
      <GetSessionvalueForMasterPageResult>
        <LoginYn>int</LoginYn>
        <Password>string</Password>
        <UserId>string</UserId>
        <EmailId>string</EmailId>
        <CustID>int</CustID>
        <Username>string</Username>
        <RoleId>int</RoleId>
        <DbName>string</DbName>
        <CoName>string</CoName>
        <XmlPath>string</XmlPath>
        <GMTtime>string</GMTtime>
        <FunctioId>string</FunctioId>
        <UserLoginIp>string</UserLoginIp>
        <UserLoginTime>string</UserLoginTime>
        <sesListOfScreen>
          <string>string</string>
          <string>string</string>
        </sesListOfScreen>
        <Savepdf>string</Savepdf>
        <ListofScreen>string</ListofScreen>
        <Ipadress>string</Ipadress>
        <locationdetail>string</locationdetail>
        <BrowserId>int</BrowserId>
        <Allocatedspace>string</Allocatedspace>
        <UsedSpace>string</UsedSpace>
        <StartDate>dateTime</StartDate>
        <EndDate>dateTime</EndDate>
        <Graceperiod>string</Graceperiod>
        <ExpiryAlertStatus>string</ExpiryAlertStatus>
        <Flag>int</Flag>
        <WhatsappApi>string</WhatsappApi>
        <CompanyName>string</CompanyName>
        <Version>string</Version>
        <UserImage>base64Binary</UserImage>
        <FinalUserImage>string</FinalUserImage>
        <CompanyImage>string</CompanyImage>
      </GetSessionvalueForMasterPageResult>
    </GetSessionvalueForMasterPageResponse>
  </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 /Pages/Modules/Common/AddAction1.asmx HTTP/1.1
Host: ffherp.co.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>
    <GetSessionvalueForMasterPage xmlns="http://tempuri.org/">
      <arr>
        <string>string</string>
        <string>string</string>
      </arr>
    </GetSessionvalueForMasterPage>
  </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>
    <GetSessionvalueForMasterPageResponse xmlns="http://tempuri.org/">
      <GetSessionvalueForMasterPageResult>
        <LoginYn>int</LoginYn>
        <Password>string</Password>
        <UserId>string</UserId>
        <EmailId>string</EmailId>
        <CustID>int</CustID>
        <Username>string</Username>
        <RoleId>int</RoleId>
        <DbName>string</DbName>
        <CoName>string</CoName>
        <XmlPath>string</XmlPath>
        <GMTtime>string</GMTtime>
        <FunctioId>string</FunctioId>
        <UserLoginIp>string</UserLoginIp>
        <UserLoginTime>string</UserLoginTime>
        <sesListOfScreen>
          <string>string</string>
          <string>string</string>
        </sesListOfScreen>
        <Savepdf>string</Savepdf>
        <ListofScreen>string</ListofScreen>
        <Ipadress>string</Ipadress>
        <locationdetail>string</locationdetail>
        <BrowserId>int</BrowserId>
        <Allocatedspace>string</Allocatedspace>
        <UsedSpace>string</UsedSpace>
        <StartDate>dateTime</StartDate>
        <EndDate>dateTime</EndDate>
        <Graceperiod>string</Graceperiod>
        <ExpiryAlertStatus>string</ExpiryAlertStatus>
        <Flag>int</Flag>
        <WhatsappApi>string</WhatsappApi>
        <CompanyName>string</CompanyName>
        <Version>string</Version>
        <UserImage>base64Binary</UserImage>
        <FinalUserImage>string</FinalUserImage>
        <CompanyImage>string</CompanyImage>
      </GetSessionvalueForMasterPageResult>
    </GetSessionvalueForMasterPageResponse>
  </soap12:Body>
</soap12:Envelope>