WebServices3


Click here for a complete list of operations.

Membership_Role_FindUsersInRole

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 /WebServices3.asmx HTTP/1.1
Host: demo.bvcommerce.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.bvsoftware.com/Schemas/Bvc5/2006/01/WebServices3/Membership_Role_FindUsersInRole"

<?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>
    <Membership_Role_FindUsersInRole xmlns="http://www.bvsoftware.com/Schemas/Bvc5/2006/01/WebServices3">
      <token>
        <ExpirationDate>dateTime</ExpirationDate>
        <ExpirationDateUTC>dateTime</ExpirationDateUTC>
        <UserBvin>string</UserBvin>
        <TokenRejected>boolean</TokenRejected>
        <IsExpired>boolean</IsExpired>
      </token>
      <bvin>string</bvin>
    </Membership_Role_FindUsersInRole>
  </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>
    <Membership_Role_FindUsersInRoleResponse xmlns="http://www.bvsoftware.com/Schemas/Bvc5/2006/01/WebServices3">
      <Membership_Role_FindUsersInRoleResult>
        <UserAccount>
          <UserName xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Membership/UserAccount">string</UserName>
          <Password xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Membership/UserAccount">string</Password>
          <FirstName xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Membership/UserAccount">string</FirstName>
          <LastName xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Membership/UserAccount">string</LastName>
          <Salt xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Membership/UserAccount">string</Salt>
          <Addresses xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Membership/UserAccount">
            <Address xsi:nil="true" />
            <Address xsi:nil="true" />
          </Addresses>
          <TaxExempt xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Membership/UserAccount">boolean</TaxExempt>
          <Email xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Membership/UserAccount">string</Email>
          <CreationDate xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Membership/UserAccount">dateTime</CreationDate>
          <LastLoginDate xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Membership/UserAccount">dateTime</LastLoginDate>
          <PasswordHint xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Membership/UserAccount">string</PasswordHint>
          <Comment xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Membership/UserAccount">string</Comment>
          <PasswordAnswer xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Membership/UserAccount">string</PasswordAnswer>
          <PasswordFormat xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Membership/UserAccount">ClearText or Hashed or Encrypted</PasswordFormat>
          <Locked xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Membership/UserAccount">boolean</Locked>
          <LockedUntil xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Membership/UserAccount">dateTime</LockedUntil>
          <FailedLoginCount xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Membership/UserAccount">int</FailedLoginCount>
          <BillingAddress xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Membership/UserAccount">
            <NickName xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</NickName>
            <FirstName xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</FirstName>
            <MiddleInitial xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</MiddleInitial>
            <LastName xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</LastName>
            <Company xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</Company>
            <Line1 xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</Line1>
            <Line2 xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</Line2>
            <Line3 xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</Line3>
            <City xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</City>
            <RegionName xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</RegionName>
            <RegionBvin xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</RegionBvin>
            <PostalCode xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</PostalCode>
            <CountryName xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</CountryName>
            <CountryBvin xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</CountryBvin>
            <Phone xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</Phone>
            <Fax xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</Fax>
            <WebSiteUrl xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</WebSiteUrl>
            <CountyName xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</CountyName>
            <CountyBvin xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</CountyBvin>
            <UserBvin xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</UserBvin>
            <Residential xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">boolean</Residential>
          </BillingAddress>
          <ShippingAddress xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Membership/UserAccount">
            <NickName xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</NickName>
            <FirstName xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</FirstName>
            <MiddleInitial xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</MiddleInitial>
            <LastName xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</LastName>
            <Company xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</Company>
            <Line1 xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</Line1>
            <Line2 xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</Line2>
            <Line3 xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</Line3>
            <City xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</City>
            <RegionName xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</RegionName>
            <RegionBvin xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</RegionBvin>
            <PostalCode xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</PostalCode>
            <CountryName xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</CountryName>
            <CountryBvin xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</CountryBvin>
            <Phone xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</Phone>
            <Fax xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</Fax>
            <WebSiteUrl xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</WebSiteUrl>
            <CountyName xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</CountyName>
            <CountyBvin xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</CountyBvin>
            <UserBvin xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</UserBvin>
            <Residential xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">boolean</Residential>
          </ShippingAddress>
          <PricingGroupId xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Membership/UserAccount">string</PricingGroupId>
          <CustomQuestionAnswers xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Membership/UserAccount">string</CustomQuestionAnswers>
          <IsSalesPerson xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Membership/UserAccount">boolean</IsSalesPerson>
        </UserAccount>
        <UserAccount>
          <UserName xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Membership/UserAccount">string</UserName>
          <Password xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Membership/UserAccount">string</Password>
          <FirstName xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Membership/UserAccount">string</FirstName>
          <LastName xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Membership/UserAccount">string</LastName>
          <Salt xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Membership/UserAccount">string</Salt>
          <Addresses xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Membership/UserAccount">
            <Address xsi:nil="true" />
            <Address xsi:nil="true" />
          </Addresses>
          <TaxExempt xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Membership/UserAccount">boolean</TaxExempt>
          <Email xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Membership/UserAccount">string</Email>
          <CreationDate xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Membership/UserAccount">dateTime</CreationDate>
          <LastLoginDate xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Membership/UserAccount">dateTime</LastLoginDate>
          <PasswordHint xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Membership/UserAccount">string</PasswordHint>
          <Comment xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Membership/UserAccount">string</Comment>
          <PasswordAnswer xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Membership/UserAccount">string</PasswordAnswer>
          <PasswordFormat xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Membership/UserAccount">ClearText or Hashed or Encrypted</PasswordFormat>
          <Locked xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Membership/UserAccount">boolean</Locked>
          <LockedUntil xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Membership/UserAccount">dateTime</LockedUntil>
          <FailedLoginCount xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Membership/UserAccount">int</FailedLoginCount>
          <BillingAddress xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Membership/UserAccount">
            <NickName xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</NickName>
            <FirstName xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</FirstName>
            <MiddleInitial xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</MiddleInitial>
            <LastName xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</LastName>
            <Company xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</Company>
            <Line1 xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</Line1>
            <Line2 xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</Line2>
            <Line3 xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</Line3>
            <City xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</City>
            <RegionName xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</RegionName>
            <RegionBvin xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</RegionBvin>
            <PostalCode xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</PostalCode>
            <CountryName xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</CountryName>
            <CountryBvin xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</CountryBvin>
            <Phone xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</Phone>
            <Fax xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</Fax>
            <WebSiteUrl xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</WebSiteUrl>
            <CountyName xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</CountyName>
            <CountyBvin xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</CountyBvin>
            <UserBvin xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</UserBvin>
            <Residential xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">boolean</Residential>
          </BillingAddress>
          <ShippingAddress xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Membership/UserAccount">
            <NickName xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</NickName>
            <FirstName xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</FirstName>
            <MiddleInitial xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</MiddleInitial>
            <LastName xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</LastName>
            <Company xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</Company>
            <Line1 xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</Line1>
            <Line2 xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</Line2>
            <Line3 xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</Line3>
            <City xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</City>
            <RegionName xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</RegionName>
            <RegionBvin xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</RegionBvin>
            <PostalCode xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</PostalCode>
            <CountryName xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</CountryName>
            <CountryBvin xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</CountryBvin>
            <Phone xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</Phone>
            <Fax xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</Fax>
            <WebSiteUrl xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</WebSiteUrl>
            <CountyName xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</CountyName>
            <CountyBvin xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</CountyBvin>
            <UserBvin xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</UserBvin>
            <Residential xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">boolean</Residential>
          </ShippingAddress>
          <PricingGroupId xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Membership/UserAccount">string</PricingGroupId>
          <CustomQuestionAnswers xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Membership/UserAccount">string</CustomQuestionAnswers>
          <IsSalesPerson xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Membership/UserAccount">boolean</IsSalesPerson>
        </UserAccount>
      </Membership_Role_FindUsersInRoleResult>
      <token>
        <ExpirationDate>dateTime</ExpirationDate>
        <ExpirationDateUTC>dateTime</ExpirationDateUTC>
        <UserBvin>string</UserBvin>
        <TokenRejected>boolean</TokenRejected>
        <IsExpired>boolean</IsExpired>
      </token>
    </Membership_Role_FindUsersInRoleResponse>
  </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 /WebServices3.asmx HTTP/1.1
Host: demo.bvcommerce.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>
    <Membership_Role_FindUsersInRole xmlns="http://www.bvsoftware.com/Schemas/Bvc5/2006/01/WebServices3">
      <token>
        <ExpirationDate>dateTime</ExpirationDate>
        <ExpirationDateUTC>dateTime</ExpirationDateUTC>
        <UserBvin>string</UserBvin>
        <TokenRejected>boolean</TokenRejected>
        <IsExpired>boolean</IsExpired>
      </token>
      <bvin>string</bvin>
    </Membership_Role_FindUsersInRole>
  </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>
    <Membership_Role_FindUsersInRoleResponse xmlns="http://www.bvsoftware.com/Schemas/Bvc5/2006/01/WebServices3">
      <Membership_Role_FindUsersInRoleResult>
        <UserAccount>
          <UserName xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Membership/UserAccount">string</UserName>
          <Password xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Membership/UserAccount">string</Password>
          <FirstName xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Membership/UserAccount">string</FirstName>
          <LastName xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Membership/UserAccount">string</LastName>
          <Salt xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Membership/UserAccount">string</Salt>
          <Addresses xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Membership/UserAccount">
            <Address xsi:nil="true" />
            <Address xsi:nil="true" />
          </Addresses>
          <TaxExempt xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Membership/UserAccount">boolean</TaxExempt>
          <Email xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Membership/UserAccount">string</Email>
          <CreationDate xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Membership/UserAccount">dateTime</CreationDate>
          <LastLoginDate xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Membership/UserAccount">dateTime</LastLoginDate>
          <PasswordHint xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Membership/UserAccount">string</PasswordHint>
          <Comment xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Membership/UserAccount">string</Comment>
          <PasswordAnswer xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Membership/UserAccount">string</PasswordAnswer>
          <PasswordFormat xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Membership/UserAccount">ClearText or Hashed or Encrypted</PasswordFormat>
          <Locked xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Membership/UserAccount">boolean</Locked>
          <LockedUntil xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Membership/UserAccount">dateTime</LockedUntil>
          <FailedLoginCount xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Membership/UserAccount">int</FailedLoginCount>
          <BillingAddress xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Membership/UserAccount">
            <NickName xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</NickName>
            <FirstName xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</FirstName>
            <MiddleInitial xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</MiddleInitial>
            <LastName xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</LastName>
            <Company xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</Company>
            <Line1 xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</Line1>
            <Line2 xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</Line2>
            <Line3 xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</Line3>
            <City xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</City>
            <RegionName xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</RegionName>
            <RegionBvin xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</RegionBvin>
            <PostalCode xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</PostalCode>
            <CountryName xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</CountryName>
            <CountryBvin xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</CountryBvin>
            <Phone xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</Phone>
            <Fax xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</Fax>
            <WebSiteUrl xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</WebSiteUrl>
            <CountyName xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</CountyName>
            <CountyBvin xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</CountyBvin>
            <UserBvin xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</UserBvin>
            <Residential xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">boolean</Residential>
          </BillingAddress>
          <ShippingAddress xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Membership/UserAccount">
            <NickName xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</NickName>
            <FirstName xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</FirstName>
            <MiddleInitial xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</MiddleInitial>
            <LastName xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</LastName>
            <Company xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</Company>
            <Line1 xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</Line1>
            <Line2 xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</Line2>
            <Line3 xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</Line3>
            <City xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</City>
            <RegionName xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</RegionName>
            <RegionBvin xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</RegionBvin>
            <PostalCode xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</PostalCode>
            <CountryName xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</CountryName>
            <CountryBvin xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</CountryBvin>
            <Phone xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</Phone>
            <Fax xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</Fax>
            <WebSiteUrl xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</WebSiteUrl>
            <CountyName xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</CountyName>
            <CountyBvin xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</CountyBvin>
            <UserBvin xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</UserBvin>
            <Residential xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">boolean</Residential>
          </ShippingAddress>
          <PricingGroupId xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Membership/UserAccount">string</PricingGroupId>
          <CustomQuestionAnswers xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Membership/UserAccount">string</CustomQuestionAnswers>
          <IsSalesPerson xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Membership/UserAccount">boolean</IsSalesPerson>
        </UserAccount>
        <UserAccount>
          <UserName xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Membership/UserAccount">string</UserName>
          <Password xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Membership/UserAccount">string</Password>
          <FirstName xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Membership/UserAccount">string</FirstName>
          <LastName xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Membership/UserAccount">string</LastName>
          <Salt xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Membership/UserAccount">string</Salt>
          <Addresses xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Membership/UserAccount">
            <Address xsi:nil="true" />
            <Address xsi:nil="true" />
          </Addresses>
          <TaxExempt xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Membership/UserAccount">boolean</TaxExempt>
          <Email xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Membership/UserAccount">string</Email>
          <CreationDate xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Membership/UserAccount">dateTime</CreationDate>
          <LastLoginDate xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Membership/UserAccount">dateTime</LastLoginDate>
          <PasswordHint xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Membership/UserAccount">string</PasswordHint>
          <Comment xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Membership/UserAccount">string</Comment>
          <PasswordAnswer xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Membership/UserAccount">string</PasswordAnswer>
          <PasswordFormat xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Membership/UserAccount">ClearText or Hashed or Encrypted</PasswordFormat>
          <Locked xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Membership/UserAccount">boolean</Locked>
          <LockedUntil xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Membership/UserAccount">dateTime</LockedUntil>
          <FailedLoginCount xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Membership/UserAccount">int</FailedLoginCount>
          <BillingAddress xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Membership/UserAccount">
            <NickName xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</NickName>
            <FirstName xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</FirstName>
            <MiddleInitial xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</MiddleInitial>
            <LastName xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</LastName>
            <Company xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</Company>
            <Line1 xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</Line1>
            <Line2 xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</Line2>
            <Line3 xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</Line3>
            <City xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</City>
            <RegionName xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</RegionName>
            <RegionBvin xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</RegionBvin>
            <PostalCode xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</PostalCode>
            <CountryName xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</CountryName>
            <CountryBvin xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</CountryBvin>
            <Phone xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</Phone>
            <Fax xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</Fax>
            <WebSiteUrl xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</WebSiteUrl>
            <CountyName xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</CountyName>
            <CountyBvin xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</CountyBvin>
            <UserBvin xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</UserBvin>
            <Residential xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">boolean</Residential>
          </BillingAddress>
          <ShippingAddress xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Membership/UserAccount">
            <NickName xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</NickName>
            <FirstName xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</FirstName>
            <MiddleInitial xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</MiddleInitial>
            <LastName xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</LastName>
            <Company xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</Company>
            <Line1 xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</Line1>
            <Line2 xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</Line2>
            <Line3 xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</Line3>
            <City xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</City>
            <RegionName xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</RegionName>
            <RegionBvin xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</RegionBvin>
            <PostalCode xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</PostalCode>
            <CountryName xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</CountryName>
            <CountryBvin xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</CountryBvin>
            <Phone xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</Phone>
            <Fax xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</Fax>
            <WebSiteUrl xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</WebSiteUrl>
            <CountyName xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</CountyName>
            <CountyBvin xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</CountyBvin>
            <UserBvin xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">string</UserBvin>
            <Residential xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Contacts/Address">boolean</Residential>
          </ShippingAddress>
          <PricingGroupId xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Membership/UserAccount">string</PricingGroupId>
          <CustomQuestionAnswers xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Membership/UserAccount">string</CustomQuestionAnswers>
          <IsSalesPerson xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Membership/UserAccount">boolean</IsSalesPerson>
        </UserAccount>
      </Membership_Role_FindUsersInRoleResult>
      <token>
        <ExpirationDate>dateTime</ExpirationDate>
        <ExpirationDateUTC>dateTime</ExpirationDateUTC>
        <UserBvin>string</UserBvin>
        <TokenRejected>boolean</TokenRejected>
        <IsExpired>boolean</IsExpired>
      </token>
    </Membership_Role_FindUsersInRoleResponse>
  </soap12:Body>
</soap12:Envelope>