MemberProfileRep


Click here for a complete list of operations.

SF_GetMemberProfile_PF

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 /MemberProfileRep/MemberProfileRep.asmx HTTP/1.1
Host: servicestst.fhlbboston.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "MemberProfileRep_WS.SF_GetMemberProfile_PFRequest@test@@"

<?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:Header>
    <ibsinfo xmlns="urn:schemas-iwaysoftware-com:iwse">
      <service>string</service>
      <method>string</method>
      <license>string</license>
      <disposition>string</disposition>
      <Username>string</Username>
      <Password>string</Password>
      <language>string</language>
    </ibsinfo>
  </soap:Header>
  <soap:Body>
    <SF_GetMemberProfile_PF xmlns="urn:iwaysoftware:ibse:jul2003:SF_GetMemberProfile_PF">
      <getMemberProfileRequest>
        <CustomerID>string</CustomerID>
        <User>
          <ID>string</ID>
          <Email>string</Email>
        </User>
        <AccountNumber>string</AccountNumber>
        <AccountNumber>string</AccountNumber>
      </getMemberProfileRequest>
    </SF_GetMemberProfile_PF>
  </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>
    <SF_GetMemberProfile_PFResponse cid="string" xmlns="urn:iwaysoftware:ibse:jul2003:SF_GetMemberProfile_PF:response">
      <getMemProfileResponse>
        <status>boolean</status>
        <DocketNumber>int</DocketNumber>
        <BackendMessage>
          <Description />
          <FieldID />
        </BackendMessage>
        <Date_Updated>string</Date_Updated>
        <CDA_Total_Limit>decimal</CDA_Total_Limit>
        <CDA_Available_Limit>decimal</CDA_Available_Limit>
        <CDA_Extra_Total_Limit>decimal</CDA_Extra_Total_Limit>
        <CDA_Extra_Available_Limit>decimal</CDA_Extra_Available_Limit>
        <PFI_Status>string</PFI_Status>
        <PFI_Number>short</PFI_Number>
        <PFI_Application_Sent>date</PFI_Application_Sent>
        <PFI_Application_Received>date</PFI_Application_Received>
        <Date_Assigned_PFI>date</Date_Assigned_PFI>
        <Current_Balance>decimal</Current_Balance>
        <Most_Recent_Disbursement>string</Most_Recent_Disbursement>
        <Mat_Date>string</Mat_Date>
        <Program>string</Program>
        <Term>string</Term>
        <Rate>decimal</Rate>
        <Balance>decimal</Balance>
        <Prepayment_Penalty>short</Prepayment_Penalty>
        <Total_Assets>decimal</Total_Assets>
        <Tangible_Capital>decimal</Tangible_Capital>
        <Tangible_Capital_Assets>decimal</Tangible_Capital_Assets>
        <Ideal_Way_Credit_LineCred>decimal</Ideal_Way_Credit_LineCred>
        <Ideal_Way_Credit_LineOut>decimal</Ideal_Way_Credit_LineOut>
        <Mortgage_FunderCred>decimal</Mortgage_FunderCred>
        <Mortgage_FunderOut>decimal</Mortgage_FunderOut>
        <Letters_of_Credit>decimal</Letters_of_Credit>
        <Notional_SwapsOut>decimal</Notional_SwapsOut>
        <Notional_SwapsQty>short</Notional_SwapsQty>
        <Notional_CapsOut>decimal</Notional_CapsOut>
        <Notional_CapsQty>short</Notional_CapsQty>
        <Notional_FloorsOut>decimal</Notional_FloorsOut>
        <Notional_FloorsQty>short</Notional_FloorsQty>
        <Daily_Overnight>decimal</Daily_Overnight>
        <Rollover_Overnight>decimal</Rollover_Overnight>
      </getMemProfileResponse>
    </SF_GetMemberProfile_PFResponse>
  </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 /MemberProfileRep/MemberProfileRep.asmx HTTP/1.1
Host: servicestst.fhlbboston.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:Header>
    <ibsinfo xmlns="urn:schemas-iwaysoftware-com:iwse">
      <service>string</service>
      <method>string</method>
      <license>string</license>
      <disposition>string</disposition>
      <Username>string</Username>
      <Password>string</Password>
      <language>string</language>
    </ibsinfo>
  </soap12:Header>
  <soap12:Body>
    <SF_GetMemberProfile_PF xmlns="urn:iwaysoftware:ibse:jul2003:SF_GetMemberProfile_PF">
      <getMemberProfileRequest>
        <CustomerID>string</CustomerID>
        <User>
          <ID>string</ID>
          <Email>string</Email>
        </User>
        <AccountNumber>string</AccountNumber>
        <AccountNumber>string</AccountNumber>
      </getMemberProfileRequest>
    </SF_GetMemberProfile_PF>
  </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>
    <SF_GetMemberProfile_PFResponse cid="string" xmlns="urn:iwaysoftware:ibse:jul2003:SF_GetMemberProfile_PF:response">
      <getMemProfileResponse>
        <status>boolean</status>
        <DocketNumber>int</DocketNumber>
        <BackendMessage>
          <Description />
          <FieldID />
        </BackendMessage>
        <Date_Updated>string</Date_Updated>
        <CDA_Total_Limit>decimal</CDA_Total_Limit>
        <CDA_Available_Limit>decimal</CDA_Available_Limit>
        <CDA_Extra_Total_Limit>decimal</CDA_Extra_Total_Limit>
        <CDA_Extra_Available_Limit>decimal</CDA_Extra_Available_Limit>
        <PFI_Status>string</PFI_Status>
        <PFI_Number>short</PFI_Number>
        <PFI_Application_Sent>date</PFI_Application_Sent>
        <PFI_Application_Received>date</PFI_Application_Received>
        <Date_Assigned_PFI>date</Date_Assigned_PFI>
        <Current_Balance>decimal</Current_Balance>
        <Most_Recent_Disbursement>string</Most_Recent_Disbursement>
        <Mat_Date>string</Mat_Date>
        <Program>string</Program>
        <Term>string</Term>
        <Rate>decimal</Rate>
        <Balance>decimal</Balance>
        <Prepayment_Penalty>short</Prepayment_Penalty>
        <Total_Assets>decimal</Total_Assets>
        <Tangible_Capital>decimal</Tangible_Capital>
        <Tangible_Capital_Assets>decimal</Tangible_Capital_Assets>
        <Ideal_Way_Credit_LineCred>decimal</Ideal_Way_Credit_LineCred>
        <Ideal_Way_Credit_LineOut>decimal</Ideal_Way_Credit_LineOut>
        <Mortgage_FunderCred>decimal</Mortgage_FunderCred>
        <Mortgage_FunderOut>decimal</Mortgage_FunderOut>
        <Letters_of_Credit>decimal</Letters_of_Credit>
        <Notional_SwapsOut>decimal</Notional_SwapsOut>
        <Notional_SwapsQty>short</Notional_SwapsQty>
        <Notional_CapsOut>decimal</Notional_CapsOut>
        <Notional_CapsQty>short</Notional_CapsQty>
        <Notional_FloorsOut>decimal</Notional_FloorsOut>
        <Notional_FloorsQty>short</Notional_FloorsQty>
        <Daily_Overnight>decimal</Daily_Overnight>
        <Rollover_Overnight>decimal</Rollover_Overnight>
      </getMemProfileResponse>
    </SF_GetMemberProfile_PFResponse>
  </soap12:Body>
</soap12:Envelope>