IM Web Services Development Guide

Overview

This Section provides technical information on how to design applications using IM Web Services. IM Web Services could be integrated with your applications using several different approaches, depending on technology you currently use.

  • If you are writing your application using .NET Framework, Java, Delphi with SOAP toolkit, or any other tools/platform that supports Web Services (SOAP/HTTP) protocol, you do not need any other components and can proceed to use IM Web Services. You only import IM Web Services WSDL to your develop IDE.
  • If you are writing your application using HTML, JavaScript, PHP or any other tools/platform that not supports Web Services (SOAP/HTTP) protocol, you need post Raw SOAP Packet to our IM Web Services. You can easily use it too.


Step By Step
  • Step 1: Sign Up Free Trial Account
  • Step 2: Import IM Web Services WSDL to your develop IDE if you are using .NET Framework, Java, Delphi with SOAP toolkit, or any other tools/platform that supports Web Services (SOAP/HTTP) protocol.
  • Step 3: Call Login method to get one SessionInfo.
  • Step 4: Call KeepSessionAlive method every some seconds to keep your session alive and process KeepSessionAlive response data(XML) after you Login OK. All next method callback data will be returned in KeepSessionAlive method response data(XML).
  • Step 5: Call LoginIM method to login your IM(MSN/Yahoo/ICQ/AIM) account.


WSDL Specification

Review the Service Description


Download

Download Demo


KeepSessionAlive

KeepSessionAlive Request/Response


Demo Session

Demo Session Request/Response