# Table of contents:

# Introduction

The Address Book Service (abservice), also known as the Address Book Clearing House (ABCH) is a SOAP (XML) Web Service. It was introduced with MSNP8.

It manages the link(s) between the E-mail Service Address Book and the Forward List (FL).

It's default HTTP URL is http://contacts.msn.com/abservice/abservice.asmx. It's default HTTPS URL is https://contacts.msn.com/abservice/abservice.asmx.

This service requires Passport authentication.

Related: Contact Sharing Service (for other List's members).

# Actions

All actions listed have the prefix of http://www.msn.com/webservices/AddressBook/.

# Actions that we don't know much about

# Shared Templates

This is used by all Actions listed, as far as we know. The following also applies to the Contact Sharing Service.

# Client/Request

The following sub-headings are XML elements for the client's request.

# soap:Envelope

This element has four attributes:

# soap:Header

This element only serves to host the <ABApplicationHeader> and <ABAuthHeader> elements.

# ABApplicationHeader

This element has only one attribute:

This element has three children:

# ABAuthHeader

This element has only one attribute:

This element has two children:

# soap:Body

Your request element and it's children goes here.

# Server/Response

The following sub-headings are XML elements for the server's response.

# soap:Envelope

This element has three attributes:

# soap:Header

This element only serves to host the <ServiceHeader> element.

# ServiceHeader

This element has only one attribute:

This element has five children:

# soap:Body

This element contains the server's response elements and their children for the action.