Changeset dac74bd
- Timestamp:
- 2011-11-10T03:38:40Z (13 years ago)
- Branches:
- master
- Children:
- dff732d
- Parents:
- ff1616b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/msn/soap.h
rff1616b rdac74bd 116 116 "<wsp:AppliesTo>" \ 117 117 "<wsa:EndpointReference>" \ 118 "<wsa:Address> contacts.msn.com</wsa:Address>" \118 "<wsa:Address>local-bay.contacts.msn.com</wsa:Address>" \ 119 119 "</wsa:EndpointReference>" \ 120 120 "</wsp:AppliesTo>" \ … … 199 199 "</soap:Envelope>" 200 200 201 #define SOAP_MEMLIST_URL "http:// contacts.msn.com/abservice/SharingService.asmx"201 #define SOAP_MEMLIST_URL "http://local-bay.contacts.msn.com/abservice/SharingService.asmx" 202 202 #define SOAP_MEMLIST_ACTION "http://www.msn.com/webservices/AddressBook/FindMembership" 203 203 … … 234 234 235 235 236 #define SOAP_ADDRESSBOOK_URL "http:// contacts.msn.com/abservice/abservice.asmx"236 #define SOAP_ADDRESSBOOK_URL "http://local-bay.contacts.msn.com/abservice/abservice.asmx" 237 237 #define SOAP_ADDRESSBOOK_ACTION "http://www.msn.com/webservices/AddressBook/ABFindAll" 238 238
Note: See TracChangeset
for help on using the changeset viewer.