inwise Top Background
Arrow on Service

Email Marketing API-Part B

InwiseWebServices API Center

https://www.em-sender.com/ws/inwiseservice.asmx

A soap header used for authentication

Properties:

Name Type Required Description
SessionId string Yes The session token which you recieved in the LoginResult after calling the Log on service
EndSession bool No A value indicating whether to discard the token. If this is your last call to the service, set this value to 'true'

Java Code:

Please read the instructions about setting soap header on the Authentication header page

C# Code:

    //// prepare headers

    service.SessionIdHeaderValue = new SessionIdHeader()

    {

        SessionId = logonResult.SessionId,

        EndSession = false

    };

VB Code:

                '' prepare headers

                service.SessionIdHeaderValue = New SessionIdHeader() With { _

                 .SessionId = logonResult.SessionId _

                }

Raw Xml:

    <soap:Header>

        <SessionIdHeader xmlns="http://www.inwise.com/webservices/v2">

            <SessionId>58fe1f47ab533s2a1bdc59a9783767163</SessionId>

            <EndSession>true</EndSession>

        </SessionIdHeader>

    </soap:Header>




Home  |  About us  |  Products  |  Service  |  Partners  |  Forum  |  Email Marketing Terms  |  Support  |  Contact us
Terms & Conditions  |  Privacy Policy  |  Anti Spam Policy  |  Site Map
© 2008 inwise LTD. All rights reserved.