ExternalMemberProfileService
Click here for a complete list of operations.
ListAllUsersForLocation
Test
The test form is only available for requests from the local machine.SOAP 1.1
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
POST /ExternalMemberProfile.asmx HTTP/1.1
Host: ilucio.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/ListAllUsersForLocation"
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<ListAllUsersForLocation xmlns="http://tempuri.org/">
<locationNumber>string</locationNumber>
<division>string</division>
</ListAllUsersForLocation>
</soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<ListAllUsersForLocationResponse xmlns="http://tempuri.org/">
<ListAllUsersForLocationResult>
<User>
<MemberID xmlns="http://MemberProfileService/">string</MemberID>
<Member xmlns="http://MemberProfileService/">string</Member>
<LocationId xmlns="http://MemberProfileService/">string</LocationId>
<LocationNum xmlns="http://MemberProfileService/">string</LocationNum>
<UserId xmlns="http://MemberProfileService/">string</UserId>
<FirstName xmlns="http://MemberProfileService/">string</FirstName>
<LastName xmlns="http://MemberProfileService/">string</LastName>
<UnixUserName xmlns="http://MemberProfileService/">string</UnixUserName>
<MiddleInitial xmlns="http://MemberProfileService/">string</MiddleInitial>
<Password xmlns="http://MemberProfileService/">string</Password>
<Email1 xmlns="http://MemberProfileService/">string</Email1>
<Email2 xmlns="http://MemberProfileService/">string</Email2>
<CanPurchase xmlns="http://MemberProfileService/">string</CanPurchase>
<Department xmlns="http://MemberProfileService/">string</Department>
<OnUpdateList xmlns="http://MemberProfileService/">string</OnUpdateList>
<OnAnnouncements xmlns="http://MemberProfileService/">string</OnAnnouncements>
<IsContentEditor xmlns="http://MemberProfileService/">string</IsContentEditor>
<IsGeoLearning xmlns="http://MemberProfileService/">string</IsGeoLearning>
<NewsFlashUnsubscribe xmlns="http://MemberProfileService/">string</NewsFlashUnsubscribe>
<MobileProvider xmlns="http://MemberProfileService/">string</MobileProvider>
<MobileNumber xmlns="http://MemberProfileService/">string</MobileNumber>
<IsSynched xmlns="http://MemberProfileService/">string</IsSynched>
<AuthTokens xmlns="http://MemberProfileService/">
<AuthToken xsi:nil="true" />
<AuthToken xsi:nil="true" />
</AuthTokens>
</User>
<User>
<MemberID xmlns="http://MemberProfileService/">string</MemberID>
<Member xmlns="http://MemberProfileService/">string</Member>
<LocationId xmlns="http://MemberProfileService/">string</LocationId>
<LocationNum xmlns="http://MemberProfileService/">string</LocationNum>
<UserId xmlns="http://MemberProfileService/">string</UserId>
<FirstName xmlns="http://MemberProfileService/">string</FirstName>
<LastName xmlns="http://MemberProfileService/">string</LastName>
<UnixUserName xmlns="http://MemberProfileService/">string</UnixUserName>
<MiddleInitial xmlns="http://MemberProfileService/">string</MiddleInitial>
<Password xmlns="http://MemberProfileService/">string</Password>
<Email1 xmlns="http://MemberProfileService/">string</Email1>
<Email2 xmlns="http://MemberProfileService/">string</Email2>
<CanPurchase xmlns="http://MemberProfileService/">string</CanPurchase>
<Department xmlns="http://MemberProfileService/">string</Department>
<OnUpdateList xmlns="http://MemberProfileService/">string</OnUpdateList>
<OnAnnouncements xmlns="http://MemberProfileService/">string</OnAnnouncements>
<IsContentEditor xmlns="http://MemberProfileService/">string</IsContentEditor>
<IsGeoLearning xmlns="http://MemberProfileService/">string</IsGeoLearning>
<NewsFlashUnsubscribe xmlns="http://MemberProfileService/">string</NewsFlashUnsubscribe>
<MobileProvider xmlns="http://MemberProfileService/">string</MobileProvider>
<MobileNumber xmlns="http://MemberProfileService/">string</MobileNumber>
<IsSynched xmlns="http://MemberProfileService/">string</IsSynched>
<AuthTokens xmlns="http://MemberProfileService/">
<AuthToken xsi:nil="true" />
<AuthToken xsi:nil="true" />
</AuthTokens>
</User>
</ListAllUsersForLocationResult>
</ListAllUsersForLocationResponse>
</soap:Body>
</soap:Envelope>
SOAP 1.2
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
POST /ExternalMemberProfile.asmx HTTP/1.1
Host: ilucio.com
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<ListAllUsersForLocation xmlns="http://tempuri.org/">
<locationNumber>string</locationNumber>
<division>string</division>
</ListAllUsersForLocation>
</soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<ListAllUsersForLocationResponse xmlns="http://tempuri.org/">
<ListAllUsersForLocationResult>
<User>
<MemberID xmlns="http://MemberProfileService/">string</MemberID>
<Member xmlns="http://MemberProfileService/">string</Member>
<LocationId xmlns="http://MemberProfileService/">string</LocationId>
<LocationNum xmlns="http://MemberProfileService/">string</LocationNum>
<UserId xmlns="http://MemberProfileService/">string</UserId>
<FirstName xmlns="http://MemberProfileService/">string</FirstName>
<LastName xmlns="http://MemberProfileService/">string</LastName>
<UnixUserName xmlns="http://MemberProfileService/">string</UnixUserName>
<MiddleInitial xmlns="http://MemberProfileService/">string</MiddleInitial>
<Password xmlns="http://MemberProfileService/">string</Password>
<Email1 xmlns="http://MemberProfileService/">string</Email1>
<Email2 xmlns="http://MemberProfileService/">string</Email2>
<CanPurchase xmlns="http://MemberProfileService/">string</CanPurchase>
<Department xmlns="http://MemberProfileService/">string</Department>
<OnUpdateList xmlns="http://MemberProfileService/">string</OnUpdateList>
<OnAnnouncements xmlns="http://MemberProfileService/">string</OnAnnouncements>
<IsContentEditor xmlns="http://MemberProfileService/">string</IsContentEditor>
<IsGeoLearning xmlns="http://MemberProfileService/">string</IsGeoLearning>
<NewsFlashUnsubscribe xmlns="http://MemberProfileService/">string</NewsFlashUnsubscribe>
<MobileProvider xmlns="http://MemberProfileService/">string</MobileProvider>
<MobileNumber xmlns="http://MemberProfileService/">string</MobileNumber>
<IsSynched xmlns="http://MemberProfileService/">string</IsSynched>
<AuthTokens xmlns="http://MemberProfileService/">
<AuthToken xsi:nil="true" />
<AuthToken xsi:nil="true" />
</AuthTokens>
</User>
<User>
<MemberID xmlns="http://MemberProfileService/">string</MemberID>
<Member xmlns="http://MemberProfileService/">string</Member>
<LocationId xmlns="http://MemberProfileService/">string</LocationId>
<LocationNum xmlns="http://MemberProfileService/">string</LocationNum>
<UserId xmlns="http://MemberProfileService/">string</UserId>
<FirstName xmlns="http://MemberProfileService/">string</FirstName>
<LastName xmlns="http://MemberProfileService/">string</LastName>
<UnixUserName xmlns="http://MemberProfileService/">string</UnixUserName>
<MiddleInitial xmlns="http://MemberProfileService/">string</MiddleInitial>
<Password xmlns="http://MemberProfileService/">string</Password>
<Email1 xmlns="http://MemberProfileService/">string</Email1>
<Email2 xmlns="http://MemberProfileService/">string</Email2>
<CanPurchase xmlns="http://MemberProfileService/">string</CanPurchase>
<Department xmlns="http://MemberProfileService/">string</Department>
<OnUpdateList xmlns="http://MemberProfileService/">string</OnUpdateList>
<OnAnnouncements xmlns="http://MemberProfileService/">string</OnAnnouncements>
<IsContentEditor xmlns="http://MemberProfileService/">string</IsContentEditor>
<IsGeoLearning xmlns="http://MemberProfileService/">string</IsGeoLearning>
<NewsFlashUnsubscribe xmlns="http://MemberProfileService/">string</NewsFlashUnsubscribe>
<MobileProvider xmlns="http://MemberProfileService/">string</MobileProvider>
<MobileNumber xmlns="http://MemberProfileService/">string</MobileNumber>
<IsSynched xmlns="http://MemberProfileService/">string</IsSynched>
<AuthTokens xmlns="http://MemberProfileService/">
<AuthToken xsi:nil="true" />
<AuthToken xsi:nil="true" />
</AuthTokens>
</User>
</ListAllUsersForLocationResult>
</ListAllUsersForLocationResponse>
</soap12:Body>
</soap12:Envelope>