[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Ftpapi Digest, Vol 74, Issue 22



   Hello Scott.
   Thanks for your response. I will look at EXAMPLE16 instead. Sorry but I
   don't really understand how I could read their WSDL to figure out how
   to pass the userid/password? Their WSDL is a HUGE XML document, and I'm
   not really sure what I'd be looking for anyway. Is the XML Request that
   I  originally attached to this thread of no use?.
   Paul.
   ___________________________________________________________
   Paul Reid
   Application Developer III
   Erb Group of Companies | 290 Hamilton Road | New Hamburg, Ontario | N3A
   1A2
   Phone: 519.662.6133 ext. 2363
   Web: [1]http://www.erbgroup.com/
   From:        ftpapi-request@xxxxxxxxxxxxxxxxxxxxxx
   To:        ftpapi@xxxxxxxxxxxxxxxxxxxxxx
   Date:        12/27/2012 03:47 PM
   Subject:        Ftpapi Digest, Vol 74, Issue 22
   Sent by:        ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
     __________________________________________________________________

   Send Ftpapi mailing list submissions to
                   ftpapi@xxxxxxxxxxxxxxxxxxxxxx
   To subscribe or unsubscribe via the World Wide Web, visit
                   [2]http://scottklement.com/mailman/listinfo/ftpapi
   or, via email, send a message with subject or body 'help' to
                   ftpapi-request@xxxxxxxxxxxxxxxxxxxxxx
   You can reach the person managing the list at
                   ftpapi-owner@xxxxxxxxxxxxxxxxxxxxxx
   When replying, please edit your Subject line so it is more specific
   than "Re: Contents of Ftpapi digest..."
   Today's Topics:
     1. For SOAP Request with a UserID and Password (EXAMPLE14).
        (PReid@xxxxxxxxxxxx)
     2. Re: For SOAP Request with a UserID and Password (EXAMPLE14).
        (Alan Campin)
   ----------------------------------------------------------------------
   Message: 1
   Date: Thu, 27 Dec 2012 14:56:38 -0500
   From: PReid@xxxxxxxxxxxx
   To: ftpapi@xxxxxxxxxxxxxxxxxxxxxx
   Subject: For SOAP Request with a UserID and Password (EXAMPLE14).
   Message-ID:

   <OF720A9809.15C9B6FE-ON85257AE1.0061714D-85257AE1.006D8786@xxxxxxxxxxxx
   >

   Content-Type: text/plain; charset="us-ascii"
   Hello.
   I've been attempting to learn how to use the HTTPAPI for several days
   now.
   Our company has a need to make a SOAP request to one of our vendors and
   receive data back from them. They require a UserID and Password in the
   request. Also, it is a secure (https) service. Can you tell me which of
   the HTTPAPI Examples I should start with as a model to do this. I am
   thinking EXAMPLE14, however; I don't seem to be able to get EXAMPLE14
   to
   work, are we sure that the URL's in this example aren't out of date?
   I have been experimenting with SoapUI so I know what my XML request and
   response will look like. Note I have replaced my actual UserID and
   Password with stars for security reasons.
   Any help would be much appreciated as I've very new to this. Thanks!!!
   XML Request
   <?xml version="1.0" encoding="utf-8"?>
   <soap:Envelope
   xmlns:soap="[3]http://www.w3.org/2003/05/soap-envelope";
   xmlns:wsa="[4]http://schemas.xmlsoap.org/ws/2004/03/addressing";
   xmlns:wsse="
   [5]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-s
   ecext-1.0.xsd
   "
   xmlns:wsu="
   [6]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-u
   tility-1.0.xsd
   "
   xmlns:xsd="[7]http://www.w3.org/2001/XMLSchema";
   xmlns:xsi="[8]http://www.w3.org/2001/XMLSchema-instance";>
   <soap:Header>
   <wsa:Action>[9]http://www.qualcomm.com/VerifyAccess</wsa:Action>
   <wsa:MessageID>urn:uuid:db5ab195-ceb1-4325-8e1a-3b293ee1b49b</wsa:Messa
   geID>
   <wsa:ReplyTo>
   <wsa:Address>[10]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/
   anonym
   ous</wsa:Address>
   </wsa:ReplyTo>
   <wsa:To>[11]https://qhos.qualcommapps.com/qhoswsna/driver.asmx</wsa:To>
   <wsse:Security soap:mustUnderstand="1">
   <wsse:UsernameToken xmlns:wsu="[12]http://docs.oasisopen.
   org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"
   wsu:Id="SecurityToken-fbd3add0-e734-4dc3-b717-609e4089228d">
   <wsse:Username>*******************</wsse:Username>
   <wsse:Password Type="
   [13]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-to
   ken-profile-1.0#PasswordText
   ">*********</wsse:Password>
   </wsse:UsernameToken>
   </wsse:Security>
   </soap:Header>
     <soap:Body>
        <ExportDriver xmlns="[14]http://www.qualcomm.com";>
           <!--Optional:-->
           <request>
              <!--Optional:-->
              <Drivers>
                 <!--Zero or more repetitions:-->
                 <string>CGOES</string>
                 <string>LBOLT</string>
              </Drivers>
              <RuleSet>CANMain</RuleSet>
           </request>
        </ExportDriver>
     </soap:Body>
   </soap:Envelope>
   XML Response
   <soap:Envelope xmlns:soap="[15]http://www.w3.org/2003/05/soap-envelope";
   xmlns:xsi="[16]http://www.w3.org/2001/XMLSchema-instance"; xmlns:xsd="
   [17]http://www.w3.org/2001/XMLSchema"; xmlns:wsa="
   [18]http://schemas.xmlsoap.org/ws/2004/08/addressing"; xmlns:wsse="
   [19]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-
   secext-1.0.xsd
   " xmlns:wsu="
   [20]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-
   utility-1.0.xsd
   ">
     <env:Header xmlns:env="[21]http://www.w3.org/2003/05/soap-envelope";>
        <wsa:Action>[22]http://www.qualcomm.com/ExportDriverResponse
   </wsa:Action>
   <wsa:MessageID>urn:uuid:2ba97535-796d-4e24-9bb4-8215718d8f80</wsa:Messa
   geID>
   <wsa:RelatesTo>urn:uuid:f866f097-61e1-40c2-85a3-945fa79c4621</wsa:Relat
   esTo>
        <wsa:To>
   [23]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</ws
   a:To>
        <wsse:Security>
           <wsu:Timestamp
   wsu:Id="Timestamp-a1924cfb-a098-481f-922c-df5b8c524aea">
              <wsu:Created>2012-12-27T17:52:20Z</wsu:Created>
              <wsu:Expires>2012-12-27T17:57:20Z</wsu:Expires>
           </wsu:Timestamp>
        </wsse:Security>
     </env:Header>
     <soap:Body>
        <ExportDriverResponse xmlns="[24]http://www.qualcomm.com";>
           <ExportDriverResult>
              <DriverExport>
                 <DriverExportData>
                    <DriverId>CGOES</DriverId>
                    <Password>3395</Password>
                    <LastName>Goes</LastName>
                    <FirstName>Casey</FirstName>
                    <DepotId>13</DepotId>
                    <TractorId>05197</TractorId>
                    <ActivityStarted>2012-12-27T12:41:00</ActivityStarted>
                    <DayDrive>715</DayDrive>
                    <DayDuty>492</DayDuty>
                    <WeekDuty>2593</WeekDuty>
                    <DayOff>15497</DayOff>
                    <Shift>612</Shift>
   <LastAvailHoursRecalc>2012-12-27T12:52:20.6906826Z</LastAvailHoursRecal
   c>
                    <TodayOnDuty>272</TodayOnDuty>
                    <TodayOffDuty>424</TodayOffDuty>
                    <TodaySleeper>0</TodaySleeper>
                    <TodayDrive>65</TodayDrive>
                    <YesterdayOnDuty>379</YesterdayOnDuty>
                    <YesterdayOffDuty>959</YesterdayOffDuty>
                    <YesterdaySleeper>0</YesterdaySleeper>
                    <YesterdayDrive>102</YesterdayDrive>
                    <Activity>4</Activity>
                    <TimeZone>Eastern Standard Time</TimeZone>
                    <USDutyCycle>EightDay</USDutyCycle>
                    <CANDutyCycle>SevenDay</CANDutyCycle>
                    <CurrentRuleSet>CANMain</CurrentRuleSet>
                 </DriverExportData>
                 <DriverExportData>
                    <DriverId>LBOLT</DriverId>
                    <Password>4498</Password>
                    <LastName>Bolt</LastName>
                    <FirstName>Lynden</FirstName>
                    <DepotId>14</DepotId>
                    <TractorId>02160</TractorId>
                    <ActivityStarted>2012-12-27T11:43:00</ActivityStarted>
                    <DayDrive>687</DayDrive>
                    <DayDuty>488</DayDuty>
                    <WeekDuty>3848</WeekDuty>
                    <DayOff>19808</DayOff>
                    <Shift>608</Shift>
   <LastAvailHoursRecalc>2012-12-27T12:52:20.7063081Z</LastAvailHoursRecal
   c>
                    <TodayOnDuty>250</TodayOnDuty>
                    <TodayOffDuty>420</TodayOffDuty>
                    <TodaySleeper>0</TodaySleeper>
                    <TodayDrive>93</TodayDrive>
                    <YesterdayOnDuty>0</YesterdayOnDuty>
                    <YesterdayOffDuty>1440</YesterdayOffDuty>
                    <YesterdaySleeper>0</YesterdaySleeper>
                    <YesterdayDrive>0</YesterdayDrive>
                    <Activity>4</Activity>
                    <TimeZone>Eastern Standard Time</TimeZone>
                    <USDutyCycle>EightDay</USDutyCycle>
                    <CANDutyCycle>SevenDay</CANDutyCycle>
                    <CurrentRuleSet>CANMain</CurrentRuleSet>
                 </DriverExportData>
              </DriverExport>
           </ExportDriverResult>
        </ExportDriverResponse>
     </soap:Body>
   </soap:Envelope>
   ___________________________________________________________
   Paul Reid
   Application Developer III
   Erb Group of Companies | 290 Hamilton Road | New Hamburg, Ontario | N3A
   1A2
   Phone: 519.662.6133 ext. 2363
   Web: [25]http://www.erbgroup.com/
   -------------- next part --------------
     Hello.
     I've been attempting to learn how to use the HTTPAPI for several days
     now. Our company has a need to make a SOAP request to one of our
     vendors and receive data back from them. They require a UserID and
     Password in the request. Also, it is a secure (https) service. Can
   you
     tell me which of the HTTPAPI Examples I should start with as a model
   to
     do this. I am thinking EXAMPLE14, however; I don't seem to be able to
     get EXAMPLE14 to work, are we sure that the URL's in this example
     aren't out of date?
     I have been experimenting with SoapUI so I know what my XML request
   and
     response will look like. Note I have replaced my actual UserID and
     Password with stars for security reasons.
     Any help would be much appreciated as I've very new to this.
   Thanks!!!
     XML Request
     <?xml version="1.0" encoding="utf-8"?>
     <soap:Envelope
     xmlns:soap="[1][26]http://www.w3.org/2003/05/soap-envelope";
     xmlns:wsa="[2][27]http://schemas.xmlsoap.org/ws/2004/03/addressing";

   xmlns:wsse="[3][28]http://docs.oasis-open.org/wss/2004/01/oasis-200401-
   wss-
     wssecurity-secext-1.0.xsd"

   xmlns:wsu="[4][29]http://docs.oasis-open.org/wss/2004/01/oasis-200401-w
   ss-w
     ssecurity-utility-1.0.xsd"
     xmlns:xsd="[5][30]http://www.w3.org/2001/XMLSchema";
     xmlns:xsi="[6][31]http://www.w3.org/2001/XMLSchema-instance";>
     <soap:Header>
     <wsa:Action>[7][32]http://www.qualcomm.com/VerifyAccess</wsa:Action>

   <wsa:MessageID>urn:uuid:db5ab195-ceb1-4325-8e1a-3b293ee1b49b</wsa:Messa
     geID>
     <wsa:ReplyTo>

   <wsa:Address>[8][33]http://schemas.xmlsoap.org/ws/2004/08/addressing/ro
   le/a
     nonym
     ous</wsa:Address>
     </wsa:ReplyTo>

   <wsa:To>[9][34]https://qhos.qualcommapps.com/qhoswsna/driver.asmx</wsa:
   To>
     <wsse:Security soap:mustUnderstand="1">
     <wsse:UsernameToken xmlns:wsu="[10][35]http://docs.oasisopen.
     org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"
     wsu:Id="SecurityToken-fbd3add0-e734-4dc3-b717-609e4089228d">
     <wsse:Username>*******************</wsse:Username>
     <wsse:Password

   Type="[11][36]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-u
   sern
     ame-token-profile-1.0#PasswordText">*********</wsse:Password>
     </wsse:UsernameToken>
     </wsse:Security>
     </soap:Header>
        <soap:Body>
           <ExportDriver xmlns="[12][37]http://www.qualcomm.com";>
              <!--Optional:-->
              <request>
                 <!--Optional:-->
                 <Drivers>
                    <!--Zero or more repetitions:-->
                    <string>CGOES</string>
                    <string>LBOLT</string>
                 </Drivers>
                 <RuleSet>CANMain</RuleSet>
              </request>
           </ExportDriver>
        </soap:Body>
     </soap:Envelope>
     XML Response
     <soap:Envelope
   xmlns:soap="[13][38]http://www.w3.org/2003/05/soap-envelope";
     xmlns:xsi="[14][39]http://www.w3.org/2001/XMLSchema-instance";
     xmlns:xsd="[15][40]http://www.w3.org/2001/XMLSchema";
     xmlns:wsa="[16][41]http://schemas.xmlsoap.org/ws/2004/08/addressing";

   xmlns:wsse="[17][42]http://docs.oasis-open.org/wss/2004/01/oasis-200401
   -wss
     -wssecurity-secext-1.0.xsd"

   xmlns:wsu="[18][43]http://docs.oasis-open.org/wss/2004/01/oasis-200401-
   wss-
     wssecurity-utility-1.0.xsd">
        <env:Header
   xmlns:env="[19][44]http://www.w3.org/2003/05/soap-envelope";>

   <wsa:Action>[20][45]http://www.qualcomm.com/ExportDriverResponse</wsa:A
   ctio
     n>

   <wsa:MessageID>urn:uuid:2ba97535-796d-4e24-9bb4-8215718d8f80</wsa:Messa
     geID>

   <wsa:RelatesTo>urn:uuid:f866f097-61e1-40c2-85a3-945fa79c4621</wsa:Relat
     esTo>

   <wsa:To>[21][46]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/a
   nony
     mous</wsa:To>
           <wsse:Security>
              <wsu:Timestamp
     wsu:Id="Timestamp-a1924cfb-a098-481f-922c-df5b8c524aea">
                 <wsu:Created>2012-12-27T17:52:20Z</wsu:Created>
                 <wsu:Expires>2012-12-27T17:57:20Z</wsu:Expires>
              </wsu:Timestamp>
           </wsse:Security>
        </env:Header>
        <soap:Body>
           <ExportDriverResponse xmlns="[22][47]http://www.qualcomm.com";>
              <ExportDriverResult>
                 <DriverExport>
                    <DriverExportData>
                       <DriverId>CGOES</DriverId>
                       <Password>3395</Password>
                       <LastName>Goes</LastName>
                       <FirstName>Casey</FirstName>
                       <DepotId>13</DepotId>
                       <TractorId>05197</TractorId>
     <ActivityStarted>2012-12-27T12:41:00</ActivityStarted>
                       <DayDrive>715</DayDrive>
                       <DayDuty>492</DayDuty>
                       <WeekDuty>2593</WeekDuty>
                       <DayOff>15497</DayOff>
                       <Shift>612</Shift>

   <LastAvailHoursRecalc>2012-12-27T12:52:20.6906826Z</LastAvailHoursRecal
     c>
                       <TodayOnDuty>272</TodayOnDuty>
                       <TodayOffDuty>424</TodayOffDuty>
                       <TodaySleeper>0</TodaySleeper>
                       <TodayDrive>65</TodayDrive>
                       <YesterdayOnDuty>379</YesterdayOnDuty>
                       <YesterdayOffDuty>959</YesterdayOffDuty>
                       <YesterdaySleeper>0</YesterdaySleeper>
                       <YesterdayDrive>102</YesterdayDrive>
                       <Activity>4</Activity>
                       <TimeZone>Eastern Standard Time</TimeZone>
                       <USDutyCycle>EightDay</USDutyCycle>
                       <CANDutyCycle>SevenDay</CANDutyCycle>
                       <CurrentRuleSet>CANMain</CurrentRuleSet>
                    </DriverExportData>
                    <DriverExportData>
                       <DriverId>LBOLT</DriverId>
                       <Password>4498</Password>
                       <LastName>Bolt</LastName>
                       <FirstName>Lynden</FirstName>
                       <DepotId>14</DepotId>
                       <TractorId>02160</TractorId>
     <ActivityStarted>2012-12-27T11:43:00</ActivityStarted>
                       <DayDrive>687</DayDrive>
                       <DayDuty>488</DayDuty>
                       <WeekDuty>3848</WeekDuty>
                       <DayOff>19808</DayOff>
                       <Shift>608</Shift>

   <LastAvailHoursRecalc>2012-12-27T12:52:20.7063081Z</LastAvailHoursRecal
     c>
                       <TodayOnDuty>250</TodayOnDuty>
                       <TodayOffDuty>420</TodayOffDuty>
                       <TodaySleeper>0</TodaySleeper>
                       <TodayDrive>93</TodayDrive>
                       <YesterdayOnDuty>0</YesterdayOnDuty>
                       <YesterdayOffDuty>1440</YesterdayOffDuty>
                       <YesterdaySleeper>0</YesterdaySleeper>
                       <YesterdayDrive>0</YesterdayDrive>
                       <Activity>4</Activity>
                       <TimeZone>Eastern Standard Time</TimeZone>
                       <USDutyCycle>EightDay</USDutyCycle>
                       <CANDutyCycle>SevenDay</CANDutyCycle>
                       <CurrentRuleSet>CANMain</CurrentRuleSet>
                    </DriverExportData>
                 </DriverExport>
              </ExportDriverResult>
           </ExportDriverResponse>
        </soap:Body>
     </soap:Envelope>
     ___________________________________________________________
     Paul Reid
     Application Developer III
     Erb Group of Companies | 290 Hamilton Road | New Hamburg, Ontario |
   N3A
     1A2
     Phone: 519.662.6133 ext. 2363
     Web: [23][48]http://www.erbgroup.com/
   References
     1. [49]http://www.w3.org/2003/05/soap-envelope
     2. [50]http://schemas.xmlsoap.org/ws/2004/03/addressing
     3.
   [51]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-
   secext-1.0.xsd
     4.
   [52]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-
   utility-1.0.xsd
     5. [53]http://www.w3.org/2001/XMLSchema
     6. [54]http://www.w3.org/2001/XMLSchema-instance
     7. [55]http://www.qualcomm.com/VerifyAccess
     8. [56]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonym
     9. [57]https://qhos.qualcommapps.com/qhoswsna/driver.asmx
    10. [58]http://docs.oasisopen/
    11.
   [59]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-to
   ken-profile-1.0#PasswordText
    12. [60]http://www.qualcomm.com/
    13. [61]http://www.w3.org/2003/05/soap-envelope
    14. [62]http://www.w3.org/2001/XMLSchema-instance
    15. [63]http://www.w3.org/2001/XMLSchema
    16. [64]http://schemas.xmlsoap.org/ws/2004/08/addressing
    17.
   [65]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-
   secext-1.0.xsd
    18.
   [66]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-
   utility-1.0.xsd
    19. [67]http://www.w3.org/2003/05/soap-envelope
    20. [68]http://www.qualcomm.com/ExportDriverResponse
    21.
   [69]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous
    22. [70]http://www.qualcomm.com/
    23. [71]http://www.erbgroup.com/
   ------------------------------
   Message: 2
   Date: Thu, 27 Dec 2012 13:17:32 -0700
   From: Alan Campin <alan0307d@xxxxxxxxx>
   To: HTTPAPI and FTPAPI Projects <ftpapi@xxxxxxxxxxxxxxxxxxxxxx>
   Subject: Re: For SOAP Request with a UserID and Password (EXAMPLE14).
   Message-ID:

   <CADVQcshp1ph4jgM67FcKkRrHX3nVVZZ+2seyXikAYFQG3BWdFw@xxxxxxxxxxxxxx>
   Content-Type: text/plain; charset="iso-8859-1"
   If you are interested I have some code I just wrote a few months ago
   that
   does a Qualcomm transfer of a truck from one NMS to another using
   https.The
   inside should be different but everything else should be the same.
   Contact
   me off-line if you are interested.
   On Thu, Dec 27, 2012 at 12:56 PM, <PReid@xxxxxxxxxxxx> wrote:
   >    Hello.
   >    I've been attempting to learn how to use the HTTPAPI for several
   days
   >    now. Our company has a need to make a SOAP request to one of our
   >    vendors and receive data back from them. They require a UserID and
   >    Password in the request. Also, it is a secure (https) service. Can
   you
   >    tell me which of the HTTPAPI Examples I should start with as a
   model to
   >    do this. I am thinking EXAMPLE14, however; I don't seem to be able
   to
   >    get EXAMPLE14 to work, are we sure that the URL's in this example
   >    aren't out of date?
   >    I have been experimenting with SoapUI so I know what my XML
   request and
   >    response will look like. Note I have replaced my actual UserID and
   >    Password with stars for security reasons.
   >    Any help would be much appreciated as I've very new to this.
   Thanks!!!
   >    XML Request
   >    <?xml version="1.0" encoding="utf-8"?>
   >    <soap:Envelope
   >    xmlns:soap="[1][72]http://www.w3.org/2003/05/soap-envelope";
   >
   xmlns:wsa="[2][73]http://schemas.xmlsoap.org/ws/2004/03/addressing";
   >
   xmlns:wsse="[3][74]http://docs.oasis-open.org/wss/2004/01/oasis-200401-
   wss-
   >    wssecurity-secext-1.0.xsd"
   >
   xmlns:wsu="[4][75]http://docs.oasis-open.org/wss/2004/01/oasis-200401-w
   ss-w
   >    ssecurity-utility-1.0.xsd"
   >    xmlns:xsd="[5][76]http://www.w3.org/2001/XMLSchema";
   >    xmlns:xsi="[6][77]http://www.w3.org/2001/XMLSchema-instance";>
   >    <soap:Header>
   >
   <wsa:Action>[7][78]http://www.qualcomm.com/VerifyAccess</wsa:Action>
   >
   <wsa:MessageID>urn:uuid:db5ab195-ceb1-4325-8e1a-3b293ee1b49b</wsa:Messa
   >    geID>
   >    <wsa:ReplyTo>
   >
   <wsa:Address>[8][79]http://schemas.xmlsoap.org/ws/2004/08/addressing/ro
   le/a
   >    nonym
   >    ous</wsa:Address>
   >    </wsa:ReplyTo>
   >
   <wsa:To>[9][80]https://qhos.qualcommapps.com/qhoswsna/driver.asmx</wsa:
   To>
   >    <wsse:Security soap:mustUnderstand="1">
   >    <wsse:UsernameToken xmlns:wsu="[10][81]http://docs.oasisopen.
   >    org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"
   >    wsu:Id="SecurityToken-fbd3add0-e734-4dc3-b717-609e4089228d">
   >    <wsse:Username>*******************</wsse:Username>
   >    <wsse:Password
   >
   Type="[11][82]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-u
   sern
   >    ame-token-profile-1.0#PasswordText">*********</wsse:Password>
   >    </wsse:UsernameToken>
   >    </wsse:Security>
   >    </soap:Header>
   >       <soap:Body>
   >          <ExportDriver xmlns="[12][83]http://www.qualcomm.com";>
   >             <!--Optional:-->
   >             <request>
   >                <!--Optional:-->
   >                <Drivers>
   >                   <!--Zero or more repetitions:-->
   >                   <string>CGOES</string>
   >                   <string>LBOLT</string>
   >                </Drivers>
   >                <RuleSet>CANMain</RuleSet>
   >             </request>
   >          </ExportDriver>
   >       </soap:Body>
   >    </soap:Envelope>
   >    XML Response
   >    <soap:Envelope
   xmlns:soap="[13][84]http://www.w3.org/2003/05/soap-envelope";
   >    xmlns:xsi="[14][85]http://www.w3.org/2001/XMLSchema-instance";
   >    xmlns:xsd="[15][86]http://www.w3.org/2001/XMLSchema";
   >
   xmlns:wsa="[16][87]http://schemas.xmlsoap.org/ws/2004/08/addressing";
   >
   xmlns:wsse="[17][88]http://docs.oasis-open.org/wss/2004/01/oasis-200401
   -wss
   >    -wssecurity-secext-1.0.xsd"
   >
   xmlns:wsu="[18][89]http://docs.oasis-open.org/wss/2004/01/oasis-200401-
   wss-
   >    wssecurity-utility-1.0.xsd">
   >       <env:Header
   xmlns:env="[19][90]http://www.w3.org/2003/05/soap-envelope";>
   >
   >
   <wsa:Action>[20][91]http://www.qualcomm.com/ExportDriverResponse</wsa:A
   ctio
   >    n>
   >
   >
   <wsa:MessageID>urn:uuid:2ba97535-796d-4e24-9bb4-8215718d8f80</wsa:Messa
   >    geID>
   >
   >
   <wsa:RelatesTo>urn:uuid:f866f097-61e1-40c2-85a3-945fa79c4621</wsa:Relat
   >    esTo>
   >
   >
   <wsa:To>[21][92]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/a
   nony
   >    mous</wsa:To>
   >          <wsse:Security>
   >             <wsu:Timestamp
   >    wsu:Id="Timestamp-a1924cfb-a098-481f-922c-df5b8c524aea">
   >                <wsu:Created>2012-12-27T17:52:20Z</wsu:Created>
   >                <wsu:Expires>2012-12-27T17:57:20Z</wsu:Expires>
   >             </wsu:Timestamp>
   >          </wsse:Security>
   >       </env:Header>
   >       <soap:Body>
   >          <ExportDriverResponse
   xmlns="[22][93]http://www.qualcomm.com";>
   >             <ExportDriverResult>
   >                <DriverExport>
   >                   <DriverExportData>
   >                      <DriverId>CGOES</DriverId>
   >                      <Password>3395</Password>
   >                      <LastName>Goes</LastName>
   >                      <FirstName>Casey</FirstName>
   >                      <DepotId>13</DepotId>
   >                      <TractorId>05197</TractorId>
   >
   >    <ActivityStarted>2012-12-27T12:41:00</ActivityStarted>
   >                      <DayDrive>715</DayDrive>
   >                      <DayDuty>492</DayDuty>
   >                      <WeekDuty>2593</WeekDuty>
   >                      <DayOff>15497</DayOff>
   >                      <Shift>612</Shift>
   >
   >
   <LastAvailHoursRecalc>2012-12-27T12:52:20.6906826Z</LastAvailHoursRecal
   >    c>
   >                      <TodayOnDuty>272</TodayOnDuty>
   >                      <TodayOffDuty>424</TodayOffDuty>
   >                      <TodaySleeper>0</TodaySleeper>
   >                      <TodayDrive>65</TodayDrive>
   >                      <YesterdayOnDuty>379</YesterdayOnDuty>
   >                      <YesterdayOffDuty>959</YesterdayOffDuty>
   >                      <YesterdaySleeper>0</YesterdaySleeper>
   >                      <YesterdayDrive>102</YesterdayDrive>
   >                      <Activity>4</Activity>
   >                      <TimeZone>Eastern Standard Time</TimeZone>
   >                      <USDutyCycle>EightDay</USDutyCycle>
   >                      <CANDutyCycle>SevenDay</CANDutyCycle>
   >                      <CurrentRuleSet>CANMain</CurrentRuleSet>
   >                   </DriverExportData>
   >                   <DriverExportData>
   >                      <DriverId>LBOLT</DriverId>
   >                      <Password>4498</Password>
   >                      <LastName>Bolt</LastName>
   >                      <FirstName>Lynden</FirstName>
   >                      <DepotId>14</DepotId>
   >                      <TractorId>02160</TractorId>
   >
   >    <ActivityStarted>2012-12-27T11:43:00</ActivityStarted>
   >                      <DayDrive>687</DayDrive>
   >                      <DayDuty>488</DayDuty>
   >                      <WeekDuty>3848</WeekDuty>
   >                      <DayOff>19808</DayOff>
   >                      <Shift>608</Shift>
   >
   >
   <LastAvailHoursRecalc>2012-12-27T12:52:20.7063081Z</LastAvailHoursRecal
   >    c>
   >                      <TodayOnDuty>250</TodayOnDuty>
   >                      <TodayOffDuty>420</TodayOffDuty>
   >                      <TodaySleeper>0</TodaySleeper>
   >                      <TodayDrive>93</TodayDrive>
   >                      <YesterdayOnDuty>0</YesterdayOnDuty>
   >                      <YesterdayOffDuty>1440</YesterdayOffDuty>
   >                      <YesterdaySleeper>0</YesterdaySleeper>
   >                      <YesterdayDrive>0</YesterdayDrive>
   >                      <Activity>4</Activity>
   >                      <TimeZone>Eastern Standard Time</TimeZone>
   >                      <USDutyCycle>EightDay</USDutyCycle>
   >                      <CANDutyCycle>SevenDay</CANDutyCycle>
   >                      <CurrentRuleSet>CANMain</CurrentRuleSet>
   >                   </DriverExportData>
   >                </DriverExport>
   >             </ExportDriverResult>
   >          </ExportDriverResponse>
   >       </soap:Body>
   >    </soap:Envelope>
   >    ___________________________________________________________
   >    Paul Reid
   >    Application Developer III
   >    Erb Group of Companies | 290 Hamilton Road | New Hamburg, Ontario
   | N3A
   >    1A2
   >    Phone: 519.662.6133 ext. 2363
   >    Web: [23][94]http://www.erbgroup.com/
   >
   > References
   >
   >    1. [95]http://www.w3.org/2003/05/soap-envelope
   >    2. [96]http://schemas.xmlsoap.org/ws/2004/03/addressing
   >    3.
   >
   [97]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-
   secext-1.0.xsd
   >    4.
   >
   [98]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-
   utility-1.0.xsd
   >    5. [99]http://www.w3.org/2001/XMLSchema
   >    6. [100]http://www.w3.org/2001/XMLSchema-instance
   >    7. [101]http://www.qualcomm.com/VerifyAccess
   >    8.
   [102]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonym
   >    9. [103]https://qhos.qualcommapps.com/qhoswsna/driver.asmx
   >   10. [104]http://docs.oasisopen/
   >   11.
   >
   [105]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-t
   oken-profile-1.0#PasswordText
   >   12. [106]http://www.qualcomm.com/
   >   13. [107]http://www.w3.org/2003/05/soap-envelope
   >   14. [108]http://www.w3.org/2001/XMLSchema-instance
   >   15. [109]http://www.w3.org/2001/XMLSchema
   >   16. [110]http://schemas.xmlsoap.org/ws/2004/08/addressing
   >   17.
   >
   [111]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity
   -secext-1.0.xsd
   >   18.
   >
   [112]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity
   -utility-1.0.xsd
   >   19. [113]http://www.w3.org/2003/05/soap-envelope
   >   20. [114]http://www.qualcomm.com/ExportDriverResponse
   >   21.
   [115]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous
   >   22. [116]http://www.qualcomm.com/
   >   23. [117]http://www.erbgroup.com/
   >
   >
   -----------------------------------------------------------------------
   > This is the FTPAPI mailing list.  To unsubscribe, please go to:
   > [118]http://www.scottklement.com/mailman/listinfo/ftpapi
   >
   -----------------------------------------------------------------------
   >
   >
   -------------- next part --------------
     If you are interested I have some code I just wrote a few months ago
     that does a Qualcomm transfer of a truck from one NMS to another
   using
     https.The inside should be different but everything else should be
   the
     same. Contact me off-line if you are interested.
     On Thu, Dec 27, 2012 at 12:56 PM, <[1]PReid@xxxxxxxxxxxx> wrote:
          Hello.
          I've been attempting to learn how to use the HTTPAPI for several
       days
          now. Our company has a need to make a SOAP request to one of our
          vendors and receive data back from them. They require a UserID
       and
          Password in the request. Also, it is a secure (https) service.
       Can you
          tell me which of the HTTPAPI Examples I should start with as a
       model to
          do this. I am thinking EXAMPLE14, however; I don't seem to be
       able to
          get EXAMPLE14 to work, are we sure that the URL's in this
   example
          aren't out of date?
          I have been experimenting with SoapUI so I know what my XML
       request and
          response will look like. Note I have replaced my actual UserID
       and
          Password with stars for security reasons.
          Any help would be much appreciated as I've very new to this.
       Thanks!!!
          XML Request
          <?xml version="1.0" encoding="utf-8"?>
          <soap:Envelope
          xmlns:soap="[1][2][119]http://www.w3.org/2003/05/soap-envelope";

   xmlns:wsa="[2][3][120]http://schemas.xmlsoap.org/ws/2004/03/addressing";

   xmlns:wsse="[3][4][121]http://docs.oasis-open.org/wss/2004/01/oasis-200
   40
       1-wss-
          wssecurity-secext-1.0.xsd"

   xmlns:wsu="[4][5][122]http://docs.oasis-open.org/wss/2004/01/oasis-2004
   01
       -wss-w
          ssecurity-utility-1.0.xsd"
          xmlns:xsd="[5][6][123]http://www.w3.org/2001/XMLSchema";

   xmlns:xsi="[6][7][124]http://www.w3.org/2001/XMLSchema-instance";>
          <soap:Header>

   <wsa:Action>[7][8][125]http://www.qualcomm.com/VerifyAccess</wsa:Action
   >

   <wsa:MessageID>urn:uuid:db5ab195-ceb1-4325-8e1a-3b293ee1b49b</wsa:Me
       ssa
          geID>
          <wsa:ReplyTo>

   <wsa:Address>[8][9][126]http://schemas.xmlsoap.org/ws/2004/08/addressin
   g/
       role/a
          nonym
          ous</wsa:Address>
          </wsa:ReplyTo>

   <wsa:To>[9][10][127]https://qhos.qualcommapps.com/qhoswsna/driver.asmx<
   /w
       sa:To>
          <wsse:Security soap:mustUnderstand="1">
          <wsse:UsernameToken
   xmlns:wsu="[10][11][128]http://docs.oasisopen.
          org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"
          wsu:Id="SecurityToken-fbd3add0-e734-4dc3-b717-609e4089228d">
          <wsse:Username>*******************</wsse:Username>
          <wsse:Password

   Type="[11][12][129]http://docs.oasis-open.org/wss/2004/01/oasis-200401-
   ws
       s-usern
          ame-token-profile-1.0#PasswordText">*********</wsse:Password>
          </wsse:UsernameToken>
          </wsse:Security>
          </soap:Header>
             <soap:Body>
                <ExportDriver
   xmlns="[12][13][130]http://www.qualcomm.com";>
                   <!--Optional:-->
                   <request>
                      <!--Optional:-->
                      <Drivers>
                         <!--Zero or more repetitions:-->
                         <string>CGOES</string>
                         <string>LBOLT</string>
                      </Drivers>
                      <RuleSet>CANMain</RuleSet>
                   </request>
                </ExportDriver>
             </soap:Body>
          </soap:Envelope>
          XML Response
          <soap:Envelope
       xmlns:soap="[13][14][131]http://www.w3.org/2003/05/soap-envelope";

   xmlns:xsi="[14][15][132]http://www.w3.org/2001/XMLSchema-instance";
          xmlns:xsd="[15][16][133]http://www.w3.org/2001/XMLSchema";

   xmlns:wsa="[16][17][134]http://schemas.xmlsoap.org/ws/2004/08/addressin
   g"

   xmlns:wsse="[17][18][135]http://docs.oasis-open.org/wss/2004/01/oasis-2
   00
       401-wss
          -wssecurity-secext-1.0.xsd"

   xmlns:wsu="[18][19][136]http://docs.oasis-open.org/wss/2004/01/oasis-20
   04
       01-wss-
          wssecurity-utility-1.0.xsd">
             <env:Header
       xmlns:env="[19][20][137]http://www.w3.org/2003/05/soap-envelope";>

   <wsa:Action>[20][21][138]http://www.qualcomm.com/ExportDriverResponse</
   ws
       a:Actio
          n>

   <wsa:MessageID>urn:uuid:2ba97535-796d-4e24-9bb4-8215718d8f80</wsa:Me
       ssa
          geID>

   <wsa:RelatesTo>urn:uuid:f866f097-61e1-40c2-85a3-945fa79c4621</wsa:Re
       lat
          esTo>

   <wsa:To>[21][22][139]http://schemas.xmlsoap.org/ws/2004/08/addressing/r
   ol
       e/anony
          mous</wsa:To>
                <wsse:Security>
                   <wsu:Timestamp
          wsu:Id="Timestamp-a1924cfb-a098-481f-922c-df5b8c524aea">
                      <wsu:Created>2012-12-27T17:52:20Z</wsu:Created>
                      <wsu:Expires>2012-12-27T17:57:20Z</wsu:Expires>
                   </wsu:Timestamp>
                </wsse:Security>
             </env:Header>
             <soap:Body>
                <ExportDriverResponse
       xmlns="[22][23][140]http://www.qualcomm.com";>
                   <ExportDriverResult>
                      <DriverExport>
                         <DriverExportData>
                            <DriverId>CGOES</DriverId>
                            <Password>3395</Password>
                            <LastName>Goes</LastName>
                            <FirstName>Casey</FirstName>
                            <DepotId>13</DepotId>
                            <TractorId>05197</TractorId>
          <ActivityStarted>2012-12-27T12:41:00</ActivityStarted>
                            <DayDrive>715</DayDrive>
                            <DayDuty>492</DayDuty>
                            <WeekDuty>2593</WeekDuty>
                            <DayOff>15497</DayOff>
                            <Shift>612</Shift>

   <LastAvailHoursRecalc>2012-12-27T12:52:20.6906826Z</LastAvailHoursRe
       cal
          c>
                            <TodayOnDuty>272</TodayOnDuty>
                            <TodayOffDuty>424</TodayOffDuty>
                            <TodaySleeper>0</TodaySleeper>
                            <TodayDrive>65</TodayDrive>
                            <YesterdayOnDuty>379</YesterdayOnDuty>
                            <YesterdayOffDuty>959</YesterdayOffDuty>
                            <YesterdaySleeper>0</YesterdaySleeper>
                            <YesterdayDrive>102</YesterdayDrive>
                            <Activity>4</Activity>
                            <TimeZone>Eastern Standard Time</TimeZone>
                            <USDutyCycle>EightDay</USDutyCycle>
                            <CANDutyCycle>SevenDay</CANDutyCycle>
                            <CurrentRuleSet>CANMain</CurrentRuleSet>
                         </DriverExportData>
                         <DriverExportData>
                            <DriverId>LBOLT</DriverId>
                            <Password>4498</Password>
                            <LastName>Bolt</LastName>
                            <FirstName>Lynden</FirstName>
                            <DepotId>14</DepotId>
                            <TractorId>02160</TractorId>
          <ActivityStarted>2012-12-27T11:43:00</ActivityStarted>
                            <DayDrive>687</DayDrive>
                            <DayDuty>488</DayDuty>
                            <WeekDuty>3848</WeekDuty>
                            <DayOff>19808</DayOff>
                            <Shift>608</Shift>

   <LastAvailHoursRecalc>2012-12-27T12:52:20.7063081Z</LastAvailHoursRe
       cal
          c>
                            <TodayOnDuty>250</TodayOnDuty>
                            <TodayOffDuty>420</TodayOffDuty>
                            <TodaySleeper>0</TodaySleeper>
                            <TodayDrive>93</TodayDrive>
                            <YesterdayOnDuty>0</YesterdayOnDuty>
                            <YesterdayOffDuty>1440</YesterdayOffDuty>
                            <YesterdaySleeper>0</YesterdaySleeper>
                            <YesterdayDrive>0</YesterdayDrive>
                            <Activity>4</Activity>
                            <TimeZone>Eastern Standard Time</TimeZone>
                            <USDutyCycle>EightDay</USDutyCycle>
                            <CANDutyCycle>SevenDay</CANDutyCycle>
                            <CurrentRuleSet>CANMain</CurrentRuleSet>
                         </DriverExportData>
                      </DriverExport>
                   </ExportDriverResult>
                </ExportDriverResponse>
             </soap:Body>
          </soap:Envelope>
          ___________________________________________________________
          Paul Reid
          Application Developer III
          Erb Group of Companies | 290 Hamilton Road | New Hamburg,
   Ontario
       | N3A
          1A2
          Phone: 519.662.6133 ext. 2363
          Web: [23][24][141]http://www.erbgroup.com/
       References
          1. [25][142]http://www.w3.org/2003/05/soap-envelope
          2. [26][143]http://schemas.xmlsoap.org/ws/2004/03/addressing
          3.

   [27][144]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecu
   ri
       ty-secext-1.0.xsd
          4.

   [28][145]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecu
   ri
       ty-utility-1.0.xsd
          5. [29][146]http://www.w3.org/2001/XMLSchema
          6. [30][147]http://www.w3.org/2001/XMLSchema-instance
          7. [31][148]http://www.qualcomm.com/VerifyAccess
          8.

   [32][149]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonym
          9. [33][150]https://qhos.qualcommapps.com/qhoswsna/driver.asmx
         10. [34][151]http://docs.oasisopen/
         11.

   [35][152]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-userna
   me
       -token-profile-1.0#PasswordText
         12. [36][153]http://www.qualcomm.com/
         13. [37][154]http://www.w3.org/2003/05/soap-envelope
         14. [38][155]http://www.w3.org/2001/XMLSchema-instance
         15. [39][156]http://www.w3.org/2001/XMLSchema
         16. [40][157]http://schemas.xmlsoap.org/ws/2004/08/addressing
         17.

   [41][158]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecu
   ri
       ty-secext-1.0.xsd
         18.

   [42][159]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecu
   ri
       ty-utility-1.0.xsd
         19. [43][160]http://www.w3.org/2003/05/soap-envelope
         20. [44][161]http://www.qualcomm.com/ExportDriverResponse
         21.

   [45][162]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymou
   s
         22. [46][163]http://www.qualcomm.com/
         23. [47][164]http://www.erbgroup.com/

   --------------------------------------------------------------------
       ---
       This is the FTPAPI mailing list.  To unsubscribe, please go to:
       [48][165]http://www.scottklement.com/mailman/listinfo/ftpapi

   --------------------------------------------------------------------
       ---
   References
     1. [166]mailto:PReid@xxxxxxxxxxxx
     2. [167]http://www.w3.org/2003/05/soap-envelope
     3. [168]http://schemas.xmlsoap.org/ws/2004/03/addressing
     4. [169]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-
     5. [170]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-w
     6. [171]http://www.w3.org/2001/XMLSchema
     7. [172]http://www.w3.org/2001/XMLSchema-instance
     8. [173]http://www.qualcomm.com/VerifyAccess
     9. [174]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/a
    10. [175]https://qhos.qualcommapps.com/qhoswsna/driver.asmx
    11. [176]http://docs.oasisopen/
    12. [177]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-usern
    13. [178]http://www.qualcomm.com/
    14. [179]http://www.w3.org/2003/05/soap-envelope
    15. [180]http://www.w3.org/2001/XMLSchema-instance
    16. [181]http://www.w3.org/2001/XMLSchema
    17. [182]http://schemas.xmlsoap.org/ws/2004/08/addressing
    18. [183]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss
    19. [184]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-
    20. [185]http://www.w3.org/2003/05/soap-envelope
    21. [186]http://www.qualcomm.com/ExportDriverResponse
    22. [187]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anony
    23. [188]http://www.qualcomm.com/
    24. [189]http://www.erbgroup.com/
    25. [190]http://www.w3.org/2003/05/soap-envelope
    26. [191]http://schemas.xmlsoap.org/ws/2004/03/addressing
    27.
   [192]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity
   -secext-1.0.xsd
    28.
   [193]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity
   -utility-1.0.xsd
    29. [194]http://www.w3.org/2001/XMLSchema
    30. [195]http://www.w3.org/2001/XMLSchema-instance
    31. [196]http://www.qualcomm.com/VerifyAccess
    32. [197]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonym
    33. [198]https://qhos.qualcommapps.com/qhoswsna/driver.asmx
    34. [199]http://docs.oasisopen/
    35.
   [200]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-t
   oken-profile-1.0#PasswordText
    36. [201]http://www.qualcomm.com/
    37. [202]http://www.w3.org/2003/05/soap-envelope
    38. [203]http://www.w3.org/2001/XMLSchema-instance
    39. [204]http://www.w3.org/2001/XMLSchema
    40. [205]http://schemas.xmlsoap.org/ws/2004/08/addressing
    41.
   [206]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity
   -secext-1.0.xsd
    42.
   [207]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity
   -utility-1.0.xsd
    43. [208]http://www.w3.org/2003/05/soap-envelope
    44. [209]http://www.qualcomm.com/ExportDriverResponse
    45.
   [210]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous
    46. [211]http://www.qualcomm.com/
    47. [212]http://www.erbgroup.com/
    48. [213]http://www.scottklement.com/mailman/listinfo/ftpapi
   ------------------------------
   -----------------------------------------------------------------------
   This is the FTPAPI mailing list digest.  To unsubscribe, go to:
   [214]http://www.scottklement.com/mailman/listinfo/ftpapi
   -----------------------------------------------------------------------
   End of Ftpapi Digest, Vol 74, Issue 22
   **************************************

References

   1. http://www.erbgroup.com/
   2. http://scottklement.com/mailman/listinfo/ftpapi
   3. http://www.w3.org/2003/05/soap-envelope
   4. http://schemas.xmlsoap.org/ws/2004/03/addressing
   5. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd
   6. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd
   7. http://www.w3.org/2001/XMLSchema
   8. http://www.w3.org/2001/XMLSchema-instance
   9. http://www.qualcomm.com/VerifyAccess
  10. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonym
  11. https://qhos.qualcommapps.com/qhoswsna/driver.asmx
  12. http://docs.oasisopen/
  13. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText
  14. http://www.qualcomm.com/
  15. http://www.w3.org/2003/05/soap-envelope
  16. http://www.w3.org/2001/XMLSchema-instance
  17. http://www.w3.org/2001/XMLSchema
  18. http://schemas.xmlsoap.org/ws/2004/08/addressing
  19. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd
  20. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd
  21. http://www.w3.org/2003/05/soap-envelope
  22. http://www.qualcomm.com/ExportDriverResponse
  23. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous
  24. http://www.qualcomm.com/
  25. http://www.erbgroup.com/
  26. http://www.w3.org/2003/05/soap-envelope
  27. http://schemas.xmlsoap.org/ws/2004/03/addressing
  28. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-
  29. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-w
  30. http://www.w3.org/2001/XMLSchema
  31. http://www.w3.org/2001/XMLSchema-instance
  32. http://www.qualcomm.com/VerifyAccess
  33. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/a
  34. https://qhos.qualcommapps.com/qhoswsna/driver.asmx
  35. http://docs.oasisopen/
  36. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-usern
  37. http://www.qualcomm.com/
  38. http://www.w3.org/2003/05/soap-envelope
  39. http://www.w3.org/2001/XMLSchema-instance
  40. http://www.w3.org/2001/XMLSchema
  41. http://schemas.xmlsoap.org/ws/2004/08/addressing
  42. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss
  43. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-
  44. http://www.w3.org/2003/05/soap-envelope
  45. http://www.qualcomm.com/ExportDriverResponse
  46. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anony
  47. http://www.qualcomm.com/
  48. http://www.erbgroup.com/
  49. http://www.w3.org/2003/05/soap-envelope
  50. http://schemas.xmlsoap.org/ws/2004/03/addressing
  51. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd
  52. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd
  53. http://www.w3.org/2001/XMLSchema
  54. http://www.w3.org/2001/XMLSchema-instance
  55. http://www.qualcomm.com/VerifyAccess
  56. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonym
  57. https://qhos.qualcommapps.com/qhoswsna/driver.asmx
  58. http://docs.oasisopen/
  59. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText
  60. http://www.qualcomm.com/
  61. http://www.w3.org/2003/05/soap-envelope
  62. http://www.w3.org/2001/XMLSchema-instance
  63. http://www.w3.org/2001/XMLSchema
  64. http://schemas.xmlsoap.org/ws/2004/08/addressing
  65. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd
  66. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd
  67. http://www.w3.org/2003/05/soap-envelope
  68. http://www.qualcomm.com/ExportDriverResponse
  69. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous
  70. http://www.qualcomm.com/
  71. http://www.erbgroup.com/
  72. http://www.w3.org/2003/05/soap-envelope
  73. http://schemas.xmlsoap.org/ws/2004/03/addressing
  74. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-
  75. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-w
  76. http://www.w3.org/2001/XMLSchema
  77. http://www.w3.org/2001/XMLSchema-instance
  78. http://www.qualcomm.com/VerifyAccess
  79. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/a
  80. https://qhos.qualcommapps.com/qhoswsna/driver.asmx
  81. http://docs.oasisopen/
  82. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-usern
  83. http://www.qualcomm.com/
  84. http://www.w3.org/2003/05/soap-envelope
  85. http://www.w3.org/2001/XMLSchema-instance
  86. http://www.w3.org/2001/XMLSchema
  87. http://schemas.xmlsoap.org/ws/2004/08/addressing
  88. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss
  89. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-
  90. http://www.w3.org/2003/05/soap-envelope
  91. http://www.qualcomm.com/ExportDriverResponse
  92. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anony
  93. http://www.qualcomm.com/
  94. http://www.erbgroup.com/
  95. http://www.w3.org/2003/05/soap-envelope
  96. http://schemas.xmlsoap.org/ws/2004/03/addressing
  97. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd
  98. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd
  99. http://www.w3.org/2001/XMLSchema
 100. http://www.w3.org/2001/XMLSchema-instance
 101. http://www.qualcomm.com/VerifyAccess
 102. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonym
 103. https://qhos.qualcommapps.com/qhoswsna/driver.asmx
 104. http://docs.oasisopen/
 105. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText
 106. http://www.qualcomm.com/
 107. http://www.w3.org/2003/05/soap-envelope
 108. http://www.w3.org/2001/XMLSchema-instance
 109. http://www.w3.org/2001/XMLSchema
 110. http://schemas.xmlsoap.org/ws/2004/08/addressing
 111. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd
 112. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd
 113. http://www.w3.org/2003/05/soap-envelope
 114. http://www.qualcomm.com/ExportDriverResponse
 115. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous
 116. http://www.qualcomm.com/
 117. http://www.erbgroup.com/
 118. http://www.scottklement.com/mailman/listinfo/ftpapi
 119. http://www.w3.org/2003/05/soap-envelope
 120. http://schemas.xmlsoap.org/ws/2004/03/addressing
 121. http://docs.oasis-open.org/wss/2004/01/oasis-20040
 122. http://docs.oasis-open.org/wss/2004/01/oasis-200401
 123. http://www.w3.org/2001/XMLSchema
 124. http://www.w3.org/2001/XMLSchema-instance
 125. http://www.qualcomm.com/VerifyAccess
 126. http://schemas.xmlsoap.org/ws/2004/08/addressing/
 127. https://qhos.qualcommapps.com/qhoswsna/driver.asmx
 128. http://docs.oasisopen/
 129. http://docs.oasis-open.org/wss/2004/01/oasis-200401-ws
 130. http://www.qualcomm.com/
 131. http://www.w3.org/2003/05/soap-envelope
 132. http://www.w3.org/2001/XMLSchema-instance
 133. http://www.w3.org/2001/XMLSchema
 134. http://schemas.xmlsoap.org/ws/2004/08/addressing
 135. http://docs.oasis-open.org/wss/2004/01/oasis-200
 136. http://docs.oasis-open.org/wss/2004/01/oasis-2004
 137. http://www.w3.org/2003/05/soap-envelope
 138. http://www.qualcomm.com/ExportDriverResponse
 139. http://schemas.xmlsoap.org/ws/2004/08/addressing/rol
 140. http://www.qualcomm.com/
 141. http://www.erbgroup.com/
 142. http://www.w3.org/2003/05/soap-envelope
 143. http://schemas.xmlsoap.org/ws/2004/03/addressing
 144. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecuri
 145. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecuri
 146. http://www.w3.org/2001/XMLSchema
 147. http://www.w3.org/2001/XMLSchema-instance
 148. http://www.qualcomm.com/VerifyAccess
 149. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonym
 150. https://qhos.qualcommapps.com/qhoswsna/driver.asmx
 151. http://docs.oasisopen/
 152. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username
 153. http://www.qualcomm.com/
 154. http://www.w3.org/2003/05/soap-envelope
 155. http://www.w3.org/2001/XMLSchema-instance
 156. http://www.w3.org/2001/XMLSchema
 157. http://schemas.xmlsoap.org/ws/2004/08/addressing
 158. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecuri
 159. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecuri
 160. http://www.w3.org/2003/05/soap-envelope
 161. http://www.qualcomm.com/ExportDriverResponse
 162. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous
 163. http://www.qualcomm.com/
 164. http://www.erbgroup.com/
 165. http://www.scottklement.com/mailman/listinfo/ftpapi
 166. mailto:PReid@xxxxxxxxxxxx
 167. http://www.w3.org/2003/05/soap-envelope
 168. http://schemas.xmlsoap.org/ws/2004/03/addressing
 169. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-
 170. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-w
 171. http://www.w3.org/2001/XMLSchema
 172. http://www.w3.org/2001/XMLSchema-instance
 173. http://www.qualcomm.com/VerifyAccess
 174. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/a
 175. https://qhos.qualcommapps.com/qhoswsna/driver.asmx
 176. http://docs.oasisopen/
 177. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-usern
 178. http://www.qualcomm.com/
 179. http://www.w3.org/2003/05/soap-envelope
 180. http://www.w3.org/2001/XMLSchema-instance
 181. http://www.w3.org/2001/XMLSchema
 182. http://schemas.xmlsoap.org/ws/2004/08/addressing
 183. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss
 184. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-
 185. http://www.w3.org/2003/05/soap-envelope
 186. http://www.qualcomm.com/ExportDriverResponse
 187. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anony
 188. http://www.qualcomm.com/
 189. http://www.erbgroup.com/
 190. http://www.w3.org/2003/05/soap-envelope
 191. http://schemas.xmlsoap.org/ws/2004/03/addressing
 192. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd
 193. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd
 194. http://www.w3.org/2001/XMLSchema
 195. http://www.w3.org/2001/XMLSchema-instance
 196. http://www.qualcomm.com/VerifyAccess
 197. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonym
 198. https://qhos.qualcommapps.com/qhoswsna/driver.asmx
 199. http://docs.oasisopen/
 200. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText
 201. http://www.qualcomm.com/
 202. http://www.w3.org/2003/05/soap-envelope
 203. http://www.w3.org/2001/XMLSchema-instance
 204. http://www.w3.org/2001/XMLSchema
 205. http://schemas.xmlsoap.org/ws/2004/08/addressing
 206. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd
 207. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd
 208. http://www.w3.org/2003/05/soap-envelope
 209. http://www.qualcomm.com/ExportDriverResponse
 210. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous
 211. http://www.qualcomm.com/
 212. http://www.erbgroup.com/
 213. http://www.scottklement.com/mailman/listinfo/ftpapi
 214. http://www.scottklement.com/mailman/listinfo/ftpapi
-----------------------------------------------------------------------
This is the FTPAPI mailing list.  To unsubscribe, please go to:
http://www.scottklement.com/mailman/listinfo/ftpapi
-----------------------------------------------------------------------