Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description

...

Description

This method is used to check whether the web service is up and running.

...

ParameterTypeMandatory/OptionalCommentsMaximum character length/limitDescription
applicationNamestringMandatoryThird party application identifier, identifying the client consuming the web service – (Length of the applicationName should Should be less than or equal to 10

 

characters

The name of the integration partner

 

Request - sample input

<IsAvailable>
  <MethodParameters>
    <UserAuthentication>
      <UserName>username</UserName>
      <Password>password</Password>
      <AnyAttr attr0="XmlAttributeArray" isNull="false">
        <XmlAttributeArray0>System.Xml.XmlAttribute</XmlAttributeArray0>
      </AnyAttr>
    </UserAuthentication>
    <applicationName>test</applicationName>
  </MethodParameters>
</IsAvailable>

Response

TypeDescription
booleanValue can be true or false

...

TRUE or FALSE


Response - sample output

<IsAvailable>
  <MethodParameters>
    <Boolean>True</Boolean>
  </MethodParameters>
</IsAvailable>

Exceptions

Error CodeDescription
123An exception occurred while processing your request
138ApplicationName applicationName length is has exceeded the maximum allowed character limit allowed (10) 
146The application name applicationName is not set
167You are not authorized to use this web method