msnp-wiki/docs/services/sharingservice.md
yellows111 a9bfe9e6d6
[v0.1.4-beta.1] finally ABFindAll & FindMembership
fix all XML example responses missing charset
Change "Contact ID" with "Common ID", for now. Really would like to know which one is canonical.

Added 3 reference constants.

Linked things and fixed minor mistakes.

Next is probably Passport SOAP, not sure.
2024-11-20 21:19:42 +00:00

1.7 KiB

Introduction

The Contact Sharing Service (SharingService) is a SOAP (XML) Web Service. Introduced with MSNP13.

It manages the Messenger Service's Allow List (AL), Block List (BL), Reverse List (RL), and Pending List (PL) members.

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

This service requires Passport authentication.

Related: Address Book Service (for Forward List (PL) members).

Actions

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

Actions that we don't know much about

  • UpdateMember (internal name: Sharing.Push.Member.Edit)
  • AddService (internal name: Sharing.Push.Service.Add)
  • UpdateService (internal name: Sharing.Push.Service.Edit)
  • FindInverseService (internal name: Sharing.Pull.InverseServices)
  • DeleteInverseService (internal name: Sharing.Push.Document.Delete)
  • AcceptInvitation (internal name: Sharing.Push.Invitation.Accept)
  • DeclineInvitation (internal name: Sharing.Push.Invitation.Decline)
  • AddNamespace (internal name: Sharing.Push.Namespace.Add)
  • DeleteNamespace (internal name: Sharing.Push.Namespace.Delete)

Shared Templates

Being based on the Address Book Service, both the request (client) and response (server) use the exact same boilerplate.