Versions Compared

Key

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

Purpose

This Web Service Call allows a third party application to retrieve a valid session in order to call / access the other API functions of this web service. The credentials must be provided by your assigned solutions consultant. A OneFlo login is not advisable for use in these instances.


Note
titleNote

The credentials provided as a result of this call will be required for almost all subsequent calls and is used as a security measure to receive specific information,

*Learn how to chain this call inĀ 5) Creating Chained Requests


Info

In this instance I am making a call to login into my UAT environment through postman, as I require my Session credentials to perform any further Web Service Calls.

...

Code Block
languagexml
themeRDark
firstline1
titleSuccessful Web Service Call Response
linenumberstrue
collapsetrue
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Body>
        <LoginResponse xmlns="http://www.opensys.com.au/ChainIT/4.0/ChainITDataServices">
            <LoginResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
                <AccountID>111111</AccountID>
                <DistributorID>123456</DistributorID>
                <Expires>2017-08-11T18:29:36.477</Expires>
                <Key>74BF4B23-1705-3C17-B03F-BE891921B82E</Key>
                <UserID>100001</UserID>
            </LoginResult>
        </LoginResponse>
    </s:Body>
</s:Envelope>



Filter by label (Content by label)
showLabelsfalse
max5
spacescom.atlassian.confluence.content.render.xhtml.model.resource.identifiers.SpaceResourceIdentifier@20f86d
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel = "kb-how-to-article" and type = "page" and space = "FLIP"
labelskb-how-to-article

...