WebService_MIS


Click here for a complete list of operations.

GetNotificationInfo

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 /mis.asmx HTTP/1.1
Host: portal.orash.ir
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/GetNotificationInfo"

<?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>
    <GetNotificationInfo xmlns="http://tempuri.org/">
      <LockSerial>string</LockSerial>
      <Name>string</Name>
    </GetNotificationInfo>
  </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>
    <GetNotificationInfoResponse xmlns="http://tempuri.org/">
      <GetNotificationInfoResult>
        <NotificationInfoViewModel>
          <Id>int</Id>
          <Title>string</Title>
          <ShortDescription>string</ShortDescription>
          <Content>string</Content>
          <ImageSavePath>string</ImageSavePath>
          <ThumbnailImageSavePath>string</ThumbnailImageSavePath>
          <ThumbnailVideoPosterSavePath>string</ThumbnailVideoPosterSavePath>
          <CategoryTitle>string</CategoryTitle>
          <TagName>string</TagName>
          <Url>string</Url>
          <CreatedOnUtc>dateTime</CreatedOnUtc>
          <ExpiredTime>dateTime</ExpiredTime>
          <IsFeatured>boolean</IsFeatured>
          <RelativeThumbnailImageSavePath>string</RelativeThumbnailImageSavePath>
          <OriginalImageUrl>string</OriginalImageUrl>
          <ImageData>string</ImageData>
          <ThumbnailImageData>string</ThumbnailImageData>
          <Top>int</Top>
          <Left>int</Left>
          <Link>string</Link>
          <slugurl>string</slugurl>
          <LinkCaption>string</LinkCaption>
        </NotificationInfoViewModel>
        <NotificationInfoViewModel>
          <Id>int</Id>
          <Title>string</Title>
          <ShortDescription>string</ShortDescription>
          <Content>string</Content>
          <ImageSavePath>string</ImageSavePath>
          <ThumbnailImageSavePath>string</ThumbnailImageSavePath>
          <ThumbnailVideoPosterSavePath>string</ThumbnailVideoPosterSavePath>
          <CategoryTitle>string</CategoryTitle>
          <TagName>string</TagName>
          <Url>string</Url>
          <CreatedOnUtc>dateTime</CreatedOnUtc>
          <ExpiredTime>dateTime</ExpiredTime>
          <IsFeatured>boolean</IsFeatured>
          <RelativeThumbnailImageSavePath>string</RelativeThumbnailImageSavePath>
          <OriginalImageUrl>string</OriginalImageUrl>
          <ImageData>string</ImageData>
          <ThumbnailImageData>string</ThumbnailImageData>
          <Top>int</Top>
          <Left>int</Left>
          <Link>string</Link>
          <slugurl>string</slugurl>
          <LinkCaption>string</LinkCaption>
        </NotificationInfoViewModel>
      </GetNotificationInfoResult>
    </GetNotificationInfoResponse>
  </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 /mis.asmx HTTP/1.1
Host: portal.orash.ir
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>
    <GetNotificationInfo xmlns="http://tempuri.org/">
      <LockSerial>string</LockSerial>
      <Name>string</Name>
    </GetNotificationInfo>
  </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>
    <GetNotificationInfoResponse xmlns="http://tempuri.org/">
      <GetNotificationInfoResult>
        <NotificationInfoViewModel>
          <Id>int</Id>
          <Title>string</Title>
          <ShortDescription>string</ShortDescription>
          <Content>string</Content>
          <ImageSavePath>string</ImageSavePath>
          <ThumbnailImageSavePath>string</ThumbnailImageSavePath>
          <ThumbnailVideoPosterSavePath>string</ThumbnailVideoPosterSavePath>
          <CategoryTitle>string</CategoryTitle>
          <TagName>string</TagName>
          <Url>string</Url>
          <CreatedOnUtc>dateTime</CreatedOnUtc>
          <ExpiredTime>dateTime</ExpiredTime>
          <IsFeatured>boolean</IsFeatured>
          <RelativeThumbnailImageSavePath>string</RelativeThumbnailImageSavePath>
          <OriginalImageUrl>string</OriginalImageUrl>
          <ImageData>string</ImageData>
          <ThumbnailImageData>string</ThumbnailImageData>
          <Top>int</Top>
          <Left>int</Left>
          <Link>string</Link>
          <slugurl>string</slugurl>
          <LinkCaption>string</LinkCaption>
        </NotificationInfoViewModel>
        <NotificationInfoViewModel>
          <Id>int</Id>
          <Title>string</Title>
          <ShortDescription>string</ShortDescription>
          <Content>string</Content>
          <ImageSavePath>string</ImageSavePath>
          <ThumbnailImageSavePath>string</ThumbnailImageSavePath>
          <ThumbnailVideoPosterSavePath>string</ThumbnailVideoPosterSavePath>
          <CategoryTitle>string</CategoryTitle>
          <TagName>string</TagName>
          <Url>string</Url>
          <CreatedOnUtc>dateTime</CreatedOnUtc>
          <ExpiredTime>dateTime</ExpiredTime>
          <IsFeatured>boolean</IsFeatured>
          <RelativeThumbnailImageSavePath>string</RelativeThumbnailImageSavePath>
          <OriginalImageUrl>string</OriginalImageUrl>
          <ImageData>string</ImageData>
          <ThumbnailImageData>string</ThumbnailImageData>
          <Top>int</Top>
          <Left>int</Left>
          <Link>string</Link>
          <slugurl>string</slugurl>
          <LinkCaption>string</LinkCaption>
        </NotificationInfoViewModel>
      </GetNotificationInfoResult>
    </GetNotificationInfoResponse>
  </soap12:Body>
</soap12:Envelope>