ExternalMemberProfileService
Click here for a complete list of operations.
GetAllMembers2
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/GetAllMembers2"
<?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>
<GetAllMembers2 xmlns="http://tempuri.org/">
<division>string</division>
</GetAllMembers2>
</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>
<GetAllMembers2Response xmlns="http://tempuri.org/">
<GetAllMembers2Result>
<Member>
<MemberNumber xmlns="http://MemberProfileService/">string</MemberNumber>
<MemberID xmlns="http://MemberProfileService/">string</MemberID>
<MemberName xmlns="http://MemberProfileService/">string</MemberName>
<MemDate xmlns="http://MemberProfileService/">string</MemDate>
<PinNumber xmlns="http://MemberProfileService/">string</PinNumber>
<Firstname xmlns="http://MemberProfileService/">string</Firstname>
<LastName xmlns="http://MemberProfileService/">string</LastName>
<FedId xmlns="http://MemberProfileService/">string</FedId>
<AddDate xmlns="http://MemberProfileService/">string</AddDate>
<EditDate xmlns="http://MemberProfileService/">string</EditDate>
<Com40 xmlns="http://MemberProfileService/">string</Com40>
<Company xmlns="http://MemberProfileService/">string</Company>
<State xmlns="http://MemberProfileService/">string</State>
<Region xmlns="http://MemberProfileService/">string</Region>
<AutoCoup xmlns="http://MemberProfileService/">string</AutoCoup>
<Canadian xmlns="http://MemberProfileService/">string</Canadian>
<Country xmlns="http://MemberProfileService/">string</Country>
<ArNum xmlns="http://MemberProfileService/">string</ArNum>
<ApNum xmlns="http://MemberProfileService/">string</ApNum>
<Email xmlns="http://MemberProfileService/">string</Email>
<MastAcct xmlns="http://MemberProfileService/">string</MastAcct>
<DivLine xmlns="http://MemberProfileService/">string</DivLine>
<DBAName xmlns="http://MemberProfileService/">string</DBAName>
<Corpname xmlns="http://MemberProfileService/">string</Corpname>
<Status xmlns="http://MemberProfileService/">string</Status>
<Locations xmlns="http://MemberProfileService/">
<Location xsi:nil="true" />
<Location xsi:nil="true" />
</Locations>
</Member>
<Member>
<MemberNumber xmlns="http://MemberProfileService/">string</MemberNumber>
<MemberID xmlns="http://MemberProfileService/">string</MemberID>
<MemberName xmlns="http://MemberProfileService/">string</MemberName>
<MemDate xmlns="http://MemberProfileService/">string</MemDate>
<PinNumber xmlns="http://MemberProfileService/">string</PinNumber>
<Firstname xmlns="http://MemberProfileService/">string</Firstname>
<LastName xmlns="http://MemberProfileService/">string</LastName>
<FedId xmlns="http://MemberProfileService/">string</FedId>
<AddDate xmlns="http://MemberProfileService/">string</AddDate>
<EditDate xmlns="http://MemberProfileService/">string</EditDate>
<Com40 xmlns="http://MemberProfileService/">string</Com40>
<Company xmlns="http://MemberProfileService/">string</Company>
<State xmlns="http://MemberProfileService/">string</State>
<Region xmlns="http://MemberProfileService/">string</Region>
<AutoCoup xmlns="http://MemberProfileService/">string</AutoCoup>
<Canadian xmlns="http://MemberProfileService/">string</Canadian>
<Country xmlns="http://MemberProfileService/">string</Country>
<ArNum xmlns="http://MemberProfileService/">string</ArNum>
<ApNum xmlns="http://MemberProfileService/">string</ApNum>
<Email xmlns="http://MemberProfileService/">string</Email>
<MastAcct xmlns="http://MemberProfileService/">string</MastAcct>
<DivLine xmlns="http://MemberProfileService/">string</DivLine>
<DBAName xmlns="http://MemberProfileService/">string</DBAName>
<Corpname xmlns="http://MemberProfileService/">string</Corpname>
<Status xmlns="http://MemberProfileService/">string</Status>
<Locations xmlns="http://MemberProfileService/">
<Location xsi:nil="true" />
<Location xsi:nil="true" />
</Locations>
</Member>
</GetAllMembers2Result>
</GetAllMembers2Response>
</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>
<GetAllMembers2 xmlns="http://tempuri.org/">
<division>string</division>
</GetAllMembers2>
</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>
<GetAllMembers2Response xmlns="http://tempuri.org/">
<GetAllMembers2Result>
<Member>
<MemberNumber xmlns="http://MemberProfileService/">string</MemberNumber>
<MemberID xmlns="http://MemberProfileService/">string</MemberID>
<MemberName xmlns="http://MemberProfileService/">string</MemberName>
<MemDate xmlns="http://MemberProfileService/">string</MemDate>
<PinNumber xmlns="http://MemberProfileService/">string</PinNumber>
<Firstname xmlns="http://MemberProfileService/">string</Firstname>
<LastName xmlns="http://MemberProfileService/">string</LastName>
<FedId xmlns="http://MemberProfileService/">string</FedId>
<AddDate xmlns="http://MemberProfileService/">string</AddDate>
<EditDate xmlns="http://MemberProfileService/">string</EditDate>
<Com40 xmlns="http://MemberProfileService/">string</Com40>
<Company xmlns="http://MemberProfileService/">string</Company>
<State xmlns="http://MemberProfileService/">string</State>
<Region xmlns="http://MemberProfileService/">string</Region>
<AutoCoup xmlns="http://MemberProfileService/">string</AutoCoup>
<Canadian xmlns="http://MemberProfileService/">string</Canadian>
<Country xmlns="http://MemberProfileService/">string</Country>
<ArNum xmlns="http://MemberProfileService/">string</ArNum>
<ApNum xmlns="http://MemberProfileService/">string</ApNum>
<Email xmlns="http://MemberProfileService/">string</Email>
<MastAcct xmlns="http://MemberProfileService/">string</MastAcct>
<DivLine xmlns="http://MemberProfileService/">string</DivLine>
<DBAName xmlns="http://MemberProfileService/">string</DBAName>
<Corpname xmlns="http://MemberProfileService/">string</Corpname>
<Status xmlns="http://MemberProfileService/">string</Status>
<Locations xmlns="http://MemberProfileService/">
<Location xsi:nil="true" />
<Location xsi:nil="true" />
</Locations>
</Member>
<Member>
<MemberNumber xmlns="http://MemberProfileService/">string</MemberNumber>
<MemberID xmlns="http://MemberProfileService/">string</MemberID>
<MemberName xmlns="http://MemberProfileService/">string</MemberName>
<MemDate xmlns="http://MemberProfileService/">string</MemDate>
<PinNumber xmlns="http://MemberProfileService/">string</PinNumber>
<Firstname xmlns="http://MemberProfileService/">string</Firstname>
<LastName xmlns="http://MemberProfileService/">string</LastName>
<FedId xmlns="http://MemberProfileService/">string</FedId>
<AddDate xmlns="http://MemberProfileService/">string</AddDate>
<EditDate xmlns="http://MemberProfileService/">string</EditDate>
<Com40 xmlns="http://MemberProfileService/">string</Com40>
<Company xmlns="http://MemberProfileService/">string</Company>
<State xmlns="http://MemberProfileService/">string</State>
<Region xmlns="http://MemberProfileService/">string</Region>
<AutoCoup xmlns="http://MemberProfileService/">string</AutoCoup>
<Canadian xmlns="http://MemberProfileService/">string</Canadian>
<Country xmlns="http://MemberProfileService/">string</Country>
<ArNum xmlns="http://MemberProfileService/">string</ArNum>
<ApNum xmlns="http://MemberProfileService/">string</ApNum>
<Email xmlns="http://MemberProfileService/">string</Email>
<MastAcct xmlns="http://MemberProfileService/">string</MastAcct>
<DivLine xmlns="http://MemberProfileService/">string</DivLine>
<DBAName xmlns="http://MemberProfileService/">string</DBAName>
<Corpname xmlns="http://MemberProfileService/">string</Corpname>
<Status xmlns="http://MemberProfileService/">string</Status>
<Locations xmlns="http://MemberProfileService/">
<Location xsi:nil="true" />
<Location xsi:nil="true" />
</Locations>
</Member>
</GetAllMembers2Result>
</GetAllMembers2Response>
</soap12:Body>
</soap12:Envelope>