ExternalMemberProfileService


Click here for a complete list of operations.

GetLocation2

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/GetLocation2"

<?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>
    <GetLocation2 xmlns="http://tempuri.org/">
      <locationNumber>string</locationNumber>
      <division>string</division>
    </GetLocation2>
  </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>
    <GetLocation2Response xmlns="http://tempuri.org/">
      <GetLocation2Result>
        <MemberNumber xmlns="http://MemberProfileService/">string</MemberNumber>
        <LocationNumber xmlns="http://MemberProfileService/">string</LocationNumber>
        <LocationID xmlns="http://MemberProfileService/">string</LocationID>
        <LocationName xmlns="http://MemberProfileService/">string</LocationName>
        <Address1 xmlns="http://MemberProfileService/">string</Address1>
        <Address2 xmlns="http://MemberProfileService/">string</Address2>
        <City xmlns="http://MemberProfileService/">string</City>
        <State xmlns="http://MemberProfileService/">string</State>
        <Zip xmlns="http://MemberProfileService/">string</Zip>
        <BillingName xmlns="http://MemberProfileService/">string</BillingName>
        <BillingAddr1 xmlns="http://MemberProfileService/">string</BillingAddr1>
        <BillingAddr2 xmlns="http://MemberProfileService/">string</BillingAddr2>
        <BillingCity xmlns="http://MemberProfileService/">string</BillingCity>
        <BillingState xmlns="http://MemberProfileService/">string</BillingState>
        <BillingZip xmlns="http://MemberProfileService/">string</BillingZip>
        <ShippingName xmlns="http://MemberProfileService/">string</ShippingName>
        <ShippingAddr1 xmlns="http://MemberProfileService/">string</ShippingAddr1>
        <ShippingAddr2 xmlns="http://MemberProfileService/">string</ShippingAddr2>
        <ShippingCity xmlns="http://MemberProfileService/">string</ShippingCity>
        <ShippingState xmlns="http://MemberProfileService/">string</ShippingState>
        <ShippingZip xmlns="http://MemberProfileService/">string</ShippingZip>
        <ViaSmall xmlns="http://MemberProfileService/">string</ViaSmall>
        <ViaMedium xmlns="http://MemberProfileService/">string</ViaMedium>
        <ViaLarge xmlns="http://MemberProfileService/">string</ViaLarge>
        <HeadBranch xmlns="http://MemberProfileService/">string</HeadBranch>
        <FaxPhone xmlns="http://MemberProfileService/">string</FaxPhone>
        <Phone xmlns="http://MemberProfileService/">string</Phone>
        <Contact xmlns="http://MemberProfileService/">string</Contact>
        <Status xmlns="http://MemberProfileService/">string</Status>
        <StatusDate xmlns="http://MemberProfileService/">string</StatusDate>
        <Mailname xmlns="http://MemberProfileService/">string</Mailname>
        <MailAddr1 xmlns="http://MemberProfileService/">string</MailAddr1>
        <MailAddr2 xmlns="http://MemberProfileService/">string</MailAddr2>
        <MailCity xmlns="http://MemberProfileService/">string</MailCity>
        <MailState xmlns="http://MemberProfileService/">string</MailState>
        <MailZip xmlns="http://MemberProfileService/">string</MailZip>
        <MailContact xmlns="http://MemberProfileService/">string</MailContact>
        <MailPhone xmlns="http://MemberProfileService/">string</MailPhone>
        <MailFax xmlns="http://MemberProfileService/">string</MailFax>
        <LocationType xmlns="http://MemberProfileService/">string</LocationType>
        <EcommerceInfo xmlns="http://MemberProfileService/">
          <LocationNumber>string</LocationNumber>
          <SICCode>string</SICCode>
          <LogoPrefix>string</LogoPrefix>
          <LogoSuffix>string</LogoSuffix>
          <MicroSiteURL>string</MicroSiteURL>
          <LandingPageURL>string</LandingPageURL>
          <RogueURL>string</RogueURL>
          <MicroSiteUsername>string</MicroSiteUsername>
          <MicroSitePassword>string</MicroSitePassword>
          <MicroSiteAdminURL>string</MicroSiteAdminURL>
          <DMAID>string</DMAID>
          <DMAvalue>string</DMAvalue>
          <TimeZone>string</TimeZone>
          <TrackingLists>
            <TrackingList xsi:nil="true" />
            <TrackingList xsi:nil="true" />
          </TrackingLists>
          <OperationHourList>
            <OperationHours xsi:nil="true" />
            <OperationHours xsi:nil="true" />
          </OperationHourList>
          <CrossStreets>string</CrossStreets>
          <EnableInstallations>string</EnableInstallations>
          <Latitude>string</Latitude>
          <Longitude>string</Longitude>
          <BusinessOpenYear>string</BusinessOpenYear>
          <MaxInstallDistance>string</MaxInstallDistance>
          <DoveTailUser>string</DoveTailUser>
          <DoveTailPassword>string</DoveTailPassword>
        </EcommerceInfo>
      </GetLocation2Result>
    </GetLocation2Response>
  </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>
    <GetLocation2 xmlns="http://tempuri.org/">
      <locationNumber>string</locationNumber>
      <division>string</division>
    </GetLocation2>
  </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>
    <GetLocation2Response xmlns="http://tempuri.org/">
      <GetLocation2Result>
        <MemberNumber xmlns="http://MemberProfileService/">string</MemberNumber>
        <LocationNumber xmlns="http://MemberProfileService/">string</LocationNumber>
        <LocationID xmlns="http://MemberProfileService/">string</LocationID>
        <LocationName xmlns="http://MemberProfileService/">string</LocationName>
        <Address1 xmlns="http://MemberProfileService/">string</Address1>
        <Address2 xmlns="http://MemberProfileService/">string</Address2>
        <City xmlns="http://MemberProfileService/">string</City>
        <State xmlns="http://MemberProfileService/">string</State>
        <Zip xmlns="http://MemberProfileService/">string</Zip>
        <BillingName xmlns="http://MemberProfileService/">string</BillingName>
        <BillingAddr1 xmlns="http://MemberProfileService/">string</BillingAddr1>
        <BillingAddr2 xmlns="http://MemberProfileService/">string</BillingAddr2>
        <BillingCity xmlns="http://MemberProfileService/">string</BillingCity>
        <BillingState xmlns="http://MemberProfileService/">string</BillingState>
        <BillingZip xmlns="http://MemberProfileService/">string</BillingZip>
        <ShippingName xmlns="http://MemberProfileService/">string</ShippingName>
        <ShippingAddr1 xmlns="http://MemberProfileService/">string</ShippingAddr1>
        <ShippingAddr2 xmlns="http://MemberProfileService/">string</ShippingAddr2>
        <ShippingCity xmlns="http://MemberProfileService/">string</ShippingCity>
        <ShippingState xmlns="http://MemberProfileService/">string</ShippingState>
        <ShippingZip xmlns="http://MemberProfileService/">string</ShippingZip>
        <ViaSmall xmlns="http://MemberProfileService/">string</ViaSmall>
        <ViaMedium xmlns="http://MemberProfileService/">string</ViaMedium>
        <ViaLarge xmlns="http://MemberProfileService/">string</ViaLarge>
        <HeadBranch xmlns="http://MemberProfileService/">string</HeadBranch>
        <FaxPhone xmlns="http://MemberProfileService/">string</FaxPhone>
        <Phone xmlns="http://MemberProfileService/">string</Phone>
        <Contact xmlns="http://MemberProfileService/">string</Contact>
        <Status xmlns="http://MemberProfileService/">string</Status>
        <StatusDate xmlns="http://MemberProfileService/">string</StatusDate>
        <Mailname xmlns="http://MemberProfileService/">string</Mailname>
        <MailAddr1 xmlns="http://MemberProfileService/">string</MailAddr1>
        <MailAddr2 xmlns="http://MemberProfileService/">string</MailAddr2>
        <MailCity xmlns="http://MemberProfileService/">string</MailCity>
        <MailState xmlns="http://MemberProfileService/">string</MailState>
        <MailZip xmlns="http://MemberProfileService/">string</MailZip>
        <MailContact xmlns="http://MemberProfileService/">string</MailContact>
        <MailPhone xmlns="http://MemberProfileService/">string</MailPhone>
        <MailFax xmlns="http://MemberProfileService/">string</MailFax>
        <LocationType xmlns="http://MemberProfileService/">string</LocationType>
        <EcommerceInfo xmlns="http://MemberProfileService/">
          <LocationNumber>string</LocationNumber>
          <SICCode>string</SICCode>
          <LogoPrefix>string</LogoPrefix>
          <LogoSuffix>string</LogoSuffix>
          <MicroSiteURL>string</MicroSiteURL>
          <LandingPageURL>string</LandingPageURL>
          <RogueURL>string</RogueURL>
          <MicroSiteUsername>string</MicroSiteUsername>
          <MicroSitePassword>string</MicroSitePassword>
          <MicroSiteAdminURL>string</MicroSiteAdminURL>
          <DMAID>string</DMAID>
          <DMAvalue>string</DMAvalue>
          <TimeZone>string</TimeZone>
          <TrackingLists>
            <TrackingList xsi:nil="true" />
            <TrackingList xsi:nil="true" />
          </TrackingLists>
          <OperationHourList>
            <OperationHours xsi:nil="true" />
            <OperationHours xsi:nil="true" />
          </OperationHourList>
          <CrossStreets>string</CrossStreets>
          <EnableInstallations>string</EnableInstallations>
          <Latitude>string</Latitude>
          <Longitude>string</Longitude>
          <BusinessOpenYear>string</BusinessOpenYear>
          <MaxInstallDistance>string</MaxInstallDistance>
          <DoveTailUser>string</DoveTailUser>
          <DoveTailPassword>string</DoveTailPassword>
        </EcommerceInfo>
      </GetLocation2Result>
    </GetLocation2Response>
  </soap12:Body>
</soap12:Envelope>