ExternalMemberProfileService


Click here for a complete list of operations.

GetEcomInfo

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

<?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>
    <GetEcomInfo xmlns="http://tempuri.org/">
      <locationNumber>string</locationNumber>
    </GetEcomInfo>
  </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>
    <GetEcomInfoResponse xmlns="http://tempuri.org/">
      <GetEcomInfoResult>
        <LocationNumber xmlns="http://MemberProfileService/">string</LocationNumber>
        <SICCode xmlns="http://MemberProfileService/">string</SICCode>
        <LogoPrefix xmlns="http://MemberProfileService/">string</LogoPrefix>
        <LogoSuffix xmlns="http://MemberProfileService/">string</LogoSuffix>
        <MicroSiteURL xmlns="http://MemberProfileService/">string</MicroSiteURL>
        <LandingPageURL xmlns="http://MemberProfileService/">string</LandingPageURL>
        <RogueURL xmlns="http://MemberProfileService/">string</RogueURL>
        <MicroSiteUsername xmlns="http://MemberProfileService/">string</MicroSiteUsername>
        <MicroSitePassword xmlns="http://MemberProfileService/">string</MicroSitePassword>
        <MicroSiteAdminURL xmlns="http://MemberProfileService/">string</MicroSiteAdminURL>
        <DMAID xmlns="http://MemberProfileService/">string</DMAID>
        <DMAvalue xmlns="http://MemberProfileService/">string</DMAvalue>
        <TimeZone xmlns="http://MemberProfileService/">string</TimeZone>
        <TrackingLists xmlns="http://MemberProfileService/">
          <TrackingList>
            <LocationNumber>string</LocationNumber>
            <TrackingNumber>string</TrackingNumber>
            <RoutingNumber>string</RoutingNumber>
            <Type>string</Type>
            <ID>string</ID>
          </TrackingList>
          <TrackingList>
            <LocationNumber>string</LocationNumber>
            <TrackingNumber>string</TrackingNumber>
            <RoutingNumber>string</RoutingNumber>
            <Type>string</Type>
            <ID>string</ID>
          </TrackingList>
        </TrackingLists>
        <OperationHourList xmlns="http://MemberProfileService/">
          <OperationHours>
            <LocationNumber>string</LocationNumber>
            <DayOfWeek>string</DayOfWeek>
            <Open>string</Open>
            <Close>string</Close>
            <HoursNote>string</HoursNote>
          </OperationHours>
          <OperationHours>
            <LocationNumber>string</LocationNumber>
            <DayOfWeek>string</DayOfWeek>
            <Open>string</Open>
            <Close>string</Close>
            <HoursNote>string</HoursNote>
          </OperationHours>
        </OperationHourList>
        <CrossStreets xmlns="http://MemberProfileService/">string</CrossStreets>
        <EnableInstallations xmlns="http://MemberProfileService/">string</EnableInstallations>
        <Latitude xmlns="http://MemberProfileService/">string</Latitude>
        <Longitude xmlns="http://MemberProfileService/">string</Longitude>
        <BusinessOpenYear xmlns="http://MemberProfileService/">string</BusinessOpenYear>
        <MaxInstallDistance xmlns="http://MemberProfileService/">string</MaxInstallDistance>
        <DoveTailUser xmlns="http://MemberProfileService/">string</DoveTailUser>
        <DoveTailPassword xmlns="http://MemberProfileService/">string</DoveTailPassword>
      </GetEcomInfoResult>
    </GetEcomInfoResponse>
  </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>
    <GetEcomInfo xmlns="http://tempuri.org/">
      <locationNumber>string</locationNumber>
    </GetEcomInfo>
  </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>
    <GetEcomInfoResponse xmlns="http://tempuri.org/">
      <GetEcomInfoResult>
        <LocationNumber xmlns="http://MemberProfileService/">string</LocationNumber>
        <SICCode xmlns="http://MemberProfileService/">string</SICCode>
        <LogoPrefix xmlns="http://MemberProfileService/">string</LogoPrefix>
        <LogoSuffix xmlns="http://MemberProfileService/">string</LogoSuffix>
        <MicroSiteURL xmlns="http://MemberProfileService/">string</MicroSiteURL>
        <LandingPageURL xmlns="http://MemberProfileService/">string</LandingPageURL>
        <RogueURL xmlns="http://MemberProfileService/">string</RogueURL>
        <MicroSiteUsername xmlns="http://MemberProfileService/">string</MicroSiteUsername>
        <MicroSitePassword xmlns="http://MemberProfileService/">string</MicroSitePassword>
        <MicroSiteAdminURL xmlns="http://MemberProfileService/">string</MicroSiteAdminURL>
        <DMAID xmlns="http://MemberProfileService/">string</DMAID>
        <DMAvalue xmlns="http://MemberProfileService/">string</DMAvalue>
        <TimeZone xmlns="http://MemberProfileService/">string</TimeZone>
        <TrackingLists xmlns="http://MemberProfileService/">
          <TrackingList>
            <LocationNumber>string</LocationNumber>
            <TrackingNumber>string</TrackingNumber>
            <RoutingNumber>string</RoutingNumber>
            <Type>string</Type>
            <ID>string</ID>
          </TrackingList>
          <TrackingList>
            <LocationNumber>string</LocationNumber>
            <TrackingNumber>string</TrackingNumber>
            <RoutingNumber>string</RoutingNumber>
            <Type>string</Type>
            <ID>string</ID>
          </TrackingList>
        </TrackingLists>
        <OperationHourList xmlns="http://MemberProfileService/">
          <OperationHours>
            <LocationNumber>string</LocationNumber>
            <DayOfWeek>string</DayOfWeek>
            <Open>string</Open>
            <Close>string</Close>
            <HoursNote>string</HoursNote>
          </OperationHours>
          <OperationHours>
            <LocationNumber>string</LocationNumber>
            <DayOfWeek>string</DayOfWeek>
            <Open>string</Open>
            <Close>string</Close>
            <HoursNote>string</HoursNote>
          </OperationHours>
        </OperationHourList>
        <CrossStreets xmlns="http://MemberProfileService/">string</CrossStreets>
        <EnableInstallations xmlns="http://MemberProfileService/">string</EnableInstallations>
        <Latitude xmlns="http://MemberProfileService/">string</Latitude>
        <Longitude xmlns="http://MemberProfileService/">string</Longitude>
        <BusinessOpenYear xmlns="http://MemberProfileService/">string</BusinessOpenYear>
        <MaxInstallDistance xmlns="http://MemberProfileService/">string</MaxInstallDistance>
        <DoveTailUser xmlns="http://MemberProfileService/">string</DoveTailUser>
        <DoveTailPassword xmlns="http://MemberProfileService/">string</DoveTailPassword>
      </GetEcomInfoResult>
    </GetEcomInfoResponse>
  </soap12:Body>
</soap12:Envelope>