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

Re: Ftpapi Digest, Vol 74, Issue 25



   Thanks Everyone.
   Mike...I've already made EXAMPLE1 and EXAMPLE2 work.
   I changed my code in EXAMPLE3 to be exactly the same as what you
   posted.
   Now I get error "open(): No such path or directory."
   I've triple checked the code to ensure I entered everything correctly.
   Do you have any idea what would be causing the problem?
   ___________________________________________________________
   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/28/2012 09:21 AM
   Subject:        Ftpapi Digest, Vol 74, Issue 25
   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. RE: For SOAP Request with a UserID and Password (EXAMPLE14).
        (Mike Krebs)
     2. gsk_env_init: (GSKIT) I/O: Unknown system state
        (PReid@xxxxxxxxxxxx)
     3. RE: gsk_env_init: (GSKIT) I/O: Unknown system state (Alan Campin)
     4. Re: Ftpapi Digest, Vol 74, Issue 24 (PReid@xxxxxxxxxxxx)
   ----------------------------------------------------------------------
   Message: 1
   Date: Thu, 27 Dec 2012 16:09:03 -0600
   From: Mike Krebs <mkrebs@xxxxxxxxxxxxxxxxxx>
   To: HTTPAPI and FTPAPI Projects <ftpapi@xxxxxxxxxxxxxxxxxxxxxx>
   Subject: RE: For SOAP Request with a UserID and Password (EXAMPLE14).
   Message-ID: <3DF08BA25872B644A1421B9F085B182992330C882E@xxxxxxxxxxxx>
   Content-Type: text/plain; charset="us-ascii"
   If you are struggling with "is your install of LIBHTTP working?", try
   EXAMPLE1. It is still working as of this afternoon.
   Then to test SSL/TLS, try this changed version of EXAMPLE3.
   H DFTACTGRP(*NO) BNDDIR('HTTPAPI')
   H ACTGRP('HTTPAPI')

   /copy qrpglesrc,httpapi_h

   D cmd             pr                  extpgm('QCMDEXC')
   D   cmd                        200a   const
   D   len                         15p 5 const

   D rc              s             10i 0
   D app_id          s            100a

   c                   callp     http_debug(*on)
   c                   eval      rc = http_url_get(

   c
   'https://www.fortify.net/sslcheck.html':
   c                                  '/tmp/httptest.html')



   c                   if        rc <> 1

   c                   callp     http_crash

   c                   endif



   c                   callp     cmd('DSPF ''/tmp/httptest.html''': 200)



   c                   eval      *inlr = *on
   If you get results from those two, you should be ready to try your web
   service. Scott and Alan have pointed you down the road in the right
   direction on a specific example to use.
   -----Original Message-----
   From: ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
   [[3]mailto:ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of
   PReid@xxxxxxxxxxxx
   Sent: Thursday, December 27, 2012 1:57 PM
   To: ftpapi@xxxxxxxxxxxxxxxxxxxxxx
   Subject: For SOAP Request with a UserID and Password (EXAMPLE14).
   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="[4]http://www.w3.org/2003/05/soap-envelope";
   xmlns:wsa="[5]http://schemas.xmlsoap.org/ws/2004/03/addressing";
   xmlns:wsse="
   [6]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-s
   ecext-1.0.xsd
   "
   xmlns:wsu="
   [7]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-u
   tility-1.0.xsd
   "
   xmlns:xsd="[8]http://www.w3.org/2001/XMLSchema";
   xmlns:xsi="[9]http://www.w3.org/2001/XMLSchema-instance";>
   <soap:Header>
   <wsa:Action>[10]http://www.qualcomm.com/VerifyAccess</wsa:Action>
   <wsa:MessageID>urn:uuid:db5ab195-ceb1-4325-8e1a-3b293ee1b49b</wsa:Messa
   geID>
   <wsa:ReplyTo>
   <wsa:Address>[11]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/
   anonym
   ous</wsa:Address>
   </wsa:ReplyTo>
   <wsa:To>[12]https://qhos.qualcommapps.com/qhoswsna/driver.asmx</wsa:To>
   <wsse:Security soap:mustUnderstand="1">
   <wsse:UsernameToken xmlns:wsu="[13]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="
   [14]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="[15]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="[16]http://www.w3.org/2003/05/soap-envelope";
   xmlns:xsi="[17]http://www.w3.org/2001/XMLSchema-instance"; xmlns:xsd="
   [18]http://www.w3.org/2001/XMLSchema"; xmlns:wsa="
   [19]http://schemas.xmlsoap.org/ws/2004/08/addressing"; xmlns:wsse="
   [20]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-
   secext-1.0.xsd
   " xmlns:wsu="
   [21]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-
   utility-1.0.xsd
   ">
     <env:Header xmlns:env="[22]http://www.w3.org/2003/05/soap-envelope";>
        <wsa:Action>[23]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>
   [24]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="[25]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: [26]http://www.erbgroup.com/
   ------------------------------
   Message: 2
   Date: Thu, 27 Dec 2012 17:18:37 -0500
   From: PReid@xxxxxxxxxxxx
   To: ftpapi@xxxxxxxxxxxxxxxxxxxxxx
   Subject: gsk_env_init: (GSKIT) I/O: Unknown system state
   Message-ID:

   <OFA03C3614.47CB4B27-ON85257AE1.00793605-85257AE1.007A876C@xxxxxxxxxxxx
   >

   Content-Type: text/plain; charset="us-ascii"
   Hello, I am getting the following error on EXAMPLE3 and EXAMPLE23.
   On EXAMPLE3 I get the error on the following code:
   eval   rc = http_url_get('https://www.klements.com' :
   '/tmp/httptest.html')
   The value of rc is -1 and ther program blows up with the error.
   gsk_env_init: (GSKIT) I/O: Unknown system state
   On EXAMPLE23 I get the error on the following code:
   eval   url = 'https://www.klements.com/cgi-bin/ssltest
   eval   filename - http_tempfile + '.txt'
   eval   rc = http_url_get( url: filename)
   The value of rc is -1 and the program blows up with the error.
   gsk_env_init: (GSKIT) I/O: Unknown system state
   I looked this error up before posting and saw that someone else was
   having
   a problem with a certificate that was too many bytes? Is it possible
   that
   the certificate for [27]https://www.klements.com is too large. I
   wouldn't that
   is what Scott had done as he is using these url's in his examples.
   If anyone has any idea how to fix this, please let me know.
   Thanks, and have a great day.
   ___________________________________________________________
   Paul Reid
   Application Developer III
   Erb Group of Companies | 290 Hamilton Road | New Hamburg, Ontario | N3A
   1A2
   Phone: 519.662.6133 ext. 2363
   Web: [28]http://www.erbgroup.com/
   -------------- next part --------------
     Hello, I am getting the following error on EXAMPLE3 and EXAMPLE23.
     On EXAMPLE3 I get the error on the following code:
     eval   rc = http_url_get('https://www.klements.com' :
     '/tmp/httptest.html')
     The value of rc is -1 and ther program blows up with the error.
     gsk_env_init: (GSKIT) I/O: Unknown system state
     On EXAMPLE23 I get the error on the following code:
     eval   url = 'https://www.klements.com/cgi-bin/ssltest
     eval   filename - http_tempfile + '.txt'
     eval   rc = http_url_get( url: filename)
     The value of rc is -1 and the program blows up with the error.
     gsk_env_init: (GSKIT) I/O: Unknown system state
     I looked this error up before posting and saw that someone else was
     having a problem with a certificate that was too many bytes? Is it
     possible that the certificate for [1][29]https://www.klements.com is
   too
     large. I wouldn't that is what Scott had done as he is using these
     url's in his examples.
     If anyone has any idea how to fix this, please let me know.
     Thanks, and have a great day.
     ___________________________________________________________
     Paul Reid
     Application Developer III
     Erb Group of Companies | 290 Hamilton Road | New Hamburg, Ontario |
   N3A
     1A2
     Phone: 519.662.6133 ext. 2363
     Web: [2][30]http://www.erbgroup.com/
   References
     1. [31]https://www.klements.com/
     2. [32]http://www.erbgroup.com/
   ------------------------------
   Message: 3
   Date: Thu, 27 Dec 2012 23:55:54 +0000
   From: Alan Campin <Alan.Campin@xxxxxxxxxxxxx>
   To: HTTPAPI and FTPAPI Projects <ftpapi@xxxxxxxxxxxxxxxxxxxxxx>
   Subject: RE: gsk_env_init: (GSKIT) I/O: Unknown system state
   Message-ID:

   <8CC64F3F7B3FF741AF4B7E9202F0267761094E53@xxxxxxxxxxxxxxxxxxx.crengland
   .com>

   Content-Type: text/plain; charset="us-ascii"
   Do you have the GSKIT installed? I believe that Scott provides
   instructions in how to get the kit installed and a certificate created.
   -----Original Message-----
   From: ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
   [[33]mailto:ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of
   PReid@xxxxxxxxxxxx
   Sent: Thursday, December 27, 2012 3:19 PM
   To: ftpapi@xxxxxxxxxxxxxxxxxxxxxx
   Subject: gsk_env_init: (GSKIT) I/O: Unknown system state
   Hello, I am getting the following error on EXAMPLE3 and EXAMPLE23.
   On EXAMPLE3 I get the error on the following code:
   eval   rc = http_url_get('https://www.klements.com' :
   '/tmp/httptest.html')
   The value of rc is -1 and ther program blows up with the error.
   gsk_env_init: (GSKIT) I/O: Unknown system state
   On EXAMPLE23 I get the error on the following code:
   eval   url = 'https://www.klements.com/cgi-bin/ssltest
   eval   filename - http_tempfile + '.txt'
   eval   rc = http_url_get( url: filename)
   The value of rc is -1 and the program blows up with the error.
   gsk_env_init: (GSKIT) I/O: Unknown system state
   I looked this error up before posting and saw that someone else was
   having a problem with a certificate that was too many bytes? Is it
   possible that the certificate for [34]https://www.klements.com is too
   large. I wouldn't that is what Scott had done as he is using these
   url's in his examples.
   If anyone has any idea how to fix this, please let me know.
   Thanks, and have a great day.
   ___________________________________________________________
   Paul Reid
   Application Developer III
   Erb Group of Companies | 290 Hamilton Road | New Hamburg, Ontario | N3A
   1A2
   Phone: 519.662.6133 ext. 2363
   Web: [35]http://www.erbgroup.com/
   -----
   No virus found in this message.
   Checked by AVG - [36]www.avg.com
   Version: 2013.0.2805 / Virus Database: 2637/5989 - Release Date:
   12/26/12
   ------------------------------
   Message: 4
   Date: Fri, 28 Dec 2012 08:45:34 -0500
   From: PReid@xxxxxxxxxxxx
   To: ftpapi@xxxxxxxxxxxxxxxxxxxxxx
   Subject: Re: Ftpapi Digest, Vol 74, Issue 24
   Message-ID:

   <OFDC0F6DEE.8460651C-ON85257AE2.004B6C6D-85257AE2.004B8E8B@xxxxxxxxxxxx
   >

   Content-Type: text/plain; charset="us-ascii"
   OK guys I think I get it now. How do I disable "digest" mode? I want to
   receive individual messages. Thanks everyone for your help.
   ___________________________________________________________
   Paul Reid
   Application Developer III
   Erb Group of Companies | 290 Hamilton Road | New Hamburg, Ontario | N3A
   1A2
   Phone: 519.662.6133 ext. 2363
   Web: [37]http://www.erbgroup.com/
   From:   ftpapi-request@xxxxxxxxxxxxxxxxxxxxxx
   To:     ftpapi@xxxxxxxxxxxxxxxxxxxxxx
   Date:   12/27/2012 06:33 PM
   Subject:        Ftpapi Digest, Vol 74, Issue 24
   Sent by:        ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
   Send Ftpapi mailing list submissions to
                   ftpapi@xxxxxxxxxxxxxxxxxxxxxx
   To subscribe or unsubscribe via the World Wide Web, visit
                   [38]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. RE: How do I respond to a post. (Mike Krebs)
     2. RE: How do I respond to a post. (Porterfield, Sean)
     3. Re: How do I respond to a post. (Scott Klement)
     4. Re: Ftpapi Digest, Vol 74, Issue 22 (PReid@xxxxxxxxxxxx)
   ----------------------------------------------------------------------
   Message: 1
   Date: Thu, 27 Dec 2012 15:37:34 -0600
   From: Mike Krebs <mkrebs@xxxxxxxxxxxxxxxxxx>
   To: HTTPAPI and FTPAPI Projects <ftpapi@xxxxxxxxxxxxxxxxxxxxxx>
   Subject: RE: How do I respond to a post.
   Message-ID: <3DF08BA25872B644A1421B9F085B182992330C882C@xxxxxxxxxxxx>
   Content-Type: text/plain; charset="us-ascii"
   Just respond to the specific message keeping the subject intact and all
   will be good. If you are receiving messages in digest mode, just reply
   but
   be sure to change the subject so it looks like it belongs to the
   correct
   message.
   -----Original Message-----
   From: ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx [
   [39]mailto:ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of
   PReid@xxxxxxxxxxxx
   Sent: Thursday, December 27, 2012 3:08 PM
   To: ftpapi@xxxxxxxxxxxxxxxxxxxxxx
   Subject: How do I respond to a post.
   Hi, this is going to sound like a stupid question but, how to I respond
   to
   a specific post/thread? I'm sorry I've never used a mailing list like
   this, I'm used to forums, but there doesn't seem to be any logical way
   to
   respond to a specific thread? Thanks!
   ___________________________________________________________
   Paul Reid
   Application Developer III
   Erb Group of Companies | 290 Hamilton Road | New Hamburg, Ontario | N3A
   1A2
   Phone: 519.662.6133 ext. 2363
   Web: [40]http://www.erbgroup.com/
   ------------------------------
   Message: 2
   Date: Thu, 27 Dec 2012 16:50:13 -0500
   From: "Porterfield, Sean" <SPorterfield@xxxxxxxxxxxxxxxxxxxxxxx>
   To: HTTPAPI and FTPAPI Projects <ftpapi@xxxxxxxxxxxxxxxxxxxxxx>
   Subject: RE: How do I respond to a post.
   Message-ID:
   <FE73ABE53314FC43ABFE3A1470113A4503CC097BE258@xxxxxxxxxxxxx.local>
   Content-Type: text/plain; charset="us-ascii"
   It's a relatively low volume list.  I recommend disabling digest mode
   to
   receive individual emails, then you just click reply like you would to
   any
   other email.
   With a digest, you need to change the subject line and trim out all of
   the
   parts unrelated to the message of importance to you.
   --
   Sean Porterfield
   -----Original Message-----
   From: Paul Reid
   Sent: Thursday, December 27, 2012 16:08
   To: ftpapi@xxxxxxxxxxxxxxxxxxxxxx
   Subject: How do I respond to a post.
   Hi, this is going to sound like a stupid question but, how to I respond
   to
   a specific post/thread? I'm sorry I've never used a mailing list like
   this, I'm used to forums, but there doesn't seem to be any logical way
   to
   respond to a specific thread? Thanks!
   ___________________________________________________________
   Paul Reid
   This email is confidential, intended only for the named recipient(s)
   above
   and may contain information that is privileged.  If you have received
   this
   message in error or are not the named recipient(s), please notify the
   sender immediately and delete this email message from your computer as
   any
   and all unauthorized distribution or use of this message is strictly
   prohibited.  Thank you.
   ------------------------------
   Message: 3
   Date: Thu, 27 Dec 2012 15:52:30 -0600
   From: Scott Klement <sk@xxxxxxxxxxxxxxxx>
   To: HTTPAPI and FTPAPI Projects <ftpapi@xxxxxxxxxxxxxxxxxxxxxx>
   Subject: Re: How do I respond to a post.
   Message-ID: <50DCC31E.8050705@xxxxxxxxxxxxxxxx>
   Content-Type: text/plain; charset=ISO-8859-1; format=flowed
   Hi Paul,
   If using the mailing list normally, you can just hit the "Reply" button
   in your e-mail client.
   If using the mailing list in digest mode (which I would never
   recommend)
   you can reply, but then you should change the subject of the message to
   match the one you're replying to, and trim the reply body to remove all
   of the unrelated messages.  Replying to a digest will always screw up
   the threading of the messages, but the best you can do is make sure you
   get the subject exactly right.  Unless you have a really good reason to
   do so, please do not use digest mode.
   -SK
   On 12/27/2012 3:07 PM, PReid@xxxxxxxxxxxx wrote:
   >     Hi, this is going to sound like a stupid question but, how to I
   respond
   >     to a specific post/thread? I'm sorry I've never used a mailing
   list
   >     like this, I'm used to forums, but there doesn't seem to be any
   logical
   >     way to respond to a specific thread? Thanks!
   >
   ------------------------------
   Message: 4
   Date: Thu, 27 Dec 2012 17:03:16 -0500
   From: PReid@xxxxxxxxxxxx
   To: ftpapi@xxxxxxxxxxxxxxxxxxxxxx
   Subject: Re: Ftpapi Digest, Vol 74, Issue 22
   Message-ID:
   <OFE38CB7F5.BE4C6D98-ON85257AE1.00774B0D-85257AE1.00791F1A@xxxxxxxxxxxx
   >
   Content-Type: text/plain; charset="us-ascii"
   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: [41]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
                   [42]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="[43]http://www.w3.org/2003/05/soap-envelope";
   xmlns:wsa="[44]http://schemas.xmlsoap.org/ws/2004/03/addressing";
   xmlns:wsse="
   [45]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-
   secext-1.0.xsd
   "
   xmlns:wsu="
   [46]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-
   utility-1.0.xsd
   "
   xmlns:xsd="[47]http://www.w3.org/2001/XMLSchema";
   xmlns:xsi="[48]http://www.w3.org/2001/XMLSchema-instance";>
   <soap:Header>
   <wsa:Action>[49]http://www.qualcomm.com/VerifyAccess</wsa:Action>
   <wsa:MessageID>urn:uuid:db5ab195-ceb1-4325-8e1a-3b293ee1b49b</wsa:Messa
   geID>
   <wsa:ReplyTo>
   <wsa:Address>[50]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/
   anonym
   ous</wsa:Address>
   </wsa:ReplyTo>
   <wsa:To>[51]https://qhos.qualcommapps.com/qhoswsna/driver.asmx</wsa:To>
   <wsse:Security soap:mustUnderstand="1">
   <wsse:UsernameToken xmlns:wsu="[52]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="
   [53]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="[54]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="[55]http://www.w3.org/2003/05/soap-envelope";
   xmlns:xsi="[56]http://www.w3.org/2001/XMLSchema-instance"; xmlns:xsd="
   [57]http://www.w3.org/2001/XMLSchema"; xmlns:wsa="
   [58]http://schemas.xmlsoap.org/ws/2004/08/addressing"; xmlns:wsse="
   [59]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-
   secext-1.0.xsd
   " xmlns:wsu="
   [60]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-
   utility-1.0.xsd
   ">
     <env:Header xmlns:env="[61]http://www.w3.org/2003/05/soap-envelope";>
        <wsa:Action>[62]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>
   [63]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="[64]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: [65]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][66]http://www.w3.org/2003/05/soap-envelope";
     xmlns:wsa="[2][67]http://schemas.xmlsoap.org/ws/2004/03/addressing";

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

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

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

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

   <wsa:To>[9][74]https://qhos.qualcommapps.com/qhoswsna/driver.asmx</wsa:
   To>
     <wsse:Security soap:mustUnderstand="1">
     <wsse:UsernameToken xmlns:wsu="[10][75]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][76]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][77]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][78]http://www.w3.org/2003/05/soap-envelope";
     xmlns:xsi="[14][79]http://www.w3.org/2001/XMLSchema-instance";
     xmlns:xsd="[15][80]http://www.w3.org/2001/XMLSchema";
     xmlns:wsa="[16][81]http://schemas.xmlsoap.org/ws/2004/08/addressing";

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

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

   <wsa:Action>[20][85]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][86]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][87]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][88]http://www.erbgroup.com/
   References
     1. [89]http://www.w3.org/2003/05/soap-envelope
     2. [90]http://schemas.xmlsoap.org/ws/2004/03/addressing
     3.
   [91]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-
   secext-1.0.xsd
     4.
   [92]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-
   utility-1.0.xsd
     5. [93]http://www.w3.org/2001/XMLSchema
     6. [94]http://www.w3.org/2001/XMLSchema-instance
     7. [95]http://www.qualcomm.com/VerifyAccess
     8. [96]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonym
     9. [97]https://qhos.qualcommapps.com/qhoswsna/driver.asmx
    10. [98]http://docs.oasisopen/
    11.
   [99]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-to
   ken-profile-1.0#PasswordText
    12. [100]http://www.qualcomm.com/
    13. [101]http://www.w3.org/2003/05/soap-envelope
    14. [102]http://www.w3.org/2001/XMLSchema-instance
    15. [103]http://www.w3.org/2001/XMLSchema
    16. [104]http://schemas.xmlsoap.org/ws/2004/08/addressing
    17.
   [105]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity
   -secext-1.0.xsd
    18.
   [106]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity
   -utility-1.0.xsd
    19. [107]http://www.w3.org/2003/05/soap-envelope
    20. [108]http://www.qualcomm.com/ExportDriverResponse
    21.
   [109]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous
    22. [110]http://www.qualcomm.com/
    23. [111]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][112]http://www.w3.org/2003/05/soap-envelope";
   >
   xmlns:wsa="[2][113]http://schemas.xmlsoap.org/ws/2004/03/addressing";
   >    xmlns:wsse="[3]
   [114]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-
   >    wssecurity-secext-1.0.xsd"
   >    xmlns:wsu="[4]
   [115]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-w
   >    ssecurity-utility-1.0.xsd"
   >    xmlns:xsd="[5][116]http://www.w3.org/2001/XMLSchema";
   >    xmlns:xsi="[6][117]http://www.w3.org/2001/XMLSchema-instance";>
   >    <soap:Header>
   >
   <wsa:Action>[7][118]http://www.qualcomm.com/VerifyAccess</wsa:Action>
   >
   <wsa:MessageID>urn:uuid:db5ab195-ceb1-4325-8e1a-3b293ee1b49b</wsa:Messa
   >    geID>
   >    <wsa:ReplyTo>
   >    <wsa:Address>[8]
   [119]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/a
   >    nonym
   >    ous</wsa:Address>
   >    </wsa:ReplyTo>
   >    <wsa:To>[9][120]https://qhos.qualcommapps.com/qhoswsna/driver.asmx
   </wsa:To>
   >    <wsse:Security soap:mustUnderstand="1">
   >    <wsse:UsernameToken xmlns:wsu="[10][121]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]
   [122]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-usern
   >    ame-token-profile-1.0#PasswordText">*********</wsse:Password>
   >    </wsse:UsernameToken>
   >    </wsse:Security>
   >    </soap:Header>
   >       <soap:Body>
   >          <ExportDriver xmlns="[12][123]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]
   [124]http://www.w3.org/2003/05/soap-envelope";
   >    xmlns:xsi="[14][125]http://www.w3.org/2001/XMLSchema-instance";
   >    xmlns:xsd="[15][126]http://www.w3.org/2001/XMLSchema";
   >
   xmlns:wsa="[16][127]http://schemas.xmlsoap.org/ws/2004/08/addressing";
   >    xmlns:wsse="[17]
   [128]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss
   >    -wssecurity-secext-1.0.xsd"
   >    xmlns:wsu="[18]
   [129]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-
   >    wssecurity-utility-1.0.xsd">
   >       <env:Header
   xmlns:env="[19][130]http://www.w3.org/2003/05/soap-envelope
   ">
   >
   >    <wsa:Action>[20][131]http://www.qualcomm.com/ExportDriverResponse
   </wsa:Actio
   >    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]
   [132]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/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][133]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][134]http://www.erbgroup.com/
   >
   > References
   >
   >    1. [135]http://www.w3.org/2003/05/soap-envelope
   >    2. [136]http://schemas.xmlsoap.org/ws/2004/03/addressing
   >    3.
   >
   [137]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity
   -secext-1.0.xsd
   >    4.
   >
   [138]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity
   -utility-1.0.xsd
   >    5. [139]http://www.w3.org/2001/XMLSchema
   >    6. [140]http://www.w3.org/2001/XMLSchema-instance
   >    7. [141]http://www.qualcomm.com/VerifyAccess
   >    8.
   [142]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonym
   >    9. [143]https://qhos.qualcommapps.com/qhoswsna/driver.asmx
   >   10. [144]http://docs.oasisopen/
   >   11.
   >
   [145]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-t
   oken-profile-1.0#PasswordText
   >   12. [146]http://www.qualcomm.com/
   >   13. [147]http://www.w3.org/2003/05/soap-envelope
   >   14. [148]http://www.w3.org/2001/XMLSchema-instance
   >   15. [149]http://www.w3.org/2001/XMLSchema
   >   16. [150]http://schemas.xmlsoap.org/ws/2004/08/addressing
   >   17.
   >
   [151]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity
   -secext-1.0.xsd
   >   18.
   >
   [152]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity
   -utility-1.0.xsd
   >   19. [153]http://www.w3.org/2003/05/soap-envelope
   >   20. [154]http://www.qualcomm.com/ExportDriverResponse
   >   21.
   [155]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous
   >   22. [156]http://www.qualcomm.com/
   >   23. [157]http://www.erbgroup.com/
   >
   >
   -----------------------------------------------------------------------
   > This is the FTPAPI mailing list.  To unsubscribe, please go to:
   > [158]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][159]http://www.w3.org/2003/05/soap-envelope";

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

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

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

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

   <wsa:Action>[7][8][165]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][166]http://schemas.xmlsoap.org/ws/2004/08/addressin
   g/
       role/a
          nonym
          ous</wsa:Address>
          </wsa:ReplyTo>

   <wsa:To>[9][10][167]https://qhos.qualcommapps.com/qhoswsna/driver.asmx<
   /w
       sa:To>
          <wsse:Security soap:mustUnderstand="1">
          <wsse:UsernameToken
   xmlns:wsu="[10][11][168]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][169]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][170]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][171]http://www.w3.org/2003/05/soap-envelope";

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

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

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

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

   <wsa:Action>[20][21][178]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][179]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][180]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][181]http://www.erbgroup.com/
       References
          1. [25][182]http://www.w3.org/2003/05/soap-envelope
          2. [26][183]http://schemas.xmlsoap.org/ws/2004/03/addressing
          3.

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

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

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

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

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

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

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

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

   --------------------------------------------------------------------
       ---
   References
     1. [206]mailto:PReid@xxxxxxxxxxxx
     2. [207]http://www.w3.org/2003/05/soap-envelope
     3. [208]http://schemas.xmlsoap.org/ws/2004/03/addressing
     4. [209]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-
     5. [210]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-w
     6. [211]http://www.w3.org/2001/XMLSchema
     7. [212]http://www.w3.org/2001/XMLSchema-instance
     8. [213]http://www.qualcomm.com/VerifyAccess
     9. [214]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/a
    10. [215]https://qhos.qualcommapps.com/qhoswsna/driver.asmx
    11. [216]http://docs.oasisopen/
    12. [217]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-usern
    13. [218]http://www.qualcomm.com/
    14. [219]http://www.w3.org/2003/05/soap-envelope
    15. [220]http://www.w3.org/2001/XMLSchema-instance
    16. [221]http://www.w3.org/2001/XMLSchema
    17. [222]http://schemas.xmlsoap.org/ws/2004/08/addressing
    18. [223]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss
    19. [224]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-
    20. [225]http://www.w3.org/2003/05/soap-envelope
    21. [226]http://www.qualcomm.com/ExportDriverResponse
    22. [227]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anony
    23. [228]http://www.qualcomm.com/
    24. [229]http://www.erbgroup.com/
    25. [230]http://www.w3.org/2003/05/soap-envelope
    26. [231]http://schemas.xmlsoap.org/ws/2004/03/addressing
    27.
   [232]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity
   -secext-1.0.xsd
    28.
   [233]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity
   -utility-1.0.xsd
    29. [234]http://www.w3.org/2001/XMLSchema
    30. [235]http://www.w3.org/2001/XMLSchema-instance
    31. [236]http://www.qualcomm.com/VerifyAccess
    32. [237]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonym
    33. [238]https://qhos.qualcommapps.com/qhoswsna/driver.asmx
    34. [239]http://docs.oasisopen/
    35.
   [240]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-t
   oken-profile-1.0#PasswordText
    36. [241]http://www.qualcomm.com/
    37. [242]http://www.w3.org/2003/05/soap-envelope
    38. [243]http://www.w3.org/2001/XMLSchema-instance
    39. [244]http://www.w3.org/2001/XMLSchema
    40. [245]http://schemas.xmlsoap.org/ws/2004/08/addressing
    41.
   [246]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity
   -secext-1.0.xsd
    42.
   [247]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity
   -utility-1.0.xsd
    43. [248]http://www.w3.org/2003/05/soap-envelope
    44. [249]http://www.qualcomm.com/ExportDriverResponse
    45.
   [250]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous
    46. [251]http://www.qualcomm.com/
    47. [252]http://www.erbgroup.com/
    48. [253]http://www.scottklement.com/mailman/listinfo/ftpapi
   ------------------------------
   -----------------------------------------------------------------------
   This is the FTPAPI mailing list digest.  To unsubscribe, go to:
   [254]http://www.scottklement.com/mailman/listinfo/ftpapi
   -----------------------------------------------------------------------
   End of Ftpapi Digest, Vol 74, Issue 22
   **************************************
   -------------- next part --------------
     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][255]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][256]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][257]http://www.w3.org/2003/05/soap-envelope";
     xmlns:wsa="[4][258]http://schemas.xmlsoap.org/ws/2004/03/addressing";
     xmlns:wsse="

   [5][259]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecur
   ity-s
     ecext-1.0.xsd
     "
     xmlns:wsu="

   [6][260]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecur
   ity-u
     tility-1.0.xsd
     "
     xmlns:xsd="[7][261]http://www.w3.org/2001/XMLSchema";
     xmlns:xsi="[8][262]http://www.w3.org/2001/XMLSchema-instance";>
     <soap:Header>
     <wsa:Action>[9][263]http://www.qualcomm.com/VerifyAccess</wsa:Action>

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

   <wsa:Address>[10][264]http://schemas.xmlsoap.org/ws/2004/08/addressing/
   role/
     anonym
     ous</wsa:Address>
     </wsa:ReplyTo>

   <wsa:To>[11][265]https://qhos.qualcommapps.com/qhoswsna/driver.asmx</ws
   a:To>
     <wsse:Security soap:mustUnderstand="1">
     <wsse:UsernameToken xmlns:wsu="[12][266]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][267]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-userna
   me-to
     ken-profile-1.0#PasswordText
     ">*********</wsse:Password>
     </wsse:UsernameToken>
     </wsse:Security>
     </soap:Header>
       <soap:Body>
          <ExportDriver xmlns="[14][268]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][269]http://www.w3.org/2003/05/soap-envelope";
     xmlns:xsi="[16][270]http://www.w3.org/2001/XMLSchema-instance";
   xmlns:xsd="
     [17][271]http://www.w3.org/2001/XMLSchema"; xmlns:wsa="
     [18][272]http://schemas.xmlsoap.org/ws/2004/08/addressing";
   xmlns:wsse="

   [19][273]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecu
   rity-
     secext-1.0.xsd
     " xmlns:wsu="

   [20][274]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecu
   rity-
     utility-1.0.xsd
     ">
       <env:Header
   xmlns:env="[21][275]http://www.w3.org/2003/05/soap-envelope";>

   <wsa:Action>[22][276]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][277]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymou
   s</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][278]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][279]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][280]http://www.w3.org/2003/05/soap-envelope";

   xmlns:wsa="[2][27][281]http://schemas.xmlsoap.org/ws/2004/03/addressing
   "

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

   xmlns:wsu="[4][29][283]http://docs.oasis-open.org/wss/2004/01/oasis-200
   401-w
     ss-w
       ssecurity-utility-1.0.xsd"
       xmlns:xsd="[5][30][284]http://www.w3.org/2001/XMLSchema";
       xmlns:xsi="[6][31][285]http://www.w3.org/2001/XMLSchema-instance";>
       <soap:Header>

   <wsa:Action>[7][32][286]http://www.qualcomm.com/VerifyAccess</wsa:Actio
   n>

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

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

   <wsa:To>[9][34][288]https://qhos.qualcommapps.com/qhoswsna/driver.asmx<
   /wsa:
     To>
       <wsse:Security soap:mustUnderstand="1">
       <wsse:UsernameToken xmlns:wsu="[10][35][289]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][290]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][291]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][292]http://www.w3.org/2003/05/soap-envelope";
       xmlns:xsi="[14][39][293]http://www.w3.org/2001/XMLSchema-instance";
       xmlns:xsd="[15][40][294]http://www.w3.org/2001/XMLSchema";

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

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

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

   <wsa:Action>[20][45][299]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][300]http://schemas.xmlsoap.org/ws/2004/08/addressing/r
   ole/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][301]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][302]http://www.erbgroup.com/
     References
       1. [49][303]http://www.w3.org/2003/05/soap-envelope
       2. [50][304]http://schemas.xmlsoap.org/ws/2004/03/addressing
       3.

   [51][305]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecu
   rity-
     secext-1.0.xsd
       4.

   [52][306]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecu
   rity-
     utility-1.0.xsd
       5. [53][307]http://www.w3.org/2001/XMLSchema
       6. [54][308]http://www.w3.org/2001/XMLSchema-instance
       7. [55][309]http://www.qualcomm.com/VerifyAccess
       8.
   [56][310]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonym
       9. [57][311]https://qhos.qualcommapps.com/qhoswsna/driver.asmx
      10. [58][312]http://docs.oasisopen/
      11.

   [59][313]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-userna
   me-to
     ken-profile-1.0#PasswordText
      12. [60][314]http://www.qualcomm.com/
      13. [61][315]http://www.w3.org/2003/05/soap-envelope
      14. [62][316]http://www.w3.org/2001/XMLSchema-instance
      15. [63][317]http://www.w3.org/2001/XMLSchema
      16. [64][318]http://schemas.xmlsoap.org/ws/2004/08/addressing
      17.

   [65][319]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecu
   rity-
     secext-1.0.xsd
      18.

   [66][320]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecu
   rity-
     utility-1.0.xsd
      19. [67][321]http://www.w3.org/2003/05/soap-envelope
      20. [68][322]http://www.qualcomm.com/ExportDriverResponse
      21.

   [69][323]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymou
   s
      22. [70][324]http://www.qualcomm.com/
      23. [71][325]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][326]http://www.w3.org/2003/05/soap-envelope";
     >

   xmlns:wsa="[2][73][327]http://schemas.xmlsoap.org/ws/2004/03/addressing
   "
     >

   xmlns:wsse="[3][74][328]http://docs.oasis-open.org/wss/2004/01/oasis-20
   0401-
     wss-
     >    wssecurity-secext-1.0.xsd"
     >

   xmlns:wsu="[4][75][329]http://docs.oasis-open.org/wss/2004/01/oasis-200
   401-w
     ss-w
     >    ssecurity-utility-1.0.xsd"
     >    xmlns:xsd="[5][76][330]http://www.w3.org/2001/XMLSchema";
     >
   xmlns:xsi="[6][77][331]http://www.w3.org/2001/XMLSchema-instance";>
     >    <soap:Header>
     >

   <wsa:Action>[7][78][332]http://www.qualcomm.com/VerifyAccess</wsa:Actio
   n>
     >

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

   <wsa:Address>[8][79][333]http://schemas.xmlsoap.org/ws/2004/08/addressi
   ng/ro
     le/a
     >    nonym
     >    ous</wsa:Address>
     >    </wsa:ReplyTo>
     >

   <wsa:To>[9][80][334]https://qhos.qualcommapps.com/qhoswsna/driver.asmx<
   /wsa:
     To>
     >    <wsse:Security soap:mustUnderstand="1">
     >    <wsse:UsernameToken
   xmlns:wsu="[10][81][335]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][336]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][337]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][338]http://www.w3.org/2003/05/soap-envelope";
     >
   xmlns:xsi="[14][85][339]http://www.w3.org/2001/XMLSchema-instance";
     >    xmlns:xsd="[15][86][340]http://www.w3.org/2001/XMLSchema";
     >

   xmlns:wsa="[16][87][341]http://schemas.xmlsoap.org/ws/2004/08/addressin
   g"
     >

   xmlns:wsse="[17][88][342]http://docs.oasis-open.org/wss/2004/01/oasis-2
   00401
     -wss
     >    -wssecurity-secext-1.0.xsd"
     >

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

   <wsa:Action>[20][91][345]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][346]http://schemas.xmlsoap.org/ws/2004/08/addressing/r
   ole/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][347]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][348]http://www.erbgroup.com/
     >
     > References
     >
     >    1. [95][349]http://www.w3.org/2003/05/soap-envelope
     >    2. [96][350]http://schemas.xmlsoap.org/ws/2004/03/addressing
     >    3.
     >

   [97][351]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecu
   rity-
     secext-1.0.xsd
     >    4.
     >

   [98][352]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecu
   rity-
     utility-1.0.xsd
     >    5. [99][353]http://www.w3.org/2001/XMLSchema
     >    6. [100][354]http://www.w3.org/2001/XMLSchema-instance
     >    7. [101][355]http://www.qualcomm.com/VerifyAccess
     >    8.

   [102][356]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonym
     >    9. [103][357]https://qhos.qualcommapps.com/qhoswsna/driver.asmx
     >   10. [104][358]http://docs.oasisopen/
     >   11.
     >

   [105][359]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-usern
   ame-t
     oken-profile-1.0#PasswordText
     >   12. [106][360]http://www.qualcomm.com/
     >   13. [107][361]http://www.w3.org/2003/05/soap-envelope
     >   14. [108][362]http://www.w3.org/2001/XMLSchema-instance
     >   15. [109][363]http://www.w3.org/2001/XMLSchema
     >   16. [110][364]http://schemas.xmlsoap.org/ws/2004/08/addressing
     >   17.
     >

   [111][365]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssec
   urity
     -secext-1.0.xsd
     >   18.
     >

   [112][366]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssec
   urity
     -utility-1.0.xsd
     >   19. [113][367]http://www.w3.org/2003/05/soap-envelope
     >   20. [114][368]http://www.qualcomm.com/ExportDriverResponse
     >   21.

   [115][369]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymo
   us
     >   22. [116][370]http://www.qualcomm.com/
     >   23. [117][371]http://www.erbgroup.com/
     >
     >

   -----------------------------------------------------------------------
     > This is the FTPAPI mailing list.  To unsubscribe, please go to:
     > [118][372]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][373]http://www.w3.org/2003/05/soap-envelope";

   xmlns:wsa="[2][3][120][374]http://schemas.xmlsoap.org/ws/2004/03/addres
   sing"

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

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

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

   <wsa:Action>[7][8][125][379]http://www.qualcomm.com/VerifyAccess</wsa:A
   ction
     >
     <wsa:MessageID>urn:uuid:db5ab195-ceb1-4325-8e1a-3b293ee1b49b</wsa:Me
         ssa
            geID>
            <wsa:ReplyTo>

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

   <wsa:To>[9][10][127][381]https://qhos.qualcommapps.com/qhoswsna/driver.
   asmx<
     /w
         sa:To>
            <wsse:Security soap:mustUnderstand="1">
            <wsse:UsernameToken
     xmlns:wsu="[10][11][128][382]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][383]http://docs.oasis-open.org/wss/2004/01/oasis-20
   0401-
     ws
         s-usern
            ame-token-profile-1.0#PasswordText">*********</wsse:Password>
            </wsse:UsernameToken>
            </wsse:Security>
            </soap:Header>
               <soap:Body>
                  <ExportDriver
     xmlns="[12][13][130][384]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][385]http://www.w3.org/2003/05/soap-envelope";

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

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

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

   xmlns:wsu="[18][19][136][390]http://docs.oasis-open.org/wss/2004/01/oas
   is-20
     04
         01-wss-
            wssecurity-utility-1.0.xsd">
               <env:Header

   xmlns:env="[19][20][137][391]http://www.w3.org/2003/05/soap-envelope";>

   <wsa:Action>[20][21][138][392]http://www.qualcomm.com/ExportDriverRespo
   nse</
     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][393]http://schemas.xmlsoap.org/ws/2004/08/address
   ing/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][394]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][395]http://www.erbgroup.com/
         References
            1. [25][142][396]http://www.w3.org/2003/05/soap-envelope
            2.
   [26][143][397]http://schemas.xmlsoap.org/ws/2004/03/addressing
            3.

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

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

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

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

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

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

   [45][162][416]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/ano
   nymou
     s
           22. [46][163][417]http://www.qualcomm.com/
           23. [47][164][418]http://www.erbgroup.com/
     --------------------------------------------------------------------
         ---
         This is the FTPAPI mailing list.  To unsubscribe, please go to:
         [48][165][419]http://www.scottklement.com/mailman/listinfo/ftpapi
     --------------------------------------------------------------------
         ---
     References
       1. [166][420]mailto:PReid@xxxxxxxxxxxx
       2. [167][421]http://www.w3.org/2003/05/soap-envelope
       3. [168][422]http://schemas.xmlsoap.org/ws/2004/03/addressing
       4.
   [169][423]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-
       5.
   [170][424]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-w
       6. [171][425]http://www.w3.org/2001/XMLSchema
       7. [172][426]http://www.w3.org/2001/XMLSchema-instance
       8. [173][427]http://www.qualcomm.com/VerifyAccess
       9.
   [174][428]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/a
      10. [175][429]https://qhos.qualcommapps.com/qhoswsna/driver.asmx
      11. [176][430]http://docs.oasisopen/
      12.
   [177][431]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-usern
      13. [178][432]http://www.qualcomm.com/
      14. [179][433]http://www.w3.org/2003/05/soap-envelope
      15. [180][434]http://www.w3.org/2001/XMLSchema-instance
      16. [181][435]http://www.w3.org/2001/XMLSchema
      17. [182][436]http://schemas.xmlsoap.org/ws/2004/08/addressing
      18.
   [183][437]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss
      19.
   [184][438]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-
      20. [185][439]http://www.w3.org/2003/05/soap-envelope
      21. [186][440]http://www.qualcomm.com/ExportDriverResponse
      22.
   [187][441]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anony
      23. [188][442]http://www.qualcomm.com/
      24. [189][443]http://www.erbgroup.com/
      25. [190][444]http://www.w3.org/2003/05/soap-envelope
      26. [191][445]http://schemas.xmlsoap.org/ws/2004/03/addressing
      27.

   [192][446]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssec
   urity
     -secext-1.0.xsd
      28.

   [193][447]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssec
   urity
     -utility-1.0.xsd
      29. [194][448]http://www.w3.org/2001/XMLSchema
      30. [195][449]http://www.w3.org/2001/XMLSchema-instance
      31. [196][450]http://www.qualcomm.com/VerifyAccess
      32.
   [197][451]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonym
      33. [198][452]https://qhos.qualcommapps.com/qhoswsna/driver.asmx
      34. [199][453]http://docs.oasisopen/
      35.

   [200][454]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-usern
   ame-t
     oken-profile-1.0#PasswordText
      36. [201][455]http://www.qualcomm.com/
      37. [202][456]http://www.w3.org/2003/05/soap-envelope
      38. [203][457]http://www.w3.org/2001/XMLSchema-instance
      39. [204][458]http://www.w3.org/2001/XMLSchema
      40. [205][459]http://schemas.xmlsoap.org/ws/2004/08/addressing
      41.

   [206][460]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssec
   urity
     -secext-1.0.xsd
      42.

   [207][461]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssec
   urity
     -utility-1.0.xsd
      43. [208][462]http://www.w3.org/2003/05/soap-envelope
      44. [209][463]http://www.qualcomm.com/ExportDriverResponse
      45.

   [210][464]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymo
   us
      46. [211][465]http://www.qualcomm.com/
      47. [212][466]http://www.erbgroup.com/
      48. [213][467]http://www.scottklement.com/mailman/listinfo/ftpapi
     ------------------------------

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

   -----------------------------------------------------------------------
     End of Ftpapi Digest, Vol 74, Issue 22
     **************************************
   References
     1. [469]http://www.erbgroup.com/
     2. [470]http://scottklement.com/mailman/listinfo/ftpapi
     3. [471]http://www.w3.org/2003/05/soap-envelope
     4. [472]http://schemas.xmlsoap.org/ws/2004/03/addressing
     5.
   [473]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity
   -secext-1.0.xsd
     6.
   [474]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity
   -utility-1.0.xsd
     7. [475]http://www.w3.org/2001/XMLSchema
     8. [476]http://www.w3.org/2001/XMLSchema-instance
     9. [477]http://www.qualcomm.com/VerifyAccess
    10. [478]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonym
    11. [479]https://qhos.qualcommapps.com/qhoswsna/driver.asmx
    12. [480]http://docs.oasisopen/
    13.
   [481]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-t
   oken-profile-1.0#PasswordText
    14. [482]http://www.qualcomm.com/
    15. [483]http://www.w3.org/2003/05/soap-envelope
    16. [484]http://www.w3.org/2001/XMLSchema-instance
    17. [485]http://www.w3.org/2001/XMLSchema
    18. [486]http://schemas.xmlsoap.org/ws/2004/08/addressing
    19.
   [487]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity
   -secext-1.0.xsd
    20.
   [488]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity
   -utility-1.0.xsd
    21. [489]http://www.w3.org/2003/05/soap-envelope
    22. [490]http://www.qualcomm.com/ExportDriverResponse
    23.
   [491]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous
    24. [492]http://www.qualcomm.com/
    25. [493]http://www.erbgroup.com/
    26. [494]http://www.w3.org/2003/05/soap-envelope
    27. [495]http://schemas.xmlsoap.org/ws/2004/03/addressing
    28. [496]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-
    29. [497]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-w
    30. [498]http://www.w3.org/2001/XMLSchema
    31. [499]http://www.w3.org/2001/XMLSchema-instance
    32. [500]http://www.qualcomm.com/VerifyAccess
    33. [501]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/a
    34. [502]https://qhos.qualcommapps.com/qhoswsna/driver.asmx
    35. [503]http://docs.oasisopen/
    36. [504]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-usern
    37. [505]http://www.qualcomm.com/
    38. [506]http://www.w3.org/2003/05/soap-envelope
    39. [507]http://www.w3.org/2001/XMLSchema-instance
    40. [508]http://www.w3.org/2001/XMLSchema
    41. [509]http://schemas.xmlsoap.org/ws/2004/08/addressing
    42. [510]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss
    43. [511]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-
    44. [512]http://www.w3.org/2003/05/soap-envelope
    45. [513]http://www.qualcomm.com/ExportDriverResponse
    46. [514]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anony
    47. [515]http://www.qualcomm.com/
    48. [516]http://www.erbgroup.com/
    49. [517]http://www.w3.org/2003/05/soap-envelope
    50. [518]http://schemas.xmlsoap.org/ws/2004/03/addressing
    51.
   [519]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity
   -secext-1.0.xsd
    52.
   [520]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity
   -utility-1.0.xsd
    53. [521]http://www.w3.org/2001/XMLSchema
    54. [522]http://www.w3.org/2001/XMLSchema-instance
    55. [523]http://www.qualcomm.com/VerifyAccess
    56. [524]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonym
    57. [525]https://qhos.qualcommapps.com/qhoswsna/driver.asmx
    58. [526]http://docs.oasisopen/
    59.
   [527]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-t
   oken-profile-1.0#PasswordText
    60. [528]http://www.qualcomm.com/
    61. [529]http://www.w3.org/2003/05/soap-envelope
    62. [530]http://www.w3.org/2001/XMLSchema-instance
    63. [531]http://www.w3.org/2001/XMLSchema
    64. [532]http://schemas.xmlsoap.org/ws/2004/08/addressing
    65.
   [533]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity
   -secext-1.0.xsd
    66.
   [534]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity
   -utility-1.0.xsd
    67. [535]http://www.w3.org/2003/05/soap-envelope
    68. [536]http://www.qualcomm.com/ExportDriverResponse
    69.
   [537]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous
    70. [538]http://www.qualcomm.com/
    71. [539]http://www.erbgroup.com/
    72. [540]http://www.w3.org/2003/05/soap-envelope
    73. [541]http://schemas.xmlsoap.org/ws/2004/03/addressing
    74. [542]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-
    75. [543]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-w
    76. [544]http://www.w3.org/2001/XMLSchema
    77. [545]http://www.w3.org/2001/XMLSchema-instance
    78. [546]http://www.qualcomm.com/VerifyAccess
    79. [547]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/a
    80. [548]https://qhos.qualcommapps.com/qhoswsna/driver.asmx
    81. [549]http://docs.oasisopen/
    82. [550]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-usern
    83. [551]http://www.qualcomm.com/
    84. [552]http://www.w3.org/2003/05/soap-envelope
    85. [553]http://www.w3.org/2001/XMLSchema-instance
    86. [554]http://www.w3.org/2001/XMLSchema
    87. [555]http://schemas.xmlsoap.org/ws/2004/08/addressing
    88. [556]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss
    89. [557]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-
    90. [558]http://www.w3.org/2003/05/soap-envelope
    91. [559]http://www.qualcomm.com/ExportDriverResponse
    92. [560]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anony
    93. [561]http://www.qualcomm.com/
    94. [562]http://www.erbgroup.com/
    95. [563]http://www.w3.org/2003/05/soap-envelope
    96. [564]http://schemas.xmlsoap.org/ws/2004/03/addressing
    97.
   [565]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity
   -secext-1.0.xsd
    98.
   [566]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity
   -utility-1.0.xsd
    99. [567]http://www.w3.org/2001/XMLSchema
   100. [568]http://www.w3.org/2001/XMLSchema-instance
   101. [569]http://www.qualcomm.com/VerifyAccess
   102. [570]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonym
   103. [571]https://qhos.qualcommapps.com/qhoswsna/driver.asmx
   104. [572]http://docs.oasisopen/
   105.
   [573]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-t
   oken-profile-1.0#PasswordText
   106. [574]http://www.qualcomm.com/
   107. [575]http://www.w3.org/2003/05/soap-envelope
   108. [576]http://www.w3.org/2001/XMLSchema-instance
   109. [577]http://www.w3.org/2001/XMLSchema
   110. [578]http://schemas.xmlsoap.org/ws/2004/08/addressing
   111.
   [579]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity
   -secext-1.0.xsd
   112.
   [580]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity
   -utility-1.0.xsd
   113. [581]http://www.w3.org/2003/05/soap-envelope
   114. [582]http://www.qualcomm.com/ExportDriverResponse
   115.
   [583]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous
   116. [584]http://www.qualcomm.com/
   117. [585]http://www.erbgroup.com/
   118. [586]http://www.scottklement.com/mailman/listinfo/ftpapi
   119. [587]http://www.w3.org/2003/05/soap-envelope
   120. [588]http://schemas.xmlsoap.org/ws/2004/03/addressing
   121. [589]http://docs.oasis-open.org/wss/2004/01/oasis-20040
   122. [590]http://docs.oasis-open.org/wss/2004/01/oasis-200401
   123. [591]http://www.w3.org/2001/XMLSchema
   124. [592]http://www.w3.org/2001/XMLSchema-instance
   125. [593]http://www.qualcomm.com/VerifyAccess
   126. [594]http://schemas.xmlsoap.org/ws/2004/08/addressing/
   127. [595]https://qhos.qualcommapps.com/qhoswsna/driver.asmx
   128. [596]http://docs.oasisopen/
   129. [597]http://docs.oasis-open.org/wss/2004/01/oasis-200401-ws
   130. [598]http://www.qualcomm.com/
   131. [599]http://www.w3.org/2003/05/soap-envelope
   132. [600]http://www.w3.org/2001/XMLSchema-instance
   133. [601]http://www.w3.org/2001/XMLSchema
   134. [602]http://schemas.xmlsoap.org/ws/2004/08/addressing
   135. [603]http://docs.oasis-open.org/wss/2004/01/oasis-200
   136. [604]http://docs.oasis-open.org/wss/2004/01/oasis-2004
   137. [605]http://www.w3.org/2003/05/soap-envelope
   138. [606]http://www.qualcomm.com/ExportDriverResponse
   139. [607]http://schemas.xmlsoap.org/ws/2004/08/addressing/rol
   140. [608]http://www.qualcomm.com/
   141. [609]http://www.erbgroup.com/
   142. [610]http://www.w3.org/2003/05/soap-envelope
   143. [611]http://schemas.xmlsoap.org/ws/2004/03/addressing
   144.
   [612]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecuri
   145.
   [613]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecuri
   146. [614]http://www.w3.org/2001/XMLSchema
   147. [615]http://www.w3.org/2001/XMLSchema-instance
   148. [616]http://www.qualcomm.com/VerifyAccess
   149. [617]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonym
   150. [618]https://qhos.qualcommapps.com/qhoswsna/driver.asmx
   151. [619]http://docs.oasisopen/
   152.
   [620]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username
   153. [621]http://www.qualcomm.com/
   154. [622]http://www.w3.org/2003/05/soap-envelope
   155. [623]http://www.w3.org/2001/XMLSchema-instance
   156. [624]http://www.w3.org/2001/XMLSchema
   157. [625]http://schemas.xmlsoap.org/ws/2004/08/addressing
   158.
   [626]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecuri
   159.
   [627]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecuri
   160. [628]http://www.w3.org/2003/05/soap-envelope
   161. [629]http://www.qualcomm.com/ExportDriverResponse
   162.
   [630]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous
   163. [631]http://www.qualcomm.com/
   164. [632]http://www.erbgroup.com/
   165. [633]http://www.scottklement.com/mailman/listinfo/ftpapi
   166. [634]mailto:PReid@xxxxxxxxxxxx
   167. [635]http://www.w3.org/2003/05/soap-envelope
   168. [636]http://schemas.xmlsoap.org/ws/2004/03/addressing
   169. [637]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-
   170. [638]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-w
   171. [639]http://www.w3.org/2001/XMLSchema
   172. [640]http://www.w3.org/2001/XMLSchema-instance
   173. [641]http://www.qualcomm.com/VerifyAccess
   174. [642]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/a
   175. [643]https://qhos.qualcommapps.com/qhoswsna/driver.asmx
   176. [644]http://docs.oasisopen/
   177. [645]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-usern
   178. [646]http://www.qualcomm.com/
   179. [647]http://www.w3.org/2003/05/soap-envelope
   180. [648]http://www.w3.org/2001/XMLSchema-instance
   181. [649]http://www.w3.org/2001/XMLSchema
   182. [650]http://schemas.xmlsoap.org/ws/2004/08/addressing
   183. [651]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss
   184. [652]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-
   185. [653]http://www.w3.org/2003/05/soap-envelope
   186. [654]http://www.qualcomm.com/ExportDriverResponse
   187. [655]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anony
   188. [656]http://www.qualcomm.com/
   189. [657]http://www.erbgroup.com/
   190. [658]http://www.w3.org/2003/05/soap-envelope
   191. [659]http://schemas.xmlsoap.org/ws/2004/03/addressing
   192.
   [660]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity
   -secext-1.0.xsd
   193.
   [661]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity
   -utility-1.0.xsd
   194. [662]http://www.w3.org/2001/XMLSchema
   195. [663]http://www.w3.org/2001/XMLSchema-instance
   196. [664]http://www.qualcomm.com/VerifyAccess
   197. [665]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonym
   198. [666]https://qhos.qualcommapps.com/qhoswsna/driver.asmx
   199. [667]http://docs.oasisopen/
   200.
   [668]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-t
   oken-profile-1.0#PasswordText
   201. [669]http://www.qualcomm.com/
   202. [670]http://www.w3.org/2003/05/soap-envelope
   203. [671]http://www.w3.org/2001/XMLSchema-instance
   204. [672]http://www.w3.org/2001/XMLSchema
   205. [673]http://schemas.xmlsoap.org/ws/2004/08/addressing
   206.
   [674]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity
   -secext-1.0.xsd
   207.
   [675]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity
   -utility-1.0.xsd
   208. [676]http://www.w3.org/2003/05/soap-envelope
   209. [677]http://www.qualcomm.com/ExportDriverResponse
   210.
   [678]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous
   211. [679]http://www.qualcomm.com/
   212. [680]http://www.erbgroup.com/
   213. [681]http://www.scottklement.com/mailman/listinfo/ftpapi
   214. [682]http://www.scottklement.com/mailman/listinfo/ftpapi
   ------------------------------
   -----------------------------------------------------------------------
   This is the FTPAPI mailing list digest.  To unsubscribe, go to:
   [683]http://www.scottklement.com/mailman/listinfo/ftpapi
   -----------------------------------------------------------------------
   End of Ftpapi Digest, Vol 74, Issue 24
   **************************************
   -------------- next part --------------
     OK guys I think I get it now. How do I disable "digest" mode? I want
   to
     receive individual messages. Thanks everyone for your help.
     ___________________________________________________________
     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][684]http://www.erbgroup.com/
     From:        ftpapi-request@xxxxxxxxxxxxxxxxxxxxxx
     To:        ftpapi@xxxxxxxxxxxxxxxxxxxxxx
     Date:        12/27/2012 06:33 PM
     Subject:        Ftpapi Digest, Vol 74, Issue 24
     Sent by:        ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
       __________________________________________________________________
     Send Ftpapi mailing list submissions to
                     ftpapi@xxxxxxxxxxxxxxxxxxxxxx
     To subscribe or unsubscribe via the World Wide Web, visit

   [2][685]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. RE: How do I respond to a post. (Mike Krebs)
       2. RE: How do I respond to a post. (Porterfield, Sean)
       3. Re: How do I respond to a post. (Scott Klement)
       4. Re: Ftpapi Digest, Vol 74, Issue 22 (PReid@xxxxxxxxxxxx)

   ----------------------------------------------------------------------
     Message: 1
     Date: Thu, 27 Dec 2012 15:37:34 -0600
     From: Mike Krebs <mkrebs@xxxxxxxxxxxxxxxxxx>
     To: HTTPAPI and FTPAPI Projects <ftpapi@xxxxxxxxxxxxxxxxxxxxxx>
     Subject: RE: How do I respond to a post.
     Message-ID: <3DF08BA25872B644A1421B9F085B182992330C882C@xxxxxxxxxxxx>
     Content-Type: text/plain; charset="us-ascii"
     Just respond to the specific message keeping the subject intact and
   all
     will be good. If you are receiving messages in digest mode, just
   reply
     but be sure to change the subject so it looks like it belongs to the
     correct message.
     -----Original Message-----
     From: ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
     [[3][686]mailto:ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of
     PReid@xxxxxxxxxxxx
     Sent: Thursday, December 27, 2012 3:08 PM
     To: ftpapi@xxxxxxxxxxxxxxxxxxxxxx
     Subject: How do I respond to a post.
     Hi, this is going to sound like a stupid question but, how to I
   respond
     to
     a specific post/thread? I'm sorry I've never used a mailing list like
     this, I'm used to forums, but there doesn't seem to be any logical
   way
     to
     respond to a specific thread? Thanks!
     ___________________________________________________________
     Paul Reid
     Application Developer III
     Erb Group of Companies | 290 Hamilton Road | New Hamburg, Ontario |
   N3A
     1A2
     Phone: 519.662.6133 ext. 2363
     Web: [4][687]http://www.erbgroup.com/
     ------------------------------
     Message: 2
     Date: Thu, 27 Dec 2012 16:50:13 -0500
     From: "Porterfield, Sean" <SPorterfield@xxxxxxxxxxxxxxxxxxxxxxx>
     To: HTTPAPI and FTPAPI Projects <ftpapi@xxxxxxxxxxxxxxxxxxxxxx>
     Subject: RE: How do I respond to a post.
     Message-ID:
     <FE73ABE53314FC43ABFE3A1470113A4503CC097BE258@xxxxxxxxxxxxx.local>
     Content-Type: text/plain; charset="us-ascii"
      It's a relatively low volume list.  I recommend disabling digest
   mode
     to receive individual emails, then you just click reply like you
   would
     to any other email.
     With a digest, you need to change the subject line and trim out all
   of
     the parts unrelated to the message of importance to you.
     --
     Sean Porterfield
     -----Original Message-----
     From: Paul Reid
     Sent: Thursday, December 27, 2012 16:08
     To: ftpapi@xxxxxxxxxxxxxxxxxxxxxx
     Subject: How do I respond to a post.
     Hi, this is going to sound like a stupid question but, how to I
   respond
     to a specific post/thread? I'm sorry I've never used a mailing list
     like this, I'm used to forums, but there doesn't seem to be any
   logical
     way to respond to a specific thread? Thanks!
     ___________________________________________________________
     Paul Reid
     This email is confidential, intended only for the named recipient(s)
     above and may contain information that is privileged.  If you have
     received this message in error or are not the named recipient(s),
     please notify the sender immediately and delete this email message
   from
     your computer as any and all unauthorized distribution or use of this
     message is strictly prohibited.  Thank you.
     ------------------------------
     Message: 3
     Date: Thu, 27 Dec 2012 15:52:30 -0600
     From: Scott Klement <sk@xxxxxxxxxxxxxxxx>
     To: HTTPAPI and FTPAPI Projects <ftpapi@xxxxxxxxxxxxxxxxxxxxxx>
     Subject: Re: How do I respond to a post.
     Message-ID: <50DCC31E.8050705@xxxxxxxxxxxxxxxx>
     Content-Type: text/plain; charset=ISO-8859-1; format=flowed
     Hi Paul,
     If using the mailing list normally, you can just hit the "Reply"
   button
     in your e-mail client.
     If using the mailing list in digest mode (which I would never
     recommend)
     you can reply, but then you should change the subject of the message
   to
     match the one you're replying to, and trim the reply body to remove
   all
     of the unrelated messages.  Replying to a digest will always screw up
     the threading of the messages, but the best you can do is make sure
   you
     get the subject exactly right.  Unless you have a really good reason
   to
     do so, please do not use digest mode.
     -SK
     On 12/27/2012 3:07 PM, PReid@xxxxxxxxxxxx wrote:
     >     Hi, this is going to sound like a stupid question but, how to I
     respond
     >     to a specific post/thread? I'm sorry I've never used a mailing
     list
     >     like this, I'm used to forums, but there doesn't seem to be any
     logical
     >     way to respond to a specific thread? Thanks!
     >
     ------------------------------
     Message: 4
     Date: Thu, 27 Dec 2012 17:03:16 -0500
     From: PReid@xxxxxxxxxxxx
     To: ftpapi@xxxxxxxxxxxxxxxxxxxxxx
     Subject: Re: Ftpapi Digest, Vol 74, Issue 22
     Message-ID:

   <OFE38CB7F5.BE4C6D98-ON85257AE1.00774B0D-85257AE1.00791F1A@xxxxxxxxxxxx
     >
     Content-Type: text/plain; charset="us-ascii"
     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: [5][688]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

   [6][689]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="[7][690]http://www.w3.org/2003/05/soap-envelope";
     xmlns:wsa="[8][691]http://schemas.xmlsoap.org/ws/2004/03/addressing";
     xmlns:wsse="

   [9][692]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecur
   ity-s
     ecext-1.0.xsd
     "
     xmlns:wsu="

   [10][693]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecu
   rity-
     utility-1.0.xsd
     "
     xmlns:xsd="[11][694]http://www.w3.org/2001/XMLSchema";
     xmlns:xsi="[12][695]http://www.w3.org/2001/XMLSchema-instance";>
     <soap:Header>

   <wsa:Action>[13][696]http://www.qualcomm.com/VerifyAccess</wsa:Action>

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

   <wsa:Address>[14][697]http://schemas.xmlsoap.org/ws/2004/08/addressing/
   role/
     anonym
     ous</wsa:Address>
     </wsa:ReplyTo>

   <wsa:To>[15][698]https://qhos.qualcommapps.com/qhoswsna/driver.asmx</ws
   a:To>
     <wsse:Security soap:mustUnderstand="1">
     <wsse:UsernameToken xmlns:wsu="[16][699]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="

   [17][700]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-userna
   me-to
     ken-profile-1.0#PasswordText
     ">*********</wsse:Password>
     </wsse:UsernameToken>
     </wsse:Security>
     </soap:Header>
       <soap:Body>
          <ExportDriver xmlns="[18][701]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="[19][702]http://www.w3.org/2003/05/soap-envelope";
     xmlns:xsi="[20][703]http://www.w3.org/2001/XMLSchema-instance";
   xmlns:xsd="
     [21][704]http://www.w3.org/2001/XMLSchema"; xmlns:wsa="
     [22][705]http://schemas.xmlsoap.org/ws/2004/08/addressing";
   xmlns:wsse="

   [23][706]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecu
   rity-
     secext-1.0.xsd
     " xmlns:wsu="

   [24][707]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecu
   rity-
     utility-1.0.xsd
     ">
       <env:Header
   xmlns:env="[25][708]http://www.w3.org/2003/05/soap-envelope";>

   <wsa:Action>[26][709]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>

   [27][710]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymou
   s</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="[28][711]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: [29][712]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][30][713]http://www.w3.org/2003/05/soap-envelope";

   xmlns:wsa="[2][31][714]http://schemas.xmlsoap.org/ws/2004/03/addressing
   "

   xmlns:wsse="[3][32][715]http://docs.oasis-open.org/wss/2004/01/oasis-20
   0401-
     wss-
       wssecurity-secext-1.0.xsd"

   xmlns:wsu="[4][33][716]http://docs.oasis-open.org/wss/2004/01/oasis-200
   401-w
     ss-w
       ssecurity-utility-1.0.xsd"
       xmlns:xsd="[5][34][717]http://www.w3.org/2001/XMLSchema";
       xmlns:xsi="[6][35][718]http://www.w3.org/2001/XMLSchema-instance";>
       <soap:Header>

   <wsa:Action>[7][36][719]http://www.qualcomm.com/VerifyAccess</wsa:Actio
   n>

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

   <wsa:Address>[8][37][720]http://schemas.xmlsoap.org/ws/2004/08/addressi
   ng/ro
     le/a
       nonym
       ous</wsa:Address>
       </wsa:ReplyTo>

   <wsa:To>[9][38][721]https://qhos.qualcommapps.com/qhoswsna/driver.asmx<
   /wsa:
     To>
       <wsse:Security soap:mustUnderstand="1">
       <wsse:UsernameToken xmlns:wsu="[10][39][722]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][40][723]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][41][724]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][42][725]http://www.w3.org/2003/05/soap-envelope";
       xmlns:xsi="[14][43][726]http://www.w3.org/2001/XMLSchema-instance";
       xmlns:xsd="[15][44][727]http://www.w3.org/2001/XMLSchema";

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

   xmlns:wsse="[17][46][729]http://docs.oasis-open.org/wss/2004/01/oasis-2
   00401
     -wss
       -wssecurity-secext-1.0.xsd"

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

   <wsa:Action>[20][49][732]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][50][733]http://schemas.xmlsoap.org/ws/2004/08/addressing/r
   ole/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][51][734]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][52][735]http://www.erbgroup.com/
     References
       1. [53][736]http://www.w3.org/2003/05/soap-envelope
       2. [54][737]http://schemas.xmlsoap.org/ws/2004/03/addressing
       3.

   [55][738]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecu
   rity-
     secext-1.0.xsd
       4.

   [56][739]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecu
   rity-
     utility-1.0.xsd
       5. [57][740]http://www.w3.org/2001/XMLSchema
       6. [58][741]http://www.w3.org/2001/XMLSchema-instance
       7. [59][742]http://www.qualcomm.com/VerifyAccess
       8.
   [60][743]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonym
       9. [61][744]https://qhos.qualcommapps.com/qhoswsna/driver.asmx
      10. [62][745]http://docs.oasisopen/
      11.

   [63][746]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-userna
   me-to
     ken-profile-1.0#PasswordText
      12. [64][747]http://www.qualcomm.com/
      13. [65][748]http://www.w3.org/2003/05/soap-envelope
      14. [66][749]http://www.w3.org/2001/XMLSchema-instance
      15. [67][750]http://www.w3.org/2001/XMLSchema
      16. [68][751]http://schemas.xmlsoap.org/ws/2004/08/addressing
      17.

   [69][752]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecu
   rity-
     secext-1.0.xsd
      18.

   [70][753]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecu
   rity-
     utility-1.0.xsd
      19. [71][754]http://www.w3.org/2003/05/soap-envelope
      20. [72][755]http://www.qualcomm.com/ExportDriverResponse
      21.

   [73][756]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymou
   s
      22. [74][757]http://www.qualcomm.com/
      23. [75][758]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][76][759]http://www.w3.org/2003/05/soap-envelope";
     >

   xmlns:wsa="[2][77][760]http://schemas.xmlsoap.org/ws/2004/03/addressing
   "
     >    xmlns:wsse="[3]
     [78][761]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-
     >    wssecurity-secext-1.0.xsd"
     >    xmlns:wsu="[4]
     [79][762]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-w
     >    ssecurity-utility-1.0.xsd"
     >    xmlns:xsd="[5][80][763]http://www.w3.org/2001/XMLSchema";
     >
   xmlns:xsi="[6][81][764]http://www.w3.org/2001/XMLSchema-instance";>
     >    <soap:Header>
     >

   <wsa:Action>[7][82][765]http://www.qualcomm.com/VerifyAccess</wsa:Actio
   n>
     >

   <wsa:MessageID>urn:uuid:db5ab195-ceb1-4325-8e1a-3b293ee1b49b</wsa:Messa
     >    geID>
     >    <wsa:ReplyTo>
     >    <wsa:Address>[8]
     [83][766]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/a
     >    nonym
     >    ous</wsa:Address>
     >    </wsa:ReplyTo>
     >
   <wsa:To>[9][84][767]https://qhos.qualcommapps.com/qhoswsna/driver.asmx
     </wsa:To>
     >    <wsse:Security soap:mustUnderstand="1">
     >    <wsse:UsernameToken
   xmlns:wsu="[10][85][768]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]

   [86][769]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-usern
     >    ame-token-profile-1.0#PasswordText">*********</wsse:Password>
     >    </wsse:UsernameToken>
     >    </wsse:Security>
     >    </soap:Header>
     >       <soap:Body>
     >          <ExportDriver
   xmlns="[12][87][770]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]
     [88][771]http://www.w3.org/2003/05/soap-envelope";
     >
   xmlns:xsi="[14][89][772]http://www.w3.org/2001/XMLSchema-instance";
     >    xmlns:xsd="[15][90][773]http://www.w3.org/2001/XMLSchema";
     >

   xmlns:wsa="[16][91][774]http://schemas.xmlsoap.org/ws/2004/08/addressin
   g"
     >    xmlns:wsse="[17]
     [92][775]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss
     >    -wssecurity-secext-1.0.xsd"
     >    xmlns:wsu="[18]
     [93][776]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-
     >    wssecurity-utility-1.0.xsd">
     >       <env:Header
     xmlns:env="[19][94][777]http://www.w3.org/2003/05/soap-envelope
     ">
     >
     >
   <wsa:Action>[20][95][778]http://www.qualcomm.com/ExportDriverResponse
     </wsa:Actio
     >    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]
     [96][779]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/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][97][780]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][98][781]http://www.erbgroup.com/
     >
     > References
     >
     >    1. [99][782]http://www.w3.org/2003/05/soap-envelope
     >    2. [100][783]http://schemas.xmlsoap.org/ws/2004/03/addressing
     >    3.
     >

   [101][784]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssec
   urity
     -secext-1.0.xsd
     >    4.
     >

   [102][785]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssec
   urity
     -utility-1.0.xsd
     >    5. [103][786]http://www.w3.org/2001/XMLSchema
     >    6. [104][787]http://www.w3.org/2001/XMLSchema-instance
     >    7. [105][788]http://www.qualcomm.com/VerifyAccess
     >    8.

   [106][789]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonym
     >    9. [107][790]https://qhos.qualcommapps.com/qhoswsna/driver.asmx
     >   10. [108][791]http://docs.oasisopen/
     >   11.
     >

   [109][792]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-usern
   ame-t
     oken-profile-1.0#PasswordText
     >   12. [110][793]http://www.qualcomm.com/
     >   13. [111][794]http://www.w3.org/2003/05/soap-envelope
     >   14. [112][795]http://www.w3.org/2001/XMLSchema-instance
     >   15. [113][796]http://www.w3.org/2001/XMLSchema
     >   16. [114][797]http://schemas.xmlsoap.org/ws/2004/08/addressing
     >   17.
     >

   [115][798]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssec
   urity
     -secext-1.0.xsd
     >   18.
     >

   [116][799]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssec
   urity
     -utility-1.0.xsd
     >   19. [117][800]http://www.w3.org/2003/05/soap-envelope
     >   20. [118][801]http://www.qualcomm.com/ExportDriverResponse
     >   21.

   [119][802]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymo
   us
     >   22. [120][803]http://www.qualcomm.com/
     >   23. [121][804]http://www.erbgroup.com/
     >
     >

   -----------------------------------------------------------------------
     > This is the FTPAPI mailing list.  To unsubscribe, please go to:
     > [122][805]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][123][806]http://www.w3.org/2003/05/soap-envelope";

   xmlns:wsa="[2][3][124][807]http://schemas.xmlsoap.org/ws/2004/03/addres
   sing"

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

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

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

   <wsa:Action>[7][8][129][812]http://www.qualcomm.com/VerifyAccess</wsa:A
   ction
     >
     <wsa:MessageID>urn:uuid:db5ab195-ceb1-4325-8e1a-3b293ee1b49b</wsa:Me
         ssa
            geID>
            <wsa:ReplyTo>

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

   <wsa:To>[9][10][131][814]https://qhos.qualcommapps.com/qhoswsna/driver.
   asmx<
     /w
         sa:To>
            <wsse:Security soap:mustUnderstand="1">
            <wsse:UsernameToken
     xmlns:wsu="[10][11][132][815]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][133][816]http://docs.oasis-open.org/wss/2004/01/oasis-20
   0401-
     ws
         s-usern
            ame-token-profile-1.0#PasswordText">*********</wsse:Password>
            </wsse:UsernameToken>
            </wsse:Security>
            </soap:Header>
               <soap:Body>
                  <ExportDriver
     xmlns="[12][13][134][817]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][135][818]http://www.w3.org/2003/05/soap-envelope";

   xmlns:xsi="[14][15][136][819]http://www.w3.org/2001/XMLSchema-instance";
            xmlns:xsd="[15][16][137][820]http://www.w3.org/2001/XMLSchema";

   xmlns:wsa="[16][17][138][821]http://schemas.xmlsoap.org/ws/2004/08/addr
   essin
     g"

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

   xmlns:wsu="[18][19][140][823]http://docs.oasis-open.org/wss/2004/01/oas
   is-20
     04
         01-wss-
            wssecurity-utility-1.0.xsd">
               <env:Header

   xmlns:env="[19][20][141][824]http://www.w3.org/2003/05/soap-envelope";>

   <wsa:Action>[20][21][142][825]http://www.qualcomm.com/ExportDriverRespo
   nse</
     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][143][826]http://schemas.xmlsoap.org/ws/2004/08/address
   ing/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][144][827]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][145][828]http://www.erbgroup.com/
         References
            1. [25][146][829]http://www.w3.org/2003/05/soap-envelope
            2.
   [26][147][830]http://schemas.xmlsoap.org/ws/2004/03/addressing
            3.

   [27][148][831]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-w
   ssecu
     ri
         ty-secext-1.0.xsd
            4.

   [28][149][832]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-w
   ssecu
     ri
         ty-utility-1.0.xsd
            5. [29][150][833]http://www.w3.org/2001/XMLSchema
            6. [30][151][834]http://www.w3.org/2001/XMLSchema-instance
            7. [31][152][835]http://www.qualcomm.com/VerifyAccess
            8.

   [32][153][836]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/ano
   nym
            9.
   [33][154][837]https://qhos.qualcommapps.com/qhoswsna/driver.asmx
           10. [34][155][838]http://docs.oasisopen/
           11.

   [35][156][839]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-u
   serna
     me
         -token-profile-1.0#PasswordText
           12. [36][157][840]http://www.qualcomm.com/
           13. [37][158][841]http://www.w3.org/2003/05/soap-envelope
           14. [38][159][842]http://www.w3.org/2001/XMLSchema-instance
           15. [39][160][843]http://www.w3.org/2001/XMLSchema
           16.
   [40][161][844]http://schemas.xmlsoap.org/ws/2004/08/addressing
           17.

   [41][162][845]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-w
   ssecu
     ri
         ty-secext-1.0.xsd
           18.

   [42][163][846]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-w
   ssecu
     ri
         ty-utility-1.0.xsd
           19. [43][164][847]http://www.w3.org/2003/05/soap-envelope
           20. [44][165][848]http://www.qualcomm.com/ExportDriverResponse
           21.

   [45][166][849]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/ano
   nymou
     s
           22. [46][167][850]http://www.qualcomm.com/
           23. [47][168][851]http://www.erbgroup.com/
     --------------------------------------------------------------------
         ---
         This is the FTPAPI mailing list.  To unsubscribe, please go to:
         [48][169][852]http://www.scottklement.com/mailman/listinfo/ftpapi
     --------------------------------------------------------------------
         ---
     References
       1. [170][853]mailto:PReid@xxxxxxxxxxxx
       2. [171][854]http://www.w3.org/2003/05/soap-envelope
       3. [172][855]http://schemas.xmlsoap.org/ws/2004/03/addressing
       4.
   [173][856]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-
       5.
   [174][857]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-w
       6. [175][858]http://www.w3.org/2001/XMLSchema
       7. [176][859]http://www.w3.org/2001/XMLSchema-instance
       8. [177][860]http://www.qualcomm.com/VerifyAccess
       9.
   [178][861]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/a
      10. [179][862]https://qhos.qualcommapps.com/qhoswsna/driver.asmx
      11. [180][863]http://docs.oasisopen/
      12.
   [181][864]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-usern
      13. [182][865]http://www.qualcomm.com/
      14. [183][866]http://www.w3.org/2003/05/soap-envelope
      15. [184][867]http://www.w3.org/2001/XMLSchema-instance
      16. [185][868]http://www.w3.org/2001/XMLSchema
      17. [186][869]http://schemas.xmlsoap.org/ws/2004/08/addressing
      18.
   [187][870]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss
      19.
   [188][871]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-
      20. [189][872]http://www.w3.org/2003/05/soap-envelope
      21. [190][873]http://www.qualcomm.com/ExportDriverResponse
      22.
   [191][874]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anony
      23. [192][875]http://www.qualcomm.com/
      24. [193][876]http://www.erbgroup.com/
      25. [194][877]http://www.w3.org/2003/05/soap-envelope
      26. [195][878]http://schemas.xmlsoap.org/ws/2004/03/addressing
      27.

   [196][879]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssec
   urity
     -secext-1.0.xsd
      28.

   [197][880]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssec
   urity
     -utility-1.0.xsd
      29. [198][881]http://www.w3.org/2001/XMLSchema
      30. [199][882]http://www.w3.org/2001/XMLSchema-instance
      31. [200][883]http://www.qualcomm.com/VerifyAccess
      32.
   [201][884]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonym
      33. [202][885]https://qhos.qualcommapps.com/qhoswsna/driver.asmx
      34. [203][886]http://docs.oasisopen/
      35.

   [204][887]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-usern
   ame-t
     oken-profile-1.0#PasswordText
      36. [205][888]http://www.qualcomm.com/
      37. [206][889]http://www.w3.org/2003/05/soap-envelope
      38. [207][890]http://www.w3.org/2001/XMLSchema-instance
      39. [208][891]http://www.w3.org/2001/XMLSchema
      40. [209][892]http://schemas.xmlsoap.org/ws/2004/08/addressing
      41.

   [210][893]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssec
   urity
     -secext-1.0.xsd
      42.

   [211][894]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssec
   urity
     -utility-1.0.xsd
      43. [212][895]http://www.w3.org/2003/05/soap-envelope
      44. [213][896]http://www.qualcomm.com/ExportDriverResponse
      45.

   [214][897]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymo
   us
      46. [215][898]http://www.qualcomm.com/
      47. [216][899]http://www.erbgroup.com/
      48. [217][900]http://www.scottklement.com/mailman/listinfo/ftpapi
     ------------------------------

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

   -----------------------------------------------------------------------
     End of Ftpapi Digest, Vol 74, Issue 22
     **************************************
     -------------- next part --------------
       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][219][902]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][220][903]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][221][904]http://www.w3.org/2003/05/soap-envelope";

   xmlns:wsa="[4][222][905]http://schemas.xmlsoap.org/ws/2004/03/addressin
   g"
       xmlns:wsse="

   [5][223][906]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-ws
   secur
     ity-s
       ecext-1.0.xsd
       "
       xmlns:wsu="

   [6][224][907]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-ws
   secur
     ity-u
       tility-1.0.xsd
       "
       xmlns:xsd="[7][225][908]http://www.w3.org/2001/XMLSchema";
       xmlns:xsi="[8][226][909]http://www.w3.org/2001/XMLSchema-instance";>
       <soap:Header>

   <wsa:Action>[9][227][910]http://www.qualcomm.com/VerifyAccess</wsa:Acti
   on>

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

   <wsa:Address>[10][228][911]http://schemas.xmlsoap.org/ws/2004/08/addres
   sing/
     role/
       anonym
       ous</wsa:Address>
       </wsa:ReplyTo>

   <wsa:To>[11][229][912]https://qhos.qualcommapps.com/qhoswsna/driver.asm
   x</ws
     a:To>
       <wsse:Security soap:mustUnderstand="1">
       <wsse:UsernameToken xmlns:wsu="[12][230][913]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][231][914]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-u
   serna
     me-to
       ken-profile-1.0#PasswordText
       ">*********</wsse:Password>
       </wsse:UsernameToken>
       </wsse:Security>
       </soap:Header>
         <soap:Body>
            <ExportDriver xmlns="[14][232][915]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][233][916]http://www.w3.org/2003/05/soap-envelope";
       xmlns:xsi="[16][234][917]http://www.w3.org/2001/XMLSchema-instance";
     xmlns:xsd="
       [17][235][918]http://www.w3.org/2001/XMLSchema"; xmlns:wsa="
       [18][236][919]http://schemas.xmlsoap.org/ws/2004/08/addressing";
     xmlns:wsse="

   [19][237][920]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-w
   ssecu
     rity-
       secext-1.0.xsd
       " xmlns:wsu="

   [20][238][921]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-w
   ssecu
     rity-
       utility-1.0.xsd
       ">
         <env:Header
     xmlns:env="[21][239][922]http://www.w3.org/2003/05/soap-envelope";>

   <wsa:Action>[22][240][923]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][241][924]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/ano
   nymou
     s</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][242][925]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][243][926]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][244][927]http://www.w3.org/2003/05/soap-envelope";

   xmlns:wsa="[2][27][245][928]http://schemas.xmlsoap.org/ws/2004/03/addre
   ssing
     "

   xmlns:wsse="[3][28][246][929]http://docs.oasis-open.org/wss/2004/01/oas
   is-20
     0401-
       wss-
         wssecurity-secext-1.0.xsd"

   xmlns:wsu="[4][29][247][930]http://docs.oasis-open.org/wss/2004/01/oasi
   s-200
     401-w
       ss-w
         ssecurity-utility-1.0.xsd"
         xmlns:xsd="[5][30][248][931]http://www.w3.org/2001/XMLSchema";

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

   <wsa:Action>[7][32][250][933]http://www.qualcomm.com/VerifyAccess</wsa:
   Actio
     n>

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

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

   <wsa:To>[9][34][252][935]https://qhos.qualcommapps.com/qhoswsna/driver.
   asmx<
     /wsa:
       To>
         <wsse:Security soap:mustUnderstand="1">
         <wsse:UsernameToken
   xmlns:wsu="[10][35][253][936]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][254][937]http://docs.oasis-open.org/wss/2004/01/oasis-20
   0401-
     wss-u
       sern
         ame-token-profile-1.0#PasswordText">*********</wsse:Password>
         </wsse:UsernameToken>
         </wsse:Security>
         </soap:Header>
            <soap:Body>
               <ExportDriver
   xmlns="[12][37][255][938]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][256][939]http://www.w3.org/2003/05/soap-envelope";

   xmlns:xsi="[14][39][257][940]http://www.w3.org/2001/XMLSchema-instance";
         xmlns:xsd="[15][40][258][941]http://www.w3.org/2001/XMLSchema";

   xmlns:wsa="[16][41][259][942]http://schemas.xmlsoap.org/ws/2004/08/addr
   essin
     g"

   xmlns:wsse="[17][42][260][943]http://docs.oasis-open.org/wss/2004/01/oa
   sis-2
     00401
       -wss
         -wssecurity-secext-1.0.xsd"

   xmlns:wsu="[18][43][261][944]http://docs.oasis-open.org/wss/2004/01/oas
   is-20
     0401-
       wss-
         wssecurity-utility-1.0.xsd">
            <env:Header

   xmlns:env="[19][44][262][945]http://www.w3.org/2003/05/soap-envelope";>

   <wsa:Action>[20][45][263][946]http://www.qualcomm.com/ExportDriverRespo
   nse</
     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][264][947]http://schemas.xmlsoap.org/ws/2004/08/address
   ing/r
     ole/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][265][948]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][266][949]http://www.erbgroup.com/
       References
         1. [49][267][950]http://www.w3.org/2003/05/soap-envelope
         2. [50][268][951]http://schemas.xmlsoap.org/ws/2004/03/addressing
         3.

   [51][269][952]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-w
   ssecu
     rity-
       secext-1.0.xsd
         4.

   [52][270][953]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-w
   ssecu
     rity-
       utility-1.0.xsd
         5. [53][271][954]http://www.w3.org/2001/XMLSchema
         6. [54][272][955]http://www.w3.org/2001/XMLSchema-instance
         7. [55][273][956]http://www.qualcomm.com/VerifyAccess
         8.

   [56][274][957]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/ano
   nym
         9.
   [57][275][958]https://qhos.qualcommapps.com/qhoswsna/driver.asmx
        10. [58][276][959]http://docs.oasisopen/
        11.

   [59][277][960]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-u
   serna
     me-to
       ken-profile-1.0#PasswordText
        12. [60][278][961]http://www.qualcomm.com/
        13. [61][279][962]http://www.w3.org/2003/05/soap-envelope
        14. [62][280][963]http://www.w3.org/2001/XMLSchema-instance
        15. [63][281][964]http://www.w3.org/2001/XMLSchema
        16. [64][282][965]http://schemas.xmlsoap.org/ws/2004/08/addressing
        17.

   [65][283][966]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-w
   ssecu
     rity-
       secext-1.0.xsd
        18.

   [66][284][967]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-w
   ssecu
     rity-
       utility-1.0.xsd
        19. [67][285][968]http://www.w3.org/2003/05/soap-envelope
        20. [68][286][969]http://www.qualcomm.com/ExportDriverResponse
        21.

   [69][287][970]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/ano
   nymou
     s
        22. [70][288][971]http://www.qualcomm.com/
        23. [71][289][972]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][290][973]http://www.w3.org/2003/05/soap-envelope";
       >

   xmlns:wsa="[2][73][291][974]http://schemas.xmlsoap.org/ws/2004/03/addre
   ssing
     "
       >

   xmlns:wsse="[3][74][292][975]http://docs.oasis-open.org/wss/2004/01/oas
   is-20
     0401-
       wss-
       >    wssecurity-secext-1.0.xsd"
       >

   xmlns:wsu="[4][75][293][976]http://docs.oasis-open.org/wss/2004/01/oasi
   s-200
     401-w
       ss-w
       >    ssecurity-utility-1.0.xsd"
       >    xmlns:xsd="[5][76][294][977]http://www.w3.org/2001/XMLSchema";
       >

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

   <wsa:Action>[7][78][296][979]http://www.qualcomm.com/VerifyAccess</wsa:
   Actio
     n>
       >

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

   <wsa:Address>[8][79][297][980]http://schemas.xmlsoap.org/ws/2004/08/add
   ressi
     ng/ro
       le/a
       >    nonym
       >    ous</wsa:Address>
       >    </wsa:ReplyTo>
       >

   <wsa:To>[9][80][298][981]https://qhos.qualcommapps.com/qhoswsna/driver.
   asmx<
     /wsa:
       To>
       >    <wsse:Security soap:mustUnderstand="1">
       >    <wsse:UsernameToken
     xmlns:wsu="[10][81][299][982]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][300][983]http://docs.oasis-open.org/wss/2004/01/oasis-20
   0401-
     wss-u
       sern
       >    ame-token-profile-1.0#PasswordText">*********</wsse:Password>
       >    </wsse:UsernameToken>
       >    </wsse:Security>
       >    </soap:Header>
       >       <soap:Body>
       >          <ExportDriver
     xmlns="[12][83][301][984]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][302][985]http://www.w3.org/2003/05/soap-envelope";
       >

   xmlns:xsi="[14][85][303][986]http://www.w3.org/2001/XMLSchema-instance";
       >    xmlns:xsd="[15][86][304][987]http://www.w3.org/2001/XMLSchema";
       >

   xmlns:wsa="[16][87][305][988]http://schemas.xmlsoap.org/ws/2004/08/addr
   essin
     g"
       >

   xmlns:wsse="[17][88][306][989]http://docs.oasis-open.org/wss/2004/01/oa
   sis-2
     00401
       -wss
       >    -wssecurity-secext-1.0.xsd"
       >

   xmlns:wsu="[18][89][307][990]http://docs.oasis-open.org/wss/2004/01/oas
   is-20
     0401-
       wss-
       >    wssecurity-utility-1.0.xsd">
       >       <env:Header

   xmlns:env="[19][90][308][991]http://www.w3.org/2003/05/soap-envelope";>
       >
       >

   <wsa:Action>[20][91][309][992]http://www.qualcomm.com/ExportDriverRespo
   nse</
     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][310][993]http://schemas.xmlsoap.org/ws/2004/08/address
   ing/r
     ole/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][311][994]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][312][995]http://www.erbgroup.com/
       >
       > References
       >
       >    1. [95][313][996]http://www.w3.org/2003/05/soap-envelope
       >    2.
   [96][314][997]http://schemas.xmlsoap.org/ws/2004/03/addressing
       >    3.
       >

   [97][315][998]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-w
   ssecu
     rity-
       secext-1.0.xsd
       >    4.
       >

   [98][316][999]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-w
   ssecu
     rity-
       utility-1.0.xsd
       >    5. [99][317][1000]http://www.w3.org/2001/XMLSchema
       >    6. [100][318][1001]http://www.w3.org/2001/XMLSchema-instance
       >    7. [101][319][1002]http://www.qualcomm.com/VerifyAccess
       >    8.

   [102][320][1003]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/a
   nonym
       >    9.
   [103][321][1004]https://qhos.qualcommapps.com/qhoswsna/driver.asmx
       >   10. [104][322][1005]http://docs.oasisopen/
       >   11.
       >

   [105][323][1006]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss
   -usern
     ame-t
       oken-profile-1.0#PasswordText
       >   12. [106][324][1007]http://www.qualcomm.com/
       >   13. [107][325][1008]http://www.w3.org/2003/05/soap-envelope
       >   14. [108][326][1009]http://www.w3.org/2001/XMLSchema-instance
       >   15. [109][327][1010]http://www.w3.org/2001/XMLSchema
       >   16.
   [110][328][1011]http://schemas.xmlsoap.org/ws/2004/08/addressing
       >   17.
       >

   [111][329][1012]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss
   -wssec
     urity
       -secext-1.0.xsd
       >   18.
       >

   [112][330][1013]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss
   -wssec
     urity
       -utility-1.0.xsd
       >   19. [113][331][1014]http://www.w3.org/2003/05/soap-envelope
       >   20.
   [114][332][1015]http://www.qualcomm.com/ExportDriverResponse
       >   21.

   [115][333][1016]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/a
   nonymo
     us
       >   22. [116][334][1017]http://www.qualcomm.com/
       >   23. [117][335][1018]http://www.erbgroup.com/
       >
       >

   -----------------------------------------------------------------------
       > This is the FTPAPI mailing list.  To unsubscribe, please go to:
       >
   [118][336][1019]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][337][1020]http://www.w3.org/2003/05/soap-envelo
   pe"

   xmlns:wsa="[2][3][120][338][1021]http://schemas.xmlsoap.org/ws/2004/03/
   addres
     sing"

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

   xmlns:wsu="[4][5][122][340][1023]http://docs.oasis-open.org/wss/2004/01
   /oasis
     -2004
       01
           -wss-w
              ssecurity-utility-1.0.xsd"

   xmlns:xsd="[5][6][123][341][1024]http://www.w3.org/2001/XMLSchema";

   xmlns:xsi="[6][7][124][342][1025]http://www.w3.org/2001/XMLSchema-insta
   nce">
              <soap:Header>

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

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

   <wsa:Address>[8][9][126][344][1027]http://schemas.xmlsoap.org/ws/2004/0
   8/addr
     essin
       g/
           role/a
              nonym
              ous</wsa:Address>
              </wsa:ReplyTo>

   <wsa:To>[9][10][127][345][1028]https://qhos.qualcommapps.com/qhoswsna/d
   river.
     asmx<
       /w
           sa:To>
              <wsse:Security soap:mustUnderstand="1">
              <wsse:UsernameToken
       xmlns:wsu="[10][11][128][346][1029]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][347][1030]http://docs.oasis-open.org/wss/2004/01/oa
   sis-20
     0401-
       ws
           s-usern

   ame-token-profile-1.0#PasswordText">*********</wsse:Password>
              </wsse:UsernameToken>
              </wsse:Security>
              </soap:Header>
                 <soap:Body>
                    <ExportDriver
       xmlns="[12][13][130][348][1031]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][349][1032]http://www.w3.org/2003/05/soap-enve
   lope"

   xmlns:xsi="[14][15][132][350][1033]http://www.w3.org/2001/XMLSchema-ins
   tance"

   xmlns:xsd="[15][16][133][351][1034]http://www.w3.org/2001/XMLSchema";

   xmlns:wsa="[16][17][134][352][1035]http://schemas.xmlsoap.org/ws/2004/0
   8/addr
     essin
       g"

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

   xmlns:wsu="[18][19][136][354][1037]http://docs.oasis-open.org/wss/2004/
   01/oas
     is-20
       04
           01-wss-
              wssecurity-utility-1.0.xsd">
                 <env:Header

   xmlns:env="[19][20][137][355][1038]http://www.w3.org/2003/05/soap-envel
   ope">

   <wsa:Action>[20][21][138][356][1039]http://www.qualcomm.com/ExportDrive
   rRespo
     nse</
       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][357][1040]http://schemas.xmlsoap.org/ws/2004/08/a
   ddress
     ing/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][358][1041]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][359][1042]http://www.erbgroup.com/
           References
              1.
   [25][142][360][1043]http://www.w3.org/2003/05/soap-envelope
              2.
     [26][143][361][1044]http://schemas.xmlsoap.org/ws/2004/03/addressing
              3.

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

   [28][145][363][1046]http://docs.oasis-open.org/wss/2004/01/oasis-200401
   -wss-w
     ssecu
       ri
           ty-utility-1.0.xsd
              5. [29][146][364][1047]http://www.w3.org/2001/XMLSchema
              6.
   [30][147][365][1048]http://www.w3.org/2001/XMLSchema-instance
              7. [31][148][366][1049]http://www.qualcomm.com/VerifyAccess
              8.

   [32][149][367][1050]http://schemas.xmlsoap.org/ws/2004/08/addressing/ro
   le/ano
     nym
              9.

   [33][150][368][1051]https://qhos.qualcommapps.com/qhoswsna/driver.asmx
             10. [34][151][369][1052]http://docs.oasisopen/
             11.

   [35][152][370][1053]http://docs.oasis-open.org/wss/2004/01/oasis-200401
   -wss-u
     serna
       me
           -token-profile-1.0#PasswordText
             12. [36][153][371][1054]http://www.qualcomm.com/
             13.
   [37][154][372][1055]http://www.w3.org/2003/05/soap-envelope
             14.
   [38][155][373][1056]http://www.w3.org/2001/XMLSchema-instance
             15. [39][156][374][1057]http://www.w3.org/2001/XMLSchema
             16.
     [40][157][375][1058]http://schemas.xmlsoap.org/ws/2004/08/addressing
             17.

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

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

   [45][162][380][1063]http://schemas.xmlsoap.org/ws/2004/08/addressing/ro
   le/ano
     nymou
       s
             22. [46][163][381][1064]http://www.qualcomm.com/
             23. [47][164][382][1065]http://www.erbgroup.com/

   --------------------------------------------------------------------
           ---
           This is the FTPAPI mailing list.  To unsubscribe, please go to:

   [48][165][383][1066]http://www.scottklement.com/mailman/listinfo/ftpapi

   --------------------------------------------------------------------
           ---
       References
         1. [166][384][1067]mailto:PReid@xxxxxxxxxxxx
         2. [167][385][1068]http://www.w3.org/2003/05/soap-envelope
         3.
   [168][386][1069]http://schemas.xmlsoap.org/ws/2004/03/addressing
         4.

   [169][387][1070]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss
   -
         5.

   [170][388][1071]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss
   -w
         6. [171][389][1072]http://www.w3.org/2001/XMLSchema
         7. [172][390][1073]http://www.w3.org/2001/XMLSchema-instance
         8. [173][391][1074]http://www.qualcomm.com/VerifyAccess
         9.

   [174][392][1075]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/a
        10.
   [175][393][1076]https://qhos.qualcommapps.com/qhoswsna/driver.asmx
        11. [176][394][1077]http://docs.oasisopen/
        12.

   [177][395][1078]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss
   -usern
        13. [178][396][1079]http://www.qualcomm.com/
        14. [179][397][1080]http://www.w3.org/2003/05/soap-envelope
        15. [180][398][1081]http://www.w3.org/2001/XMLSchema-instance
        16. [181][399][1082]http://www.w3.org/2001/XMLSchema
        17.
   [182][400][1083]http://schemas.xmlsoap.org/ws/2004/08/addressing
        18.

   [183][401][1084]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss
        19.

   [184][402][1085]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss
   -
        20. [185][403][1086]http://www.w3.org/2003/05/soap-envelope
        21. [186][404][1087]http://www.qualcomm.com/ExportDriverResponse
        22.

   [187][405][1088]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/a
   nony
        23. [188][406][1089]http://www.qualcomm.com/
        24. [189][407][1090]http://www.erbgroup.com/
        25. [190][408][1091]http://www.w3.org/2003/05/soap-envelope
        26.
   [191][409][1092]http://schemas.xmlsoap.org/ws/2004/03/addressing
        27.

   [192][410][1093]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss
   -wssec
     urity
       -secext-1.0.xsd
        28.

   [193][411][1094]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss
   -wssec
     urity
       -utility-1.0.xsd
        29. [194][412][1095]http://www.w3.org/2001/XMLSchema
        30. [195][413][1096]http://www.w3.org/2001/XMLSchema-instance
        31. [196][414][1097]http://www.qualcomm.com/VerifyAccess
        32.

   [197][415][1098]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/a
   nonym
        33.
   [198][416][1099]https://qhos.qualcommapps.com/qhoswsna/driver.asmx
        34. [199][417][1100]http://docs.oasisopen/
        35.

   [200][418][1101]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss
   -usern
     ame-t
       oken-profile-1.0#PasswordText
        36. [201][419][1102]http://www.qualcomm.com/
        37. [202][420][1103]http://www.w3.org/2003/05/soap-envelope
        38. [203][421][1104]http://www.w3.org/2001/XMLSchema-instance
        39. [204][422][1105]http://www.w3.org/2001/XMLSchema
        40.
   [205][423][1106]http://schemas.xmlsoap.org/ws/2004/08/addressing
        41.

   [206][424][1107]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss
   -wssec
     urity
       -secext-1.0.xsd
        42.

   [207][425][1108]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss
   -wssec
     urity
       -utility-1.0.xsd
        43. [208][426][1109]http://www.w3.org/2003/05/soap-envelope
        44. [209][427][1110]http://www.qualcomm.com/ExportDriverResponse
        45.

   [210][428][1111]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/a
   nonymo
     us
        46. [211][429][1112]http://www.qualcomm.com/
        47. [212][430][1113]http://www.erbgroup.com/
        48.
   [213][431][1114]http://www.scottklement.com/mailman/listinfo/ftpapi
       ------------------------------

   -----------------------------------------------------------------------
       This is the FTPAPI mailing list digest.  To unsubscribe, go to:
       [214][432][1115]http://www.scottklement.com/mailman/listinfo/ftpapi

   -----------------------------------------------------------------------
       End of Ftpapi Digest, Vol 74, Issue 22
       **************************************
     References
       1. [433][1116]http://www.erbgroup.com/
       2. [434][1117]http://scottklement.com/mailman/listinfo/ftpapi
       3. [435][1118]http://www.w3.org/2003/05/soap-envelope
       4. [436][1119]http://schemas.xmlsoap.org/ws/2004/03/addressing
       5.

   [437][1120]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wsse
   curity
     -secext-1.0.xsd
       6.

   [438][1121]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wsse
   curity
     -utility-1.0.xsd
       7. [439][1122]http://www.w3.org/2001/XMLSchema
       8. [440][1123]http://www.w3.org/2001/XMLSchema-instance
       9. [441][1124]http://www.qualcomm.com/VerifyAccess
      10.
   [442][1125]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonym
      11. [443][1126]https://qhos.qualcommapps.com/qhoswsna/driver.asmx
      12. [444][1127]http://docs.oasisopen/
      13.

   [445][1128]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-user
   name-t
     oken-profile-1.0#PasswordText
      14. [446][1129]http://www.qualcomm.com/
      15. [447][1130]http://www.w3.org/2003/05/soap-envelope
      16. [448][1131]http://www.w3.org/2001/XMLSchema-instance
      17. [449][1132]http://www.w3.org/2001/XMLSchema
      18. [450][1133]http://schemas.xmlsoap.org/ws/2004/08/addressing
      19.

   [451][1134]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wsse
   curity
     -secext-1.0.xsd
      20.

   [452][1135]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wsse
   curity
     -utility-1.0.xsd
      21. [453][1136]http://www.w3.org/2003/05/soap-envelope
      22. [454][1137]http://www.qualcomm.com/ExportDriverResponse
      23.

   [455][1138]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonym
   ous
      24. [456][1139]http://www.qualcomm.com/
      25. [457][1140]http://www.erbgroup.com/
       26. [458][1141]http://www.w3.org/2003/05/soap-envelope
      27. [459][1142]http://schemas.xmlsoap.org/ws/2004/03/addressing
      28.
   [460][1143]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-
      29.
   [461][1144]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-w
      30. [462][1145]http://www.w3.org/2001/XMLSchema
      31. [463][1146]http://www.w3.org/2001/XMLSchema-instance
      32. [464][1147]http://www.qualcomm.com/VerifyAccess
      33.
   [465][1148]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/a
      34. [466][1149]https://qhos.qualcommapps.com/qhoswsna/driver.asmx
      35. [467][1150]http://docs.oasisopen/
      36.
   [468][1151]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-user
   n
      37. [469][1152]http://www.qualcomm.com/
      38. [470][1153]http://www.w3.org/2003/05/soap-envelope
      39. [471][1154]http://www.w3.org/2001/XMLSchema-instance
      40. [472][1155]http://www.w3.org/2001/XMLSchema
      41. [473][1156]http://schemas.xmlsoap.org/ws/2004/08/addressing
      42.
   [474][1157]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss
      43.
   [475][1158]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-
      44. [476][1159]http://www.w3.org/2003/05/soap-envelope
      45. [477][1160]http://www.qualcomm.com/ExportDriverResponse
      46.
   [478][1161]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anony
      47. [479][1162]http://www.qualcomm.com/
      48. [480][1163]http://www.erbgroup.com/
      49. [481][1164]http://www.w3.org/2003/05/soap-envelope
      50. [482][1165]http://schemas.xmlsoap.org/ws/2004/03/addressing
      51.

   [483][1166]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wsse
   curity
     -secext-1.0.xsd
      52.

   [484][1167]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wsse
   curity
     -utility-1.0.xsd
      53. [485][1168]http://www.w3.org/2001/XMLSchema
      54. [486][1169]http://www.w3.org/2001/XMLSchema-instance
      55. [487][1170]http://www.qualcomm.com/VerifyAccess
      56.
   [488][1171]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonym
      57. [489][1172]https://qhos.qualcommapps.com/qhoswsna/driver.asmx
      58. [490][1173]http://docs.oasisopen/
      59.

   [491][1174]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-user
   name-t
     oken-profile-1.0#PasswordText
      60. [492][1175]http://www.qualcomm.com/
      61. [493][1176]http://www.w3.org/2003/05/soap-envelope
      62. [494][1177]http://www.w3.org/2001/XMLSchema-instance
      63. [495][1178]http://www.w3.org/2001/XMLSchema
      64. [496][1179]http://schemas.xmlsoap.org/ws/2004/08/addressing
      65.

   [497][1180]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wsse
   curity
     -secext-1.0.xsd
      66.

   [498][1181]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wsse
   curity
     -utility-1.0.xsd
      67. [499][1182]http://www.w3.org/2003/05/soap-envelope
      68. [500][1183]http://www.qualcomm.com/ExportDriverResponse
      69.

   [501][1184]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonym
   ous
      70. [502][1185]http://www.qualcomm.com/
      71. [503][1186]http://www.erbgroup.com/
      72. [504][1187]http://www.w3.org/2003/05/soap-envelope
      73. [505][1188]http://schemas.xmlsoap.org/ws/2004/03/addressing
      74.
   [506][1189]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-
      75.
   [507][1190]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-w
      76. [508][1191]http://www.w3.org/2001/XMLSchema
      77. [509][1192]http://www.w3.org/2001/XMLSchema-instance
      78. [510][1193]http://www.qualcomm.com/VerifyAccess
      79.
   [511][1194]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/a
      80. [512][1195]https://qhos.qualcommapps.com/qhoswsna/driver.asmx
      81. [513][1196]http://docs.oasisopen/
      82.
   [514][1197]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-user
   n
      83. [515][1198]http://www.qualcomm.com/
      84. [516][1199]http://www.w3.org/2003/05/soap-envelope
      85. [517][1200]http://www.w3.org/2001/XMLSchema-instance
      86. [518][1201]http://www.w3.org/2001/XMLSchema
      87. [519][1202]http://schemas.xmlsoap.org/ws/2004/08/addressing
      88.
   [520][1203]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss
      89.
   [521][1204]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-
      90. [522][1205]http://www.w3.org/2003/05/soap-envelope
      91. [523][1206]http://www.qualcomm.com/ExportDriverResponse
      92.
   [524][1207]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anony
      93. [525][1208]http://www.qualcomm.com/
      94. [526][1209]http://www.erbgroup.com/
      95. [527][1210]http://www.w3.org/2003/05/soap-envelope
      96. [528][1211]http://schemas.xmlsoap.org/ws/2004/03/addressing
      97.

   [529][1212]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wsse
   curity
     -secext-1.0.xsd
      98.

   [530][1213]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wsse
   curity
     -utility-1.0.xsd
      99. [531][1214]http://www.w3.org/2001/XMLSchema
     100. [532][1215]http://www.w3.org/2001/XMLSchema-instance
     101. [533][1216]http://www.qualcomm.com/VerifyAccess
     102.
   [534][1217]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonym
     103. [535][1218]https://qhos.qualcommapps.com/qhoswsna/driver.asmx
     104. [536][1219]http://docs.oasisopen/
     105.

   [537][1220]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-user
   name-t
     oken-profile-1.0#PasswordText
     106. [538][1221]http://www.qualcomm.com/
     107. [539][1222]http://www.w3.org/2003/05/soap-envelope
     108. [540][1223]http://www.w3.org/2001/XMLSchema-instance
     109. [541][1224]http://www.w3.org/2001/XMLSchema
     110. [542][1225]http://schemas.xmlsoap.org/ws/2004/08/addressing
     111.

   [543][1226]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wsse
   curity
     -secext-1.0.xsd
     112.

   [544][1227]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wsse
   curity
     -utility-1.0.xsd
     113. [545][1228]http://www.w3.org/2003/05/soap-envelope
     114. [546][1229]http://www.qualcomm.com/ExportDriverResponse
     115.

   [547][1230]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonym
   ous
     116. [548][1231]http://www.qualcomm.com/
     117. [549][1232]http://www.erbgroup.com/
     118. [550][1233]http://www.scottklement.com/mailman/listinfo/ftpapi
     119. [551][1234]http://www.w3.org/2003/05/soap-envelope
     120. [552][1235]http://schemas.xmlsoap.org/ws/2004/03/addressing
     121. [553][1236]http://docs.oasis-open.org/wss/2004/01/oasis-20040
     122. [554][1237]http://docs.oasis-open.org/wss/2004/01/oasis-200401
     123. [555][1238]http://www.w3.org/2001/XMLSchema
     124. [556][1239]http://www.w3.org/2001/XMLSchema-instance
     125. [557][1240]http://www.qualcomm.com/VerifyAccess
     126. [558][1241]http://schemas.xmlsoap.org/ws/2004/08/addressing/
     127. [559][1242]https://qhos.qualcommapps.com/qhoswsna/driver.asmx
     128. [560][1243]http://docs.oasisopen/
     129.
   [561][1244]http://docs.oasis-open.org/wss/2004/01/oasis-200401-ws
     130. [562][1245]http://www.qualcomm.com/
     131. [563][1246]http://www.w3.org/2003/05/soap-envelope
     132. [564][1247]http://www.w3.org/2001/XMLSchema-instance
     133. [565][1248]http://www.w3.org/2001/XMLSchema
     134. [566][1249]http://schemas.xmlsoap.org/ws/2004/08/addressing
     135. [567][1250]http://docs.oasis-open.org/wss/2004/01/oasis-200
     136. [568][1251]http://docs.oasis-open.org/wss/2004/01/oasis-2004
     137. [569][1252]http://www.w3.org/2003/05/soap-envelope
     138. [570][1253]http://www.qualcomm.com/ExportDriverResponse
     139. [571][1254]http://schemas.xmlsoap.org/ws/2004/08/addressing/rol
     140. [572][1255]http://www.qualcomm.com/
     141. [573][1256]http://www.erbgroup.com/
     142. [574][1257]http://www.w3.org/2003/05/soap-envelope
     143. [575][1258]http://schemas.xmlsoap.org/ws/2004/03/addressing
     144.

   [576][1259]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wsse
   curi
     145.

   [577][1260]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wsse
   curi
     146. [578][1261]http://www.w3.org/2001/XMLSchema
     147. [579][1262]http://www.w3.org/2001/XMLSchema-instance
     148. [580][1263]http://www.qualcomm.com/VerifyAccess
     149.
   [581][1264]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonym
     150. [582][1265]https://qhos.qualcommapps.com/qhoswsna/driver.asmx
     151. [583][1266]http://docs.oasisopen/
     152.

   [584][1267]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-user
   name
     153. [585][1268]http://www.qualcomm.com/
     154. [586][1269]http://www.w3.org/2003/05/soap-envelope
     155. [587][1270]http://www.w3.org/2001/XMLSchema-instance
     156. [588][1271]http://www.w3.org/2001/XMLSchema
     157. [589][1272]http://schemas.xmlsoap.org/ws/2004/08/addressing
     158.

   [590][1273]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wsse
   curi
     159.

   [591][1274]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wsse
   curi
     160. [592][1275]http://www.w3.org/2003/05/soap-envelope
     161. [593][1276]http://www.qualcomm.com/ExportDriverResponse
     162.

   [594][1277]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonym
   ous
     163. [595][1278]http://www.qualcomm.com/
     164. [596][1279]http://www.erbgroup.com/
     165. [597][1280]http://www.scottklement.com/mailman/listinfo/ftpapi
     166. [598][1281]mailto:PReid@xxxxxxxxxxxx
     167. [599][1282]http://www.w3.org/2003/05/soap-envelope
     168. [600][1283]http://schemas.xmlsoap.org/ws/2004/03/addressing
     169.
   [601][1284]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-
     170.
   [602][1285]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-w
     171. [603][1286]http://www.w3.org/2001/XMLSchema
     172. [604][1287]http://www.w3.org/2001/XMLSchema-instance
     173. [605][1288]http://www.qualcomm.com/VerifyAccess
     174.
   [606][1289]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/a
     175. [607][1290]https://qhos.qualcommapps.com/qhoswsna/driver.asmx
     176. [608][1291]http://docs.oasisopen/
     177.
   [609][1292]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-user
   n
      178. [610][1293]http://www.qualcomm.com/
     179. [611][1294]http://www.w3.org/2003/05/soap-envelope
     180. [612][1295]http://www.w3.org/2001/XMLSchema-instance
     181. [613][1296]http://www.w3.org/2001/XMLSchema
     182. [614][1297]http://schemas.xmlsoap.org/ws/2004/08/addressing
     183.
   [615][1298]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss
     184.
   [616][1299]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-
     185. [617][1300]http://www.w3.org/2003/05/soap-envelope
     186. [618][1301]http://www.qualcomm.com/ExportDriverResponse
     187.
   [619][1302]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anony
     188. [620][1303]http://www.qualcomm.com/
     189. [621][1304]http://www.erbgroup.com/
     190. [622][1305]http://www.w3.org/2003/05/soap-envelope
     191. [623][1306]http://schemas.xmlsoap.org/ws/2004/03/addressing
     192.

   [624][1307]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wsse
   curity
     -secext-1.0.xsd
     193.

   [625][1308]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wsse
   curity
     -utility-1.0.xsd
     194. [626][1309]http://www.w3.org/2001/XMLSchema
     195. [627][1310]http://www.w3.org/2001/XMLSchema-instance
     196. [628][1311]http://www.qualcomm.com/VerifyAccess
     197.
   [629][1312]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonym
     198. [630][1313]https://qhos.qualcommapps.com/qhoswsna/driver.asmx
     199. [631][1314]http://docs.oasisopen/
     200.

   [632][1315]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-user
   name-t
     oken-profile-1.0#PasswordText
     201. [633][1316]http://www.qualcomm.com/
     202. [634][1317]http://www.w3.org/2003/05/soap-envelope
     203. [635][1318]http://www.w3.org/2001/XMLSchema-instance
     204. [636][1319]http://www.w3.org/2001/XMLSchema
     205. [637][1320]http://schemas.xmlsoap.org/ws/2004/08/addressing
     206.

   [638][1321]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wsse
   curity
     -secext-1.0.xsd
     207.

   [639][1322]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wsse
   curity
     -utility-1.0.xsd
     208. [640][1323]http://www.w3.org/2003/05/soap-envelope
     209. [641][1324]http://www.qualcomm.com/ExportDriverResponse
     210.

   [642][1325]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonym
   ous
     211. [643][1326]http://www.qualcomm.com/
     212. [644][1327]http://www.erbgroup.com/
     213. [645][1328]http://www.scottklement.com/mailman/listinfo/ftpapi
     214. [646][1329]http://www.scottklement.com/mailman/listinfo/ftpapi
     ------------------------------

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

   -----------------------------------------------------------------------
     End of Ftpapi Digest, Vol 74, Issue 24
     **************************************
   References
     1. [1331]http://www.erbgroup.com/
     2. [1332]http://scottklement.com/mailman/listinfo/ftpapi
     3. [1333]mailto:ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
     4. [1334]http://www.erbgroup.com/
     5. [1335]http://www.erbgroup.com/
     6. [1336]http://scottklement.com/mailman/listinfo/ftpapi
     7. [1337]http://www.w3.org/2003/05/soap-envelope
     8. [1338]http://schemas.xmlsoap.org/ws/2004/03/addressing
     9.
   [1339]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurit
   y-secext-1.0.xsd
    10.
   [1340]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurit
   y-utility-1.0.xsd
    11. [1341]http://www.w3.org/2001/XMLSchema
    12. [1342]http://www.w3.org/2001/XMLSchema-instance
    13. [1343]http://www.qualcomm.com/VerifyAccess
    14. [1344]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonym
    15. [1345]https://qhos.qualcommapps.com/qhoswsna/driver.asmx
    16. [1346]http://docs.oasisopen/
    17.
   [1347]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-
   token-profile-1.0#PasswordText
    18. [1348]http://www.qualcomm.com/
    19. [1349]http://www.w3.org/2003/05/soap-envelope
    20. [1350]http://www.w3.org/2001/XMLSchema-instance
    21. [1351]http://www.w3.org/2001/XMLSchema
    22. [1352]http://schemas.xmlsoap.org/ws/2004/08/addressing
    23.
   [1353]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurit
   y-secext-1.0.xsd
    24.
   [1354]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurit
   y-utility-1.0.xsd
    25. [1355]http://www.w3.org/2003/05/soap-envelope
    26. [1356]http://www.qualcomm.com/ExportDriverResponse
    27.
   [1357]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous
    28. [1358]http://www.qualcomm.com/
    29. [1359]http://www.erbgroup.com/
    30. [1360]http://www.w3.org/2003/05/soap-envelope
    31. [1361]http://schemas.xmlsoap.org/ws/2004/03/addressing
    32. [1362]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-
    33. [1363]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-w
    34. [1364]http://www.w3.org/2001/XMLSchema
    35. [1365]http://www.w3.org/2001/XMLSchema-instance
    36. [1366]http://www.qualcomm.com/VerifyAccess
    37. [1367]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/a
    38. [1368]https://qhos.qualcommapps.com/qhoswsna/driver.asmx
    39. [1369]http://docs.oasisopen/
    40.
   [1370]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-usern
    41. [1371]http://www.qualcomm.com/
    42. [1372]http://www.w3.org/2003/05/soap-envelope
    43. [1373]http://www.w3.org/2001/XMLSchema-instance
    44. [1374]http://www.w3.org/2001/XMLSchema
    45. [1375]http://schemas.xmlsoap.org/ws/2004/08/addressing
    46. [1376]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss
    47. [1377]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-
    48. [1378]http://www.w3.org/2003/05/soap-envelope
    49. [1379]http://www.qualcomm.com/ExportDriverResponse
    50. [1380]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anony
    51. [1381]http://www.qualcomm.com/
    52. [1382]http://www.erbgroup.com/
    53. [1383]http://www.w3.org/2003/05/soap-envelope
    54. [1384]http://schemas.xmlsoap.org/ws/2004/03/addressing
    55.
   [1385]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurit
   y-secext-1.0.xsd
    56.
   [1386]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurit
   y-utility-1.0.xsd
    57. [1387]http://www.w3.org/2001/XMLSchema
    58. [1388]http://www.w3.org/2001/XMLSchema-instance
    59. [1389]http://www.qualcomm.com/VerifyAccess
    60. [1390]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonym
    61. [1391]https://qhos.qualcommapps.com/qhoswsna/driver.asmx
    62. [1392]http://docs.oasisopen/
    63.
   [1393]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-
   token-profile-1.0#PasswordText
    64. [1394]http://www.qualcomm.com/
    65. [1395]http://www.w3.org/2003/05/soap-envelope
    66. [1396]http://www.w3.org/2001/XMLSchema-instance
    67. [1397]http://www.w3.org/2001/XMLSchema
    68. [1398]http://schemas.xmlsoap.org/ws/2004/08/addressing
    69.
   [1399]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurit
   y-secext-1.0.xsd
    70.
   [1400]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurit
   y-utility-1.0.xsd
    71. [1401]http://www.w3.org/2003/05/soap-envelope
    72. [1402]http://www.qualcomm.com/ExportDriverResponse
    73.
   [1403]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous
    74. [1404]http://www.qualcomm.com/
    75. [1405]http://www.erbgroup.com/
    76. [1406]http://www.w3.org/2003/05/soap-envelope
    77. [1407]http://schemas.xmlsoap.org/ws/2004/03/addressing
    78. [1408]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-
    79. [1409]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-w
    80. [1410]http://www.w3.org/2001/XMLSchema
    81. [1411]http://www.w3.org/2001/XMLSchema-instance
    82. [1412]http://www.qualcomm.com/VerifyAccess
    83. [1413]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/a
    84. [1414]https://qhos.qualcommapps.com/qhoswsna/driver.asmx
    85. [1415]http://docs.oasisopen/
    86.
   [1416]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-usern
    87. [1417]http://www.qualcomm.com/
    88. [1418]http://www.w3.org/2003/05/soap-envelope
    89. [1419]http://www.w3.org/2001/XMLSchema-instance
    90. [1420]http://www.w3.org/2001/XMLSchema
    91. [1421]http://schemas.xmlsoap.org/ws/2004/08/addressing
    92. [1422]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss
    93. [1423]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-
    94. [1424]http://www.w3.org/2003/05/soap-envelope
    95. [1425]http://www.qualcomm.com/ExportDriverResponse
    96. [1426]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anony
    97. [1427]http://www.qualcomm.com/
    98. [1428]http://www.erbgroup.com/
    99. [1429]http://www.w3.org/2003/05/soap-envelope
   100. [1430]http://schemas.xmlsoap.org/ws/2004/03/addressing
   101.
   [1431]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurit
   y-secext-1.0.xsd
   102.
   [1432]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurit
   y-utility-1.0.xsd
   103. [1433]http://www.w3.org/2001/XMLSchema
   104. [1434]http://www.w3.org/2001/XMLSchema-instance
   105. [1435]http://www.qualcomm.com/VerifyAccess
   106. [1436]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonym
   107. [1437]https://qhos.qualcommapps.com/qhoswsna/driver.asmx
   108. [1438]http://docs.oasisopen/
   109.
   [1439]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-
   token-profile-1.0#PasswordText
   110. [1440]http://www.qualcomm.com/
   111. [1441]http://www.w3.org/2003/05/soap-envelope
   112. [1442]http://www.w3.org/2001/XMLSchema-instance
   113. [1443]http://www.w3.org/2001/XMLSchema
   114. [1444]http://schemas.xmlsoap.org/ws/2004/08/addressing
   115.
   [1445]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurit
   y-secext-1.0.xsd
   116.
   [1446]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurit
   y-utility-1.0.xsd
   117. [1447]http://www.w3.org/2003/05/soap-envelope
   118. [1448]http://www.qualcomm.com/ExportDriverResponse
   119.
   [1449]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous
   120. [1450]http://www.qualcomm.com/
   121. [1451]http://www.erbgroup.com/
   122. [1452]http://www.scottklement.com/mailman/listinfo/ftpapi
   123. [1453]http://www.w3.org/2003/05/soap-envelope
   124. [1454]http://schemas.xmlsoap.org/ws/2004/03/addressing
   125. [1455]http://docs.oasis-open.org/wss/2004/01/oasis-20040
   126. [1456]http://docs.oasis-open.org/wss/2004/01/oasis-200401
   127. [1457]http://www.w3.org/2001/XMLSchema
   128. [1458]http://www.w3.org/2001/XMLSchema-instance
   129. [1459]http://www.qualcomm.com/VerifyAccess
   130. [1460]http://schemas.xmlsoap.org/ws/2004/08/addressing/
   131. [1461]https://qhos.qualcommapps.com/qhoswsna/driver.asmx
   132. [1462]http://docs.oasisopen/
   133. [1463]http://docs.oasis-open.org/wss/2004/01/oasis-200401-ws
   134. [1464]http://www.qualcomm.com/
   135. [1465]http://www.w3.org/2003/05/soap-envelope
   136. [1466]http://www.w3.org/2001/XMLSchema-instance
   137. [1467]http://www.w3.org/2001/XMLSchema
   138. [1468]http://schemas.xmlsoap.org/ws/2004/08/addressing
   139. [1469]http://docs.oasis-open.org/wss/2004/01/oasis-200
   140. [1470]http://docs.oasis-open.org/wss/2004/01/oasis-2004
   141. [1471]http://www.w3.org/2003/05/soap-envelope
   142. [1472]http://www.qualcomm.com/ExportDriverResponse
   143. [1473]http://schemas.xmlsoap.org/ws/2004/08/addressing/rol
   144. [1474]http://www.qualcomm.com/
   145. [1475]http://www.erbgroup.com/
   146. [1476]http://www.w3.org/2003/05/soap-envelope
   147. [1477]http://schemas.xmlsoap.org/ws/2004/03/addressing
   148.
   [1478]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecuri
   149.
   [1479]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecuri
   150. [1480]http://www.w3.org/2001/XMLSchema
   151. [1481]http://www.w3.org/2001/XMLSchema-instance
   152. [1482]http://www.qualcomm.com/VerifyAccess
   153. [1483]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonym
   154. [1484]https://qhos.qualcommapps.com/qhoswsna/driver.asmx
   155. [1485]http://docs.oasisopen/
   156.
   [1486]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username
   157. [1487]http://www.qualcomm.com/
   158. [1488]http://www.w3.org/2003/05/soap-envelope
   159. [1489]http://www.w3.org/2001/XMLSchema-instance
   160. [1490]http://www.w3.org/2001/XMLSchema
   161. [1491]http://schemas.xmlsoap.org/ws/2004/08/addressing
   162.
   [1492]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecuri
   163.
   [1493]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecuri
   164. [1494]http://www.w3.org/2003/05/soap-envelope
   165. [1495]http://www.qualcomm.com/ExportDriverResponse
   166.
   [1496]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous
   167. [1497]http://www.qualcomm.com/
   168. [1498]http://www.erbgroup.com/
   169. [1499]http://www.scottklement.com/mailman/listinfo/ftpapi
   170. [1500]mailto:PReid@xxxxxxxxxxxx
   171. [1501]http://www.w3.org/2003/05/soap-envelope
   172. [1502]http://schemas.xmlsoap.org/ws/2004/03/addressing
   173. [1503]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-
   174. [1504]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-w
   175. [1505]http://www.w3.org/2001/XMLSchema
   176. [1506]http://www.w3.org/2001/XMLSchema-instance
   177. [1507]http://www.qualcomm.com/VerifyAccess
   178. [1508]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/a
   179. [1509]https://qhos.qualcommapps.com/qhoswsna/driver.asmx
   180. [1510]http://docs.oasisopen/
   181.
   [1511]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-usern
   182. [1512]http://www.qualcomm.com/
   183. [1513]http://www.w3.org/2003/05/soap-envelope
   184. [1514]http://www.w3.org/2001/XMLSchema-instance
   185. [1515]http://www.w3.org/2001/XMLSchema
   186. [1516]http://schemas.xmlsoap.org/ws/2004/08/addressing
   187. [1517]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss
   188. [1518]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-
   189. [1519]http://www.w3.org/2003/05/soap-envelope
   190. [1520]http://www.qualcomm.com/ExportDriverResponse
   191. [1521]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anony
   192. [1522]http://www.qualcomm.com/
   193. [1523]http://www.erbgroup.com/
   194. [1524]http://www.w3.org/2003/05/soap-envelope
   195. [1525]http://schemas.xmlsoap.org/ws/2004/03/addressing
   196.
   [1526]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurit
   y-secext-1.0.xsd
   197.
   [1527]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurit
   y-utility-1.0.xsd
   198. [1528]http://www.w3.org/2001/XMLSchema
   199. [1529]http://www.w3.org/2001/XMLSchema-instance
   200. [1530]http://www.qualcomm.com/VerifyAccess
   201. [1531]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonym
   202. [1532]https://qhos.qualcommapps.com/qhoswsna/driver.asmx
   203. [1533]http://docs.oasisopen/
   204.
   [1534]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-
   token-profile-1.0#PasswordText
   205. [1535]http://www.qualcomm.com/
   206. [1536]http://www.w3.org/2003/05/soap-envelope
   207. [1537]http://www.w3.org/2001/XMLSchema-instance
   208. [1538]http://www.w3.org/2001/XMLSchema
   209. [1539]http://schemas.xmlsoap.org/ws/2004/08/addressing
   210.
   [1540]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurit
   y-secext-1.0.xsd
   211.
   [1541]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurit
   y-utility-1.0.xsd
   212. [1542]http://www.w3.org/2003/05/soap-envelope
   213. [1543]http://www.qualcomm.com/ExportDriverResponse
   214.
   [1544]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous
   215. [1545]http://www.qualcomm.com/
   216. [1546]http://www.erbgroup.com/
   217. [1547]http://www.scottklement.com/mailman/listinfo/ftpapi
   218. [1548]http://www.scottklement.com/mailman/listinfo/ftpapi
   219. [1549]http://www.erbgroup.com/
   220. [1550]http://scottklement.com/mailman/listinfo/ftpapi
   221. [1551]http://www.w3.org/2003/05/soap-envelope
   222. [1552]http://schemas.xmlsoap.org/ws/2004/03/addressing
   223.
   [1553]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurit
   y-s
   224.
   [1554]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurit
   y-u
   225. [1555]http://www.w3.org/2001/XMLSchema
   226. [1556]http://www.w3.org/2001/XMLSchema-instance
   227. [1557]http://www.qualcomm.com/VerifyAccess
   228. [1558]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/
   229. [1559]https://qhos.qualcommapps.com/qhoswsna/driver.asmx
   230. [1560]http://docs.oasisopen/
   231.
   [1561]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-
   to
   232. [1562]http://www.qualcomm.com/
   233. [1563]http://www.w3.org/2003/05/soap-envelope
   234. [1564]http://www.w3.org/2001/XMLSchema-instance
   235. [1565]http://www.w3.org/2001/XMLSchema
   236. [1566]http://schemas.xmlsoap.org/ws/2004/08/addressing
   237.
   [1567]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurit
   y-
   238.
   [1568]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurit
   y-
   239. [1569]http://www.w3.org/2003/05/soap-envelope
   240. [1570]http://www.qualcomm.com/ExportDriverResponse
   241.
   [1571]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous
   242. [1572]http://www.qualcomm.com/
   243. [1573]http://www.erbgroup.com/
   244. [1574]http://www.w3.org/2003/05/soap-envelope
   245. [1575]http://schemas.xmlsoap.org/ws/2004/03/addressing
   246. [1576]http://docs.oasis-open.org/wss/2004/01/oasis-200401-
   247. [1577]http://docs.oasis-open.org/wss/2004/01/oasis-200401-w
   248. [1578]http://www.w3.org/2001/XMLSchema
   249. [1579]http://www.w3.org/2001/XMLSchema-instance
   250. [1580]http://www.qualcomm.com/VerifyAccess
   251. [1581]http://schemas.xmlsoap.org/ws/2004/08/addressing/ro
   252. [1582]https://qhos.qualcommapps.com/qhoswsna/driver.asmx
   253. [1583]http://docs.oasisopen/
   254. [1584]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-u
   255. [1585]http://www.qualcomm.com/
   256. [1586]http://www.w3.org/2003/05/soap-envelope
   257. [1587]http://www.w3.org/2001/XMLSchema-instance
   258. [1588]http://www.w3.org/2001/XMLSchema
   259. [1589]http://schemas.xmlsoap.org/ws/2004/08/addressing
   260. [1590]http://docs.oasis-open.org/wss/2004/01/oasis-200401
   261. [1591]http://docs.oasis-open.org/wss/2004/01/oasis-200401-
   262. [1592]http://www.w3.org/2003/05/soap-envelope
   263. [1593]http://www.qualcomm.com/ExportDriverResponse
   264. [1594]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/a
   265. [1595]http://www.qualcomm.com/
   266. [1596]http://www.erbgroup.com/
   267. [1597]http://www.w3.org/2003/05/soap-envelope
   268. [1598]http://schemas.xmlsoap.org/ws/2004/03/addressing
   269.
   [1599]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurit
   y-
   270.
   [1600]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurit
   y-
   271. [1601]http://www.w3.org/2001/XMLSchema
   272. [1602]http://www.w3.org/2001/XMLSchema-instance
   273. [1603]http://www.qualcomm.com/VerifyAccess
   274. [1604]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonym
   275. [1605]https://qhos.qualcommapps.com/qhoswsna/driver.asmx
   276. [1606]http://docs.oasisopen/
   277.
   [1607]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-
   to
   278. [1608]http://www.qualcomm.com/
   279. [1609]http://www.w3.org/2003/05/soap-envelope
   280. [1610]http://www.w3.org/2001/XMLSchema-instance
   281. [1611]http://www.w3.org/2001/XMLSchema
   282. [1612]http://schemas.xmlsoap.org/ws/2004/08/addressing
   283.
   [1613]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurit
   y-
   284.
   [1614]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurit
   y-
   285. [1615]http://www.w3.org/2003/05/soap-envelope
   286. [1616]http://www.qualcomm.com/ExportDriverResponse
   287.
   [1617]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous
   288. [1618]http://www.qualcomm.com/
   289. [1619]http://www.erbgroup.com/
   290. [1620]http://www.w3.org/2003/05/soap-envelope
   291. [1621]http://schemas.xmlsoap.org/ws/2004/03/addressing
   292. [1622]http://docs.oasis-open.org/wss/2004/01/oasis-200401-
   293. [1623]http://docs.oasis-open.org/wss/2004/01/oasis-200401-w
   294. [1624]http://www.w3.org/2001/XMLSchema
   295. [1625]http://www.w3.org/2001/XMLSchema-instance
   296. [1626]http://www.qualcomm.com/VerifyAccess
   297. [1627]http://schemas.xmlsoap.org/ws/2004/08/addressing/ro
   298. [1628]https://qhos.qualcommapps.com/qhoswsna/driver.asmx
   299. [1629]http://docs.oasisopen/
   300. [1630]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-u
   301. [1631]http://www.qualcomm.com/
   302. [1632]http://www.w3.org/2003/05/soap-envelope
   303. [1633]http://www.w3.org/2001/XMLSchema-instance
   304. [1634]http://www.w3.org/2001/XMLSchema
   305. [1635]http://schemas.xmlsoap.org/ws/2004/08/addressing
   306. [1636]http://docs.oasis-open.org/wss/2004/01/oasis-200401
   307. [1637]http://docs.oasis-open.org/wss/2004/01/oasis-200401-
   308. [1638]http://www.w3.org/2003/05/soap-envelope
   309. [1639]http://www.qualcomm.com/ExportDriverResponse
   310. [1640]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/a
   311. [1641]http://www.qualcomm.com/
   312. [1642]http://www.erbgroup.com/
   313. [1643]http://www.w3.org/2003/05/soap-envelope
   314. [1644]http://schemas.xmlsoap.org/ws/2004/03/addressing
   315.
   [1645]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurit
   y-
   316.
   [1646]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurit
   y-
   317. [1647]http://www.w3.org/2001/XMLSchema
   318. [1648]http://www.w3.org/2001/XMLSchema-instance
   319. [1649]http://www.qualcomm.com/VerifyAccess
   320. [1650]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonym
   321. [1651]https://qhos.qualcommapps.com/qhoswsna/driver.asmx
   322. [1652]http://docs.oasisopen/
   323.
   [1653]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-
   t
   324. [1654]http://www.qualcomm.com/
   325. [1655]http://www.w3.org/2003/05/soap-envelope
   326. [1656]http://www.w3.org/2001/XMLSchema-instance
   327. [1657]http://www.w3.org/2001/XMLSchema
   328. [1658]http://schemas.xmlsoap.org/ws/2004/08/addressing
   329.
   [1659]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurit
   y
   330.
   [1660]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurit
   y
   331. [1661]http://www.w3.org/2003/05/soap-envelope
   332. [1662]http://www.qualcomm.com/ExportDriverResponse
   333.
   [1663]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous
   334. [1664]http://www.qualcomm.com/
   335. [1665]http://www.erbgroup.com/
   336. [1666]http://www.scottklement.com/mailman/listinfo/ftpapi
   337. [1667]http://www.w3.org/2003/05/soap-envelope
   338. [1668]http://schemas.xmlsoap.org/ws/2004/03/addressing
   339. [1669]http://docs.oasis-open.org/wss/2004/01/oasis-200
   340. [1670]http://docs.oasis-open.org/wss/2004/01/oasis-2004
   341. [1671]http://www.w3.org/2001/XMLSchema
   342. [1672]http://www.w3.org/2001/XMLSchema-instance
   343. [1673]http://www.qualcomm.com/VerifyAccess
   344. [1674]http://schemas.xmlsoap.org/ws/2004/08/addressin
   345. [1675]https://qhos.qualcommapps.com/qhoswsna/driver.asmx
   346. [1676]http://docs.oasisopen/
   347. [1677]http://docs.oasis-open.org/wss/2004/01/oasis-200401-
   348. [1678]http://www.qualcomm.com/
   349. [1679]http://www.w3.org/2003/05/soap-envelope
   350. [1680]http://www.w3.org/2001/XMLSchema-instance
   351. [1681]http://www.w3.org/2001/XMLSchema
   352. [1682]http://schemas.xmlsoap.org/ws/2004/08/addressin
   353. [1683]http://docs.oasis-open.org/wss/2004/01/oasis-2
   354. [1684]http://docs.oasis-open.org/wss/2004/01/oasis-20
   355. [1685]http://www.w3.org/2003/05/soap-envelope
   356. [1686]http://www.qualcomm.com/ExportDriverResponse
   357. [1687]http://schemas.xmlsoap.org/ws/2004/08/addressing/r
   358. [1688]http://www.qualcomm.com/
   359. [1689]http://www.erbgroup.com/
   360. [1690]http://www.w3.org/2003/05/soap-envelope
   361. [1691]http://schemas.xmlsoap.org/ws/2004/03/addressing
   362.
   [1692]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecu
    363.
   [1693]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecu
   364. [1694]http://www.w3.org/2001/XMLSchema
   365. [1695]http://www.w3.org/2001/XMLSchema-instance
   366. [1696]http://www.qualcomm.com/VerifyAccess
   367. [1697]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonym
   368. [1698]https://qhos.qualcommapps.com/qhoswsna/driver.asmx
   369. [1699]http://docs.oasisopen/
   370.
   [1700]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-userna
   371. [1701]http://www.qualcomm.com/
   372. [1702]http://www.w3.org/2003/05/soap-envelope
   373. [1703]http://www.w3.org/2001/XMLSchema-instance
   374. [1704]http://www.w3.org/2001/XMLSchema
   375. [1705]http://schemas.xmlsoap.org/ws/2004/08/addressing
   376.
   [1706]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecu
   377.
   [1707]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecu
   378. [1708]http://www.w3.org/2003/05/soap-envelope
   379. [1709]http://www.qualcomm.com/ExportDriverResponse
   380.
   [1710]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymou
   381. [1711]http://www.qualcomm.com/
   382. [1712]http://www.erbgroup.com/
   383. [1713]http://www.scottklement.com/mailman/listinfo/ftpapi
   384. [1714]mailto:PReid@xxxxxxxxxxxx
   385. [1715]http://www.w3.org/2003/05/soap-envelope
   386. [1716]http://schemas.xmlsoap.org/ws/2004/03/addressing
   387. [1717]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-
   388. [1718]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-w
   389. [1719]http://www.w3.org/2001/XMLSchema
   390. [1720]http://www.w3.org/2001/XMLSchema-instance
   391. [1721]http://www.qualcomm.com/VerifyAccess
   392. [1722]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/a
   393. [1723]https://qhos.qualcommapps.com/qhoswsna/driver.asmx
   394. [1724]http://docs.oasisopen/
   395.
   [1725]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-usern
   396. [1726]http://www.qualcomm.com/
   397. [1727]http://www.w3.org/2003/05/soap-envelope
   398. [1728]http://www.w3.org/2001/XMLSchema-instance
   399. [1729]http://www.w3.org/2001/XMLSchema
   400. [1730]http://schemas.xmlsoap.org/ws/2004/08/addressing
   401. [1731]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss
   402. [1732]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-
   403. [1733]http://www.w3.org/2003/05/soap-envelope
   404. [1734]http://www.qualcomm.com/ExportDriverResponse
   405. [1735]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anony
   406. [1736]http://www.qualcomm.com/
   407. [1737]http://www.erbgroup.com/
   408. [1738]http://www.w3.org/2003/05/soap-envelope
   409. [1739]http://schemas.xmlsoap.org/ws/2004/03/addressing
   410.
   [1740]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurit
   y
   411.
   [1741]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurit
   y
   412. [1742]http://www.w3.org/2001/XMLSchema
   413. [1743]http://www.w3.org/2001/XMLSchema-instance
   414. [1744]http://www.qualcomm.com/VerifyAccess
   415. [1745]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonym
   416. [1746]https://qhos.qualcommapps.com/qhoswsna/driver.asmx
   417. [1747]http://docs.oasisopen/
   418.
   [1748]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-
   t
   419. [1749]http://www.qualcomm.com/
   420. [1750]http://www.w3.org/2003/05/soap-envelope
   421. [1751]http://www.w3.org/2001/XMLSchema-instance
   422. [1752]http://www.w3.org/2001/XMLSchema
   423. [1753]http://schemas.xmlsoap.org/ws/2004/08/addressing
   424.
   [1754]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurit
   y
   425.
   [1755]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurit
   y
   426. [1756]http://www.w3.org/2003/05/soap-envelope
   427. [1757]http://www.qualcomm.com/ExportDriverResponse
   428.
   [1758]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous
   429. [1759]http://www.qualcomm.com/
   430. [1760]http://www.erbgroup.com/
   431. [1761]http://www.scottklement.com/mailman/listinfo/ftpapi
   432. [1762]http://www.scottklement.com/mailman/listinfo/ftpapi
   433. [1763]http://www.erbgroup.com/
   434. [1764]http://scottklement.com/mailman/listinfo/ftpapi
   435. [1765]http://www.w3.org/2003/05/soap-envelope
   436. [1766]http://schemas.xmlsoap.org/ws/2004/03/addressing
   437.
   [1767]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurit
   y-secext-1.0.xsd
   438.
   [1768]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurit
   y-utility-1.0.xsd
   439. [1769]http://www.w3.org/2001/XMLSchema
   440. [1770]http://www.w3.org/2001/XMLSchema-instance
   441. [1771]http://www.qualcomm.com/VerifyAccess
   442. [1772]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonym
   443. [1773]https://qhos.qualcommapps.com/qhoswsna/driver.asmx
   444. [1774]http://docs.oasisopen/
   445.
   [1775]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-
   token-profile-1.0#PasswordText
   446. [1776]http://www.qualcomm.com/
   447. [1777]http://www.w3.org/2003/05/soap-envelope
   448. [1778]http://www.w3.org/2001/XMLSchema-instance
   449. [1779]http://www.w3.org/2001/XMLSchema
   450. [1780]http://schemas.xmlsoap.org/ws/2004/08/addressing
   451.
   [1781]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurit
   y-secext-1.0.xsd
   452.
   [1782]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurit
   y-utility-1.0.xsd
   453. [1783]http://www.w3.org/2003/05/soap-envelope
   454. [1784]http://www.qualcomm.com/ExportDriverResponse
   455.
   [1785]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous
   456. [1786]http://www.qualcomm.com/
   457. [1787]http://www.erbgroup.com/
   458. [1788]http://www.w3.org/2003/05/soap-envelope
   459. [1789]http://schemas.xmlsoap.org/ws/2004/03/addressing
   460. [1790]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-
   461. [1791]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-w
   462. [1792]http://www.w3.org/2001/XMLSchema
   463. [1793]http://www.w3.org/2001/XMLSchema-instance
   464. [1794]http://www.qualcomm.com/VerifyAccess
   465. [1795]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/a
   466. [1796]https://qhos.qualcommapps.com/qhoswsna/driver.asmx
   467. [1797]http://docs.oasisopen/
   468.
   [1798]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-usern
   469. [1799]http://www.qualcomm.com/
   470. [1800]http://www.w3.org/2003/05/soap-envelope
   471. [1801]http://www.w3.org/2001/XMLSchema-instance
   472. [1802]http://www.w3.org/2001/XMLSchema
   473. [1803]http://schemas.xmlsoap.org/ws/2004/08/addressing
   474. [1804]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss
   475. [1805]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-
   476. [1806]http://www.w3.org/2003/05/soap-envelope
   477. [1807]http://www.qualcomm.com/ExportDriverResponse
   478. [1808]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anony
   479. [1809]http://www.qualcomm.com/
   480. [1810]http://www.erbgroup.com/
   481. [1811]http://www.w3.org/2003/05/soap-envelope
   482. [1812]http://schemas.xmlsoap.org/ws/2004/03/addressing
   483.
   [1813]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurit
   y-secext-1.0.xsd
   484.
   [1814]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurit
   y-utility-1.0.xsd
   485. [1815]http://www.w3.org/2001/XMLSchema
   486. [1816]http://www.w3.org/2001/XMLSchema-instance
   487. [1817]http://www.qualcomm.com/VerifyAccess
   488. [1818]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonym
   489. [1819]https://qhos.qualcommapps.com/qhoswsna/driver.asmx
   490. [1820]http://docs.oasisopen/
   491.
   [1821]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-
   token-profile-1.0#PasswordText
   492. [1822]http://www.qualcomm.com/
   493. [1823]http://www.w3.org/2003/05/soap-envelope
   494. [1824]http://www.w3.org/2001/XMLSchema-instance
   495. [1825]http://www.w3.org/2001/XMLSchema
   496. [1826]http://schemas.xmlsoap.org/ws/2004/08/addressing
   497.
   [1827]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurit
   y-secext-1.0.xsd
   498.
   [1828]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurit
   y-utility-1.0.xsd
   499. [1829]http://www.w3.org/2003/05/soap-envelope
   500. [1830]http://www.qualcomm.com/ExportDriverResponse
   501.
   [1831]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous
   502. [1832]http://www.qualcomm.com/
   503. [1833]http://www.erbgroup.com/
   504. [1834]http://www.w3.org/2003/05/soap-envelope
   505. [1835]http://schemas.xmlsoap.org/ws/2004/03/addressing
   506. [1836]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-
   507. [1837]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-w
   508. [1838]http://www.w3.org/2001/XMLSchema
   509. [1839]http://www.w3.org/2001/XMLSchema-instance
   510. [1840]http://www.qualcomm.com/VerifyAccess
   511. [1841]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/a
   512. [1842]https://qhos.qualcommapps.com/qhoswsna/driver.asmx
   513. [1843]http://docs.oasisopen/
   514.
   [1844]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-usern
   515. [1845]http://www.qualcomm.com/
   516. [1846]http://www.w3.org/2003/05/soap-envelope
   517. [1847]http://www.w3.org/2001/XMLSchema-instance
   518. [1848]http://www.w3.org/2001/XMLSchema
   519. [1849]http://schemas.xmlsoap.org/ws/2004/08/addressing
   520. [1850]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss
   521. [1851]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-
   522. [1852]http://www.w3.org/2003/05/soap-envelope
   523. [1853]http://www.qualcomm.com/ExportDriverResponse
   524. [1854]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anony
   525. [1855]http://www.qualcomm.com/
   526. [1856]http://www.erbgroup.com/
   527. [1857]http://www.w3.org/2003/05/soap-envelope
   528. [1858]http://schemas.xmlsoap.org/ws/2004/03/addressing
   529.
   [1859]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurit
   y-secext-1.0.xsd
   530.
   [1860]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurit
   y-utility-1.0.xsd
   531. [1861]http://www.w3.org/2001/XMLSchema
   532. [1862]http://www.w3.org/2001/XMLSchema-instance
   533. [1863]http://www.qualcomm.com/VerifyAccess
   534. [1864]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonym
   535. [1865]https://qhos.qualcommapps.com/qhoswsna/driver.asmx
   536. [1866]http://docs.oasisopen/
   537.
   [1867]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-
   token-profile-1.0#PasswordText
   538. [1868]http://www.qualcomm.com/
   539. [1869]http://www.w3.org/2003/05/soap-envelope
   540. [1870]http://www.w3.org/2001/XMLSchema-instance
   541. [1871]http://www.w3.org/2001/XMLSchema
   542. [1872]http://schemas.xmlsoap.org/ws/2004/08/addressing
   543.
   [1873]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurit
   y-secext-1.0.xsd
   544.
   [1874]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurit
   y-utility-1.0.xsd
   545. [1875]http://www.w3.org/2003/05/soap-envelope
   546. [1876]http://www.qualcomm.com/ExportDriverResponse
   547.
   [1877]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous
   548. [1878]http://www.qualcomm.com/
   549. [1879]http://www.erbgroup.com/
   550. [1880]http://www.scottklement.com/mailman/listinfo/ftpapi
   551. [1881]http://www.w3.org/2003/05/soap-envelope
   552. [1882]http://schemas.xmlsoap.org/ws/2004/03/addressing
   553. [1883]http://docs.oasis-open.org/wss/2004/01/oasis-20040
   554. [1884]http://docs.oasis-open.org/wss/2004/01/oasis-200401
   555. [1885]http://www.w3.org/2001/XMLSchema
   556. [1886]http://www.w3.org/2001/XMLSchema-instance
   557. [1887]http://www.qualcomm.com/VerifyAccess
   558. [1888]http://schemas.xmlsoap.org/ws/2004/08/addressing/
   559. [1889]https://qhos.qualcommapps.com/qhoswsna/driver.asmx
   560. [1890]http://docs.oasisopen/
   561. [1891]http://docs.oasis-open.org/wss/2004/01/oasis-200401-ws
   562. [1892]http://www.qualcomm.com/
   563. [1893]http://www.w3.org/2003/05/soap-envelope
   564. [1894]http://www.w3.org/2001/XMLSchema-instance
   565. [1895]http://www.w3.org/2001/XMLSchema
   566. [1896]http://schemas.xmlsoap.org/ws/2004/08/addressing
   567. [1897]http://docs.oasis-open.org/wss/2004/01/oasis-200
   568. [1898]http://docs.oasis-open.org/wss/2004/01/oasis-2004
   569. [1899]http://www.w3.org/2003/05/soap-envelope
   570. [1900]http://www.qualcomm.com/ExportDriverResponse
   571. [1901]http://schemas.xmlsoap.org/ws/2004/08/addressing/rol
   572. [1902]http://www.qualcomm.com/
   573. [1903]http://www.erbgroup.com/
   574. [1904]http://www.w3.org/2003/05/soap-envelope
   575. [1905]http://schemas.xmlsoap.org/ws/2004/03/addressing
   576.
   [1906]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecuri
   577.
   [1907]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecuri
   578. [1908]http://www.w3.org/2001/XMLSchema
   579. [1909]http://www.w3.org/2001/XMLSchema-instance
   580. [1910]http://www.qualcomm.com/VerifyAccess
   581. [1911]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonym
   582. [1912]https://qhos.qualcommapps.com/qhoswsna/driver.asmx
   583. [1913]http://docs.oasisopen/
   584.
   [1914]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username
   585. [1915]http://www.qualcomm.com/
   586. [1916]http://www.w3.org/2003/05/soap-envelope
   587. [1917]http://www.w3.org/2001/XMLSchema-instance
   588. [1918]http://www.w3.org/2001/XMLSchema
   589. [1919]http://schemas.xmlsoap.org/ws/2004/08/addressing
   590.
   [1920]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecuri
   591.
   [1921]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecuri
   592. [1922]http://www.w3.org/2003/05/soap-envelope
   593. [1923]http://www.qualcomm.com/ExportDriverResponse
   594.
   [1924]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous
   595. [1925]http://www.qualcomm.com/
   596. [1926]http://www.erbgroup.com/
   597. [1927]http://www.scottklement.com/mailman/listinfo/ftpapi
   598. [1928]mailto:PReid@xxxxxxxxxxxx
   599. [1929]http://www.w3.org/2003/05/soap-envelope
   600. [1930]http://schemas.xmlsoap.org/ws/2004/03/addressing
   601. [1931]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-
   602. [1932]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-w
   603. [1933]http://www.w3.org/2001/XMLSchema
   604. [1934]http://www.w3.org/2001/XMLSchema-instance
   605. [1935]http://www.qualcomm.com/VerifyAccess
   606. [1936]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/a
   607. [1937]https://qhos.qualcommapps.com/qhoswsna/driver.asmx
   608. [1938]http://docs.oasisopen/
   609.
   [1939]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-usern
   610. [1940]http://www.qualcomm.com/
   611. [1941]http://www.w3.org/2003/05/soap-envelope
   612. [1942]http://www.w3.org/2001/XMLSchema-instance
   613. [1943]http://www.w3.org/2001/XMLSchema
   614. [1944]http://schemas.xmlsoap.org/ws/2004/08/addressing
   615. [1945]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss
   616. [1946]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-
   617. [1947]http://www.w3.org/2003/05/soap-envelope
   618. [1948]http://www.qualcomm.com/ExportDriverResponse
   619. [1949]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anony
   620. [1950]http://www.qualcomm.com/
   621. [1951]http://www.erbgroup.com/
   622. [1952]http://www.w3.org/2003/05/soap-envelope
   623. [1953]http://schemas.xmlsoap.org/ws/2004/03/addressing
   624.
   [1954]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurit
   y-secext-1.0.xsd
   625.
   [1955]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurit
   y-utility-1.0.xsd
   626. [1956]http://www.w3.org/2001/XMLSchema
   627. [1957]http://www.w3.org/2001/XMLSchema-instance
   628. [1958]http://www.qualcomm.com/VerifyAccess
   629. [1959]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonym
   630. [1960]https://qhos.qualcommapps.com/qhoswsna/driver.asmx
   631. [1961]http://docs.oasisopen/
   632.
   [1962]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-
   token-profile-1.0#PasswordText
   633. [1963]http://www.qualcomm.com/
   634. [1964]http://www.w3.org/2003/05/soap-envelope
   635. [1965]http://www.w3.org/2001/XMLSchema-instance
   636. [1966]http://www.w3.org/2001/XMLSchema
   637. [1967]http://schemas.xmlsoap.org/ws/2004/08/addressing
   638.
   [1968]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurit
   y-secext-1.0.xsd
   639.
   [1969]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurit
   y-utility-1.0.xsd
   640. [1970]http://www.w3.org/2003/05/soap-envelope
   641. [1971]http://www.qualcomm.com/ExportDriverResponse
   642.
   [1972]http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous
   643. [1973]http://www.qualcomm.com/
   644. [1974]http://www.erbgroup.com/
   645. [1975]http://www.scottklement.com/mailman/listinfo/ftpapi
   646. [1976]http://www.scottklement.com/mailman/listinfo/ftpapi
   647. [1977]http://www.scottklement.com/mailman/listinfo/ftpapi
   ------------------------------
   -----------------------------------------------------------------------
   This is the FTPAPI mailing list digest.  To unsubscribe, go to:
   [1978]http://www.scottklement.com/mailman/listinfo/ftpapi
   -----------------------------------------------------------------------
   End of Ftpapi Digest, Vol 74, Issue 25
   **************************************

References

   1. http://www.erbgroup.com/
   2. http://scottklement.com/mailman/listinfo/ftpapi
   3. mailto:ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
   4. http://www.w3.org/2003/05/soap-envelope
   5. http://schemas.xmlsoap.org/ws/2004/03/addressing
   6. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd
   7. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd
   8. http://www.w3.org/2001/XMLSchema
   9. http://www.w3.org/2001/XMLSchema-instance
  10. http://www.qualcomm.com/VerifyAccess
  11. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonym
  12. https://qhos.qualcommapps.com/qhoswsna/driver.asmx
  13. http://docs.oasisopen/
  14. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText
  15. http://www.qualcomm.com/
  16. http://www.w3.org/2003/05/soap-envelope
  17. http://www.w3.org/2001/XMLSchema-instance
  18. http://www.w3.org/2001/XMLSchema
  19. http://schemas.xmlsoap.org/ws/2004/08/addressing
  20. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd
  21. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd
  22. http://www.w3.org/2003/05/soap-envelope
  23. http://www.qualcomm.com/ExportDriverResponse
  24. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous
  25. http://www.qualcomm.com/
  26. http://www.erbgroup.com/
  27. https://www.klements.com/
  28. http://www.erbgroup.com/
  29. https://www.klements.com/
  30. http://www.erbgroup.com/
  31. https://www.klements.com/
  32. http://www.erbgroup.com/
  33. mailto:ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
  34. https://www.klements.com/
  35. http://www.erbgroup.com/
  36. file://localhost/tmp/www.avg.com
  37. http://www.erbgroup.com/
  38. http://scottklement.com/mailman/listinfo/ftpapi
  39. mailto:ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
  40. http://www.erbgroup.com/
  41. http://www.erbgroup.com/
  42. http://scottklement.com/mailman/listinfo/ftpapi
  43. http://www.w3.org/2003/05/soap-envelope
  44. http://schemas.xmlsoap.org/ws/2004/03/addressing
  45. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd
  46. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd
  47. http://www.w3.org/2001/XMLSchema
  48. http://www.w3.org/2001/XMLSchema-instance
  49. http://www.qualcomm.com/VerifyAccess
  50. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonym
  51. https://qhos.qualcommapps.com/qhoswsna/driver.asmx
  52. http://docs.oasisopen/
  53. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText
  54. http://www.qualcomm.com/
  55. http://www.w3.org/2003/05/soap-envelope
  56. http://www.w3.org/2001/XMLSchema-instance
  57. http://www.w3.org/2001/XMLSchema
  58. http://schemas.xmlsoap.org/ws/2004/08/addressing
  59. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd
  60. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd
  61. http://www.w3.org/2003/05/soap-envelope
  62. http://www.qualcomm.com/ExportDriverResponse
  63. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous
  64. http://www.qualcomm.com/
  65. http://www.erbgroup.com/
  66. http://www.w3.org/2003/05/soap-envelope
  67. http://schemas.xmlsoap.org/ws/2004/03/addressing
  68. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-
  69. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-w
  70. http://www.w3.org/2001/XMLSchema
  71. http://www.w3.org/2001/XMLSchema-instance
  72. http://www.qualcomm.com/VerifyAccess
  73. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/a
  74. https://qhos.qualcommapps.com/qhoswsna/driver.asmx
  75. http://docs.oasisopen/
  76. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-usern
  77. http://www.qualcomm.com/
  78. http://www.w3.org/2003/05/soap-envelope
  79. http://www.w3.org/2001/XMLSchema-instance
  80. http://www.w3.org/2001/XMLSchema
  81. http://schemas.xmlsoap.org/ws/2004/08/addressing
  82. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss
  83. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-
  84. http://www.w3.org/2003/05/soap-envelope
  85. http://www.qualcomm.com/ExportDriverResponse
  86. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anony
  87. http://www.qualcomm.com/
  88. http://www.erbgroup.com/
  89. http://www.w3.org/2003/05/soap-envelope
  90. http://schemas.xmlsoap.org/ws/2004/03/addressing
  91. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd
  92. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd
  93. http://www.w3.org/2001/XMLSchema
  94. http://www.w3.org/2001/XMLSchema-instance
  95. http://www.qualcomm.com/VerifyAccess
  96. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonym
  97. https://qhos.qualcommapps.com/qhoswsna/driver.asmx
  98. http://docs.oasisopen/
  99. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText
 100. http://www.qualcomm.com/
 101. http://www.w3.org/2003/05/soap-envelope
 102. http://www.w3.org/2001/XMLSchema-instance
 103. http://www.w3.org/2001/XMLSchema
 104. http://schemas.xmlsoap.org/ws/2004/08/addressing
 105. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd
 106. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd
 107. http://www.w3.org/2003/05/soap-envelope
 108. http://www.qualcomm.com/ExportDriverResponse
 109. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous
 110. http://www.qualcomm.com/
 111. http://www.erbgroup.com/
 112. http://www.w3.org/2003/05/soap-envelope
 113. http://schemas.xmlsoap.org/ws/2004/03/addressing
 114. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-
 115. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-w
 116. http://www.w3.org/2001/XMLSchema
 117. http://www.w3.org/2001/XMLSchema-instance
 118. http://www.qualcomm.com/VerifyAccess
 119. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/a
 120. https://qhos.qualcommapps.com/qhoswsna/driver.asmx
 121. http://docs.oasisopen/
 122. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-usern
 123. http://www.qualcomm.com/
 124. http://www.w3.org/2003/05/soap-envelope
 125. http://www.w3.org/2001/XMLSchema-instance
 126. http://www.w3.org/2001/XMLSchema
 127. http://schemas.xmlsoap.org/ws/2004/08/addressing
 128. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss
 129. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-
 130. http://www.w3.org/2003/05/soap-envelope
 131. http://www.qualcomm.com/ExportDriverResponse
 132. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anony
 133. http://www.qualcomm.com/
 134. http://www.erbgroup.com/
 135. http://www.w3.org/2003/05/soap-envelope
 136. http://schemas.xmlsoap.org/ws/2004/03/addressing
 137. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd
 138. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd
 139. http://www.w3.org/2001/XMLSchema
 140. http://www.w3.org/2001/XMLSchema-instance
 141. http://www.qualcomm.com/VerifyAccess
 142. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonym
 143. https://qhos.qualcommapps.com/qhoswsna/driver.asmx
 144. http://docs.oasisopen/
 145. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText
 146. http://www.qualcomm.com/
 147. http://www.w3.org/2003/05/soap-envelope
 148. http://www.w3.org/2001/XMLSchema-instance
 149. http://www.w3.org/2001/XMLSchema
 150. http://schemas.xmlsoap.org/ws/2004/08/addressing
 151. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd
 152. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd
 153. http://www.w3.org/2003/05/soap-envelope
 154. http://www.qualcomm.com/ExportDriverResponse
 155. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous
 156. http://www.qualcomm.com/
 157. http://www.erbgroup.com/
 158. http://www.scottklement.com/mailman/listinfo/ftpapi
 159. http://www.w3.org/2003/05/soap-envelope
 160. http://schemas.xmlsoap.org/ws/2004/03/addressing
 161. http://docs.oasis-open.org/wss/2004/01/oasis-20040
 162. http://docs.oasis-open.org/wss/2004/01/oasis-200401
 163. http://www.w3.org/2001/XMLSchema
 164. http://www.w3.org/2001/XMLSchema-instance
 165. http://www.qualcomm.com/VerifyAccess
 166. http://schemas.xmlsoap.org/ws/2004/08/addressing/
 167. https://qhos.qualcommapps.com/qhoswsna/driver.asmx
 168. http://docs.oasisopen/
 169. http://docs.oasis-open.org/wss/2004/01/oasis-200401-ws
 170. http://www.qualcomm.com/
 171. http://www.w3.org/2003/05/soap-envelope
 172. http://www.w3.org/2001/XMLSchema-instance
 173. http://www.w3.org/2001/XMLSchema
 174. http://schemas.xmlsoap.org/ws/2004/08/addressing
 175. http://docs.oasis-open.org/wss/2004/01/oasis-200
 176. http://docs.oasis-open.org/wss/2004/01/oasis-2004
 177. http://www.w3.org/2003/05/soap-envelope
 178. http://www.qualcomm.com/ExportDriverResponse
 179. http://schemas.xmlsoap.org/ws/2004/08/addressing/rol
 180. http://www.qualcomm.com/
 181. http://www.erbgroup.com/
 182. http://www.w3.org/2003/05/soap-envelope
 183. http://schemas.xmlsoap.org/ws/2004/03/addressing
 184. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecuri
 185. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecuri
 186. http://www.w3.org/2001/XMLSchema
 187. http://www.w3.org/2001/XMLSchema-instance
 188. http://www.qualcomm.com/VerifyAccess
 189. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonym
 190. https://qhos.qualcommapps.com/qhoswsna/driver.asmx
 191. http://docs.oasisopen/
 192. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username
 193. http://www.qualcomm.com/
 194. http://www.w3.org/2003/05/soap-envelope
 195. http://www.w3.org/2001/XMLSchema-instance
 196. http://www.w3.org/2001/XMLSchema
 197. http://schemas.xmlsoap.org/ws/2004/08/addressing
 198. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecuri
 199. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecuri
 200. http://www.w3.org/2003/05/soap-envelope
 201. http://www.qualcomm.com/ExportDriverResponse
 202. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous
 203. http://www.qualcomm.com/
 204. http://www.erbgroup.com/
 205. http://www.scottklement.com/mailman/listinfo/ftpapi
 206. mailto:PReid@xxxxxxxxxxxx
 207. http://www.w3.org/2003/05/soap-envelope
 208. http://schemas.xmlsoap.org/ws/2004/03/addressing
 209. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-
 210. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-w
 211. http://www.w3.org/2001/XMLSchema
 212. http://www.w3.org/2001/XMLSchema-instance
 213. http://www.qualcomm.com/VerifyAccess
 214. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/a
 215. https://qhos.qualcommapps.com/qhoswsna/driver.asmx
 216. http://docs.oasisopen/
 217. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-usern
 218. http://www.qualcomm.com/
 219. http://www.w3.org/2003/05/soap-envelope
 220. http://www.w3.org/2001/XMLSchema-instance
 221. http://www.w3.org/2001/XMLSchema
 222. http://schemas.xmlsoap.org/ws/2004/08/addressing
 223. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss
 224. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-
 225. http://www.w3.org/2003/05/soap-envelope
 226. http://www.qualcomm.com/ExportDriverResponse
 227. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anony
 228. http://www.qualcomm.com/
 229. http://www.erbgroup.com/
 230. http://www.w3.org/2003/05/soap-envelope
 231. http://schemas.xmlsoap.org/ws/2004/03/addressing
 232. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd
 233. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd
 234. http://www.w3.org/2001/XMLSchema
 235. http://www.w3.org/2001/XMLSchema-instance
 236. http://www.qualcomm.com/VerifyAccess
 237. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonym
 238. https://qhos.qualcommapps.com/qhoswsna/driver.asmx
 239. http://docs.oasisopen/
 240. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText
 241. http://www.qualcomm.com/
 242. http://www.w3.org/2003/05/soap-envelope
 243. http://www.w3.org/2001/XMLSchema-instance
 244. http://www.w3.org/2001/XMLSchema
 245. http://schemas.xmlsoap.org/ws/2004/08/addressing
 246. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd
 247. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd
 248. http://www.w3.org/2003/05/soap-envelope
 249. http://www.qualcomm.com/ExportDriverResponse
 250. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous
 251. http://www.qualcomm.com/
 252. http://www.erbgroup.com/
 253. http://www.scottklement.com/mailman/listinfo/ftpapi
 254. http://www.scottklement.com/mailman/listinfo/ftpapi
 255. http://www.erbgroup.com/
 256. http://scottklement.com/mailman/listinfo/ftpapi
 257. http://www.w3.org/2003/05/soap-envelope
 258. http://schemas.xmlsoap.org/ws/2004/03/addressing
 259. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-s
 260. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-u
 261. http://www.w3.org/2001/XMLSchema
 262. http://www.w3.org/2001/XMLSchema-instance
 263. http://www.qualcomm.com/VerifyAccess
 264. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/
 265. https://qhos.qualcommapps.com/qhoswsna/driver.asmx
 266. http://docs.oasisopen/
 267. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-to
 268. http://www.qualcomm.com/
 269. http://www.w3.org/2003/05/soap-envelope
 270. http://www.w3.org/2001/XMLSchema-instance
 271. http://www.w3.org/2001/XMLSchema
 272. http://schemas.xmlsoap.org/ws/2004/08/addressing
 273. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-
 274. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-
 275. http://www.w3.org/2003/05/soap-envelope
 276. http://www.qualcomm.com/ExportDriverResponse
 277. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous
 278. http://www.qualcomm.com/
 279. http://www.erbgroup.com/
 280. http://www.w3.org/2003/05/soap-envelope
 281. http://schemas.xmlsoap.org/ws/2004/03/addressing
 282. http://docs.oasis-open.org/wss/2004/01/oasis-200401-
 283. http://docs.oasis-open.org/wss/2004/01/oasis-200401-w
 284. http://www.w3.org/2001/XMLSchema
 285. http://www.w3.org/2001/XMLSchema-instance
 286. http://www.qualcomm.com/VerifyAccess
 287. http://schemas.xmlsoap.org/ws/2004/08/addressing/ro
 288. https://qhos.qualcommapps.com/qhoswsna/driver.asmx
 289. http://docs.oasisopen/
 290. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-u
 291. http://www.qualcomm.com/
 292. http://www.w3.org/2003/05/soap-envelope
 293. http://www.w3.org/2001/XMLSchema-instance
 294. http://www.w3.org/2001/XMLSchema
 295. http://schemas.xmlsoap.org/ws/2004/08/addressing
 296. http://docs.oasis-open.org/wss/2004/01/oasis-200401
 297. http://docs.oasis-open.org/wss/2004/01/oasis-200401-
 298. http://www.w3.org/2003/05/soap-envelope
 299. http://www.qualcomm.com/ExportDriverResponse
 300. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/a
 301. http://www.qualcomm.com/
 302. http://www.erbgroup.com/
 303. http://www.w3.org/2003/05/soap-envelope
 304. http://schemas.xmlsoap.org/ws/2004/03/addressing
 305. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-
 306. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-
 307. http://www.w3.org/2001/XMLSchema
 308. http://www.w3.org/2001/XMLSchema-instance
 309. http://www.qualcomm.com/VerifyAccess
 310. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonym
 311. https://qhos.qualcommapps.com/qhoswsna/driver.asmx
 312. http://docs.oasisopen/
 313. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-to
 314. http://www.qualcomm.com/
 315. http://www.w3.org/2003/05/soap-envelope
 316. http://www.w3.org/2001/XMLSchema-instance
 317. http://www.w3.org/2001/XMLSchema
 318. http://schemas.xmlsoap.org/ws/2004/08/addressing
 319. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-
 320. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-
 321. http://www.w3.org/2003/05/soap-envelope
 322. http://www.qualcomm.com/ExportDriverResponse
 323. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous
 324. http://www.qualcomm.com/
 325. http://www.erbgroup.com/
 326. http://www.w3.org/2003/05/soap-envelope
 327. http://schemas.xmlsoap.org/ws/2004/03/addressing
 328. http://docs.oasis-open.org/wss/2004/01/oasis-200401-
 329. http://docs.oasis-open.org/wss/2004/01/oasis-200401-w
 330. http://www.w3.org/2001/XMLSchema
 331. http://www.w3.org/2001/XMLSchema-instance
 332. http://www.qualcomm.com/VerifyAccess
 333. http://schemas.xmlsoap.org/ws/2004/08/addressing/ro
 334. https://qhos.qualcommapps.com/qhoswsna/driver.asmx
 335. http://docs.oasisopen/
 336. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-u
 337. http://www.qualcomm.com/
 338. http://www.w3.org/2003/05/soap-envelope
 339. http://www.w3.org/2001/XMLSchema-instance
 340. http://www.w3.org/2001/XMLSchema
 341. http://schemas.xmlsoap.org/ws/2004/08/addressing
 342. http://docs.oasis-open.org/wss/2004/01/oasis-200401
 343. http://docs.oasis-open.org/wss/2004/01/oasis-200401-
 344. http://www.w3.org/2003/05/soap-envelope
 345. http://www.qualcomm.com/ExportDriverResponse
 346. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/a
 347. http://www.qualcomm.com/
 348. http://www.erbgroup.com/
 349. http://www.w3.org/2003/05/soap-envelope
 350. http://schemas.xmlsoap.org/ws/2004/03/addressing
 351. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-
 352. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-
 353. http://www.w3.org/2001/XMLSchema
 354. http://www.w3.org/2001/XMLSchema-instance
 355. http://www.qualcomm.com/VerifyAccess
 356. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonym
 357. https://qhos.qualcommapps.com/qhoswsna/driver.asmx
 358. http://docs.oasisopen/
 359. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-t
 360. http://www.qualcomm.com/
 361. http://www.w3.org/2003/05/soap-envelope
 362. http://www.w3.org/2001/XMLSchema-instance
 363. http://www.w3.org/2001/XMLSchema
 364. http://schemas.xmlsoap.org/ws/2004/08/addressing
 365. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity
 366. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity
 367. http://www.w3.org/2003/05/soap-envelope
 368. http://www.qualcomm.com/ExportDriverResponse
 369. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous
 370. http://www.qualcomm.com/
 371. http://www.erbgroup.com/
 372. http://www.scottklement.com/mailman/listinfo/ftpapi
 373. http://www.w3.org/2003/05/soap-envelope
 374. http://schemas.xmlsoap.org/ws/2004/03/addressing
 375. http://docs.oasis-open.org/wss/2004/01/oasis-200
 376. http://docs.oasis-open.org/wss/2004/01/oasis-2004
 377. http://www.w3.org/2001/XMLSchema
 378. http://www.w3.org/2001/XMLSchema-instance
 379. http://www.qualcomm.com/VerifyAccess
 380. http://schemas.xmlsoap.org/ws/2004/08/addressin
 381. https://qhos.qualcommapps.com/qhoswsna/driver.asmx
 382. http://docs.oasisopen/
 383. http://docs.oasis-open.org/wss/2004/01/oasis-200401-
 384. http://www.qualcomm.com/
 385. http://www.w3.org/2003/05/soap-envelope
 386. http://www.w3.org/2001/XMLSchema-instance
 387. http://www.w3.org/2001/XMLSchema
 388. http://schemas.xmlsoap.org/ws/2004/08/addressin
 389. http://docs.oasis-open.org/wss/2004/01/oasis-2
 390. http://docs.oasis-open.org/wss/2004/01/oasis-20
 391. http://www.w3.org/2003/05/soap-envelope
 392. http://www.qualcomm.com/ExportDriverResponse
 393. http://schemas.xmlsoap.org/ws/2004/08/addressing/r
 394. http://www.qualcomm.com/
 395. http://www.erbgroup.com/
 396. http://www.w3.org/2003/05/soap-envelope
 397. http://schemas.xmlsoap.org/ws/2004/03/addressing
 398. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecu
 399. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecu
 400. http://www.w3.org/2001/XMLSchema
 401. http://www.w3.org/2001/XMLSchema-instance
 402. http://www.qualcomm.com/VerifyAccess
 403. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonym
 404. https://qhos.qualcommapps.com/qhoswsna/driver.asmx
 405. http://docs.oasisopen/
 406. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-userna
 407. http://www.qualcomm.com/
 408. http://www.w3.org/2003/05/soap-envelope
 409. http://www.w3.org/2001/XMLSchema-instance
 410. http://www.w3.org/2001/XMLSchema
 411. http://schemas.xmlsoap.org/ws/2004/08/addressing
 412. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecu
 413. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecu
 414. http://www.w3.org/2003/05/soap-envelope
 415. http://www.qualcomm.com/ExportDriverResponse
 416. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymou
 417. http://www.qualcomm.com/
 418. http://www.erbgroup.com/
 419. http://www.scottklement.com/mailman/listinfo/ftpapi
 420. mailto:PReid@xxxxxxxxxxxx
 421. http://www.w3.org/2003/05/soap-envelope
 422. http://schemas.xmlsoap.org/ws/2004/03/addressing
 423. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-
 424. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-w
 425. http://www.w3.org/2001/XMLSchema
 426. http://www.w3.org/2001/XMLSchema-instance
 427. http://www.qualcomm.com/VerifyAccess
 428. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/a
 429. https://qhos.qualcommapps.com/qhoswsna/driver.asmx
 430. http://docs.oasisopen/
 431. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-usern
 432. http://www.qualcomm.com/
 433. http://www.w3.org/2003/05/soap-envelope
 434. http://www.w3.org/2001/XMLSchema-instance
 435. http://www.w3.org/2001/XMLSchema
 436. http://schemas.xmlsoap.org/ws/2004/08/addressing
 437. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss
 438. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-
 439. http://www.w3.org/2003/05/soap-envelope
 440. http://www.qualcomm.com/ExportDriverResponse
 441. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anony
 442. http://www.qualcomm.com/
 443. http://www.erbgroup.com/
 444. http://www.w3.org/2003/05/soap-envelope
 445. http://schemas.xmlsoap.org/ws/2004/03/addressing
 446. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity
 447. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity
 448. http://www.w3.org/2001/XMLSchema
 449. http://www.w3.org/2001/XMLSchema-instance
 450. http://www.qualcomm.com/VerifyAccess
 451. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonym
 452. https://qhos.qualcommapps.com/qhoswsna/driver.asmx
 453. http://docs.oasisopen/
 454. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-t
 455. http://www.qualcomm.com/
 456. http://www.w3.org/2003/05/soap-envelope
 457. http://www.w3.org/2001/XMLSchema-instance
 458. http://www.w3.org/2001/XMLSchema
 459. http://schemas.xmlsoap.org/ws/2004/08/addressing
 460. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity
 461. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity
 462. http://www.w3.org/2003/05/soap-envelope
 463. http://www.qualcomm.com/ExportDriverResponse
 464. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous
 465. http://www.qualcomm.com/
 466. http://www.erbgroup.com/
 467. http://www.scottklement.com/mailman/listinfo/ftpapi
 468. http://www.scottklement.com/mailman/listinfo/ftpapi
 469. http://www.erbgroup.com/
 470. http://scottklement.com/mailman/listinfo/ftpapi
 471. http://www.w3.org/2003/05/soap-envelope
 472. http://schemas.xmlsoap.org/ws/2004/03/addressing
 473. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd
 474. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd
 475. http://www.w3.org/2001/XMLSchema
 476. http://www.w3.org/2001/XMLSchema-instance
 477. http://www.qualcomm.com/VerifyAccess
 478. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonym
 479. https://qhos.qualcommapps.com/qhoswsna/driver.asmx
 480. http://docs.oasisopen/
 481. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText
 482. http://www.qualcomm.com/
 483. http://www.w3.org/2003/05/soap-envelope
 484. http://www.w3.org/2001/XMLSchema-instance
 485. http://www.w3.org/2001/XMLSchema
 486. http://schemas.xmlsoap.org/ws/2004/08/addressing
 487. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd
 488. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd
 489. http://www.w3.org/2003/05/soap-envelope
 490. http://www.qualcomm.com/ExportDriverResponse
 491. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous
 492. http://www.qualcomm.com/
 493. http://www.erbgroup.com/
 494. http://www.w3.org/2003/05/soap-envelope
 495. http://schemas.xmlsoap.org/ws/2004/03/addressing
 496. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-
 497. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-w
 498. http://www.w3.org/2001/XMLSchema
 499. http://www.w3.org/2001/XMLSchema-instance
 500. http://www.qualcomm.com/VerifyAccess
 501. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/a
 502. https://qhos.qualcommapps.com/qhoswsna/driver.asmx
 503. http://docs.oasisopen/
 504. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-usern
 505. http://www.qualcomm.com/
 506. http://www.w3.org/2003/05/soap-envelope
 507. http://www.w3.org/2001/XMLSchema-instance
 508. http://www.w3.org/2001/XMLSchema
 509. http://schemas.xmlsoap.org/ws/2004/08/addressing
 510. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss
 511. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-
 512. http://www.w3.org/2003/05/soap-envelope
 513. http://www.qualcomm.com/ExportDriverResponse
 514. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anony
 515. http://www.qualcomm.com/
 516. http://www.erbgroup.com/
 517. http://www.w3.org/2003/05/soap-envelope
 518. http://schemas.xmlsoap.org/ws/2004/03/addressing
 519. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd
 520. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd
 521. http://www.w3.org/2001/XMLSchema
 522. http://www.w3.org/2001/XMLSchema-instance
 523. http://www.qualcomm.com/VerifyAccess
 524. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonym
 525. https://qhos.qualcommapps.com/qhoswsna/driver.asmx
 526. http://docs.oasisopen/
 527. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText
 528. http://www.qualcomm.com/
 529. http://www.w3.org/2003/05/soap-envelope
 530. http://www.w3.org/2001/XMLSchema-instance
 531. http://www.w3.org/2001/XMLSchema
 532. http://schemas.xmlsoap.org/ws/2004/08/addressing
 533. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd
 534. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd
 535. http://www.w3.org/2003/05/soap-envelope
 536. http://www.qualcomm.com/ExportDriverResponse
 537. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous
 538. http://www.qualcomm.com/
 539. http://www.erbgroup.com/
 540. http://www.w3.org/2003/05/soap-envelope
 541. http://schemas.xmlsoap.org/ws/2004/03/addressing
 542. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-
 543. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-w
 544. http://www.w3.org/2001/XMLSchema
 545. http://www.w3.org/2001/XMLSchema-instance
 546. http://www.qualcomm.com/VerifyAccess
 547. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/a
 548. https://qhos.qualcommapps.com/qhoswsna/driver.asmx
 549. http://docs.oasisopen/
 550. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-usern
 551. http://www.qualcomm.com/
 552. http://www.w3.org/2003/05/soap-envelope
 553. http://www.w3.org/2001/XMLSchema-instance
 554. http://www.w3.org/2001/XMLSchema
 555. http://schemas.xmlsoap.org/ws/2004/08/addressing
 556. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss
 557. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-
 558. http://www.w3.org/2003/05/soap-envelope
 559. http://www.qualcomm.com/ExportDriverResponse
 560. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anony
 561. http://www.qualcomm.com/
 562. http://www.erbgroup.com/
 563. http://www.w3.org/2003/05/soap-envelope
 564. http://schemas.xmlsoap.org/ws/2004/03/addressing
 565. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd
 566. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd
 567. http://www.w3.org/2001/XMLSchema
 568. http://www.w3.org/2001/XMLSchema-instance
 569. http://www.qualcomm.com/VerifyAccess
 570. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonym
 571. https://qhos.qualcommapps.com/qhoswsna/driver.asmx
 572. http://docs.oasisopen/
 573. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText
 574. http://www.qualcomm.com/
 575. http://www.w3.org/2003/05/soap-envelope
 576. http://www.w3.org/2001/XMLSchema-instance
 577. http://www.w3.org/2001/XMLSchema
 578. http://schemas.xmlsoap.org/ws/2004/08/addressing
 579. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd
 580. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd
 581. http://www.w3.org/2003/05/soap-envelope
 582. http://www.qualcomm.com/ExportDriverResponse
 583. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous
 584. http://www.qualcomm.com/
 585. http://www.erbgroup.com/
 586. http://www.scottklement.com/mailman/listinfo/ftpapi
 587. http://www.w3.org/2003/05/soap-envelope
 588. http://schemas.xmlsoap.org/ws/2004/03/addressing
 589. http://docs.oasis-open.org/wss/2004/01/oasis-20040
 590. http://docs.oasis-open.org/wss/2004/01/oasis-200401
 591. http://www.w3.org/2001/XMLSchema
 592. http://www.w3.org/2001/XMLSchema-instance
 593. http://www.qualcomm.com/VerifyAccess
 594. http://schemas.xmlsoap.org/ws/2004/08/addressing/
 595. https://qhos.qualcommapps.com/qhoswsna/driver.asmx
 596. http://docs.oasisopen/
 597. http://docs.oasis-open.org/wss/2004/01/oasis-200401-ws
 598. http://www.qualcomm.com/
 599. http://www.w3.org/2003/05/soap-envelope
 600. http://www.w3.org/2001/XMLSchema-instance
 601. http://www.w3.org/2001/XMLSchema
 602. http://schemas.xmlsoap.org/ws/2004/08/addressing
 603. http://docs.oasis-open.org/wss/2004/01/oasis-200
 604. http://docs.oasis-open.org/wss/2004/01/oasis-2004
 605. http://www.w3.org/2003/05/soap-envelope
 606. http://www.qualcomm.com/ExportDriverResponse
 607. http://schemas.xmlsoap.org/ws/2004/08/addressing/rol
 608. http://www.qualcomm.com/
 609. http://www.erbgroup.com/
 610. http://www.w3.org/2003/05/soap-envelope
 611. http://schemas.xmlsoap.org/ws/2004/03/addressing
 612. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecuri
 613. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecuri
 614. http://www.w3.org/2001/XMLSchema
 615. http://www.w3.org/2001/XMLSchema-instance
 616. http://www.qualcomm.com/VerifyAccess
 617. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonym
 618. https://qhos.qualcommapps.com/qhoswsna/driver.asmx
 619. http://docs.oasisopen/
 620. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username
 621. http://www.qualcomm.com/
 622. http://www.w3.org/2003/05/soap-envelope
 623. http://www.w3.org/2001/XMLSchema-instance
 624. http://www.w3.org/2001/XMLSchema
 625. http://schemas.xmlsoap.org/ws/2004/08/addressing
 626. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecuri
 627. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecuri
 628. http://www.w3.org/2003/05/soap-envelope
 629. http://www.qualcomm.com/ExportDriverResponse
 630. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous
 631. http://www.qualcomm.com/
 632. http://www.erbgroup.com/
 633. http://www.scottklement.com/mailman/listinfo/ftpapi
 634. mailto:PReid@xxxxxxxxxxxx
 635. http://www.w3.org/2003/05/soap-envelope
 636. http://schemas.xmlsoap.org/ws/2004/03/addressing
 637. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-
 638. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-w
 639. http://www.w3.org/2001/XMLSchema
 640. http://www.w3.org/2001/XMLSchema-instance
 641. http://www.qualcomm.com/VerifyAccess
 642. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/a
 643. https://qhos.qualcommapps.com/qhoswsna/driver.asmx
 644. http://docs.oasisopen/
 645. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-usern
 646. http://www.qualcomm.com/
 647. http://www.w3.org/2003/05/soap-envelope
 648. http://www.w3.org/2001/XMLSchema-instance
 649. http://www.w3.org/2001/XMLSchema
 650. http://schemas.xmlsoap.org/ws/2004/08/addressing
 651. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss
 652. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-
 653. http://www.w3.org/2003/05/soap-envelope
 654. http://www.qualcomm.com/ExportDriverResponse
 655. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anony
 656. http://www.qualcomm.com/
 657. http://www.erbgroup.com/
 658. http://www.w3.org/2003/05/soap-envelope
 659. http://schemas.xmlsoap.org/ws/2004/03/addressing
 660. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd
 661. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd
 662. http://www.w3.org/2001/XMLSchema
 663. http://www.w3.org/2001/XMLSchema-instance
 664. http://www.qualcomm.com/VerifyAccess
 665. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonym
 666. https://qhos.qualcommapps.com/qhoswsna/driver.asmx
 667. http://docs.oasisopen/
 668. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText
 669. http://www.qualcomm.com/
 670. http://www.w3.org/2003/05/soap-envelope
 671. http://www.w3.org/2001/XMLSchema-instance
 672. http://www.w3.org/2001/XMLSchema
 673. http://schemas.xmlsoap.org/ws/2004/08/addressing
 674. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd
 675. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd
 676. http://www.w3.org/2003/05/soap-envelope
 677. http://www.qualcomm.com/ExportDriverResponse
 678. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous
 679. http://www.qualcomm.com/
 680. http://www.erbgroup.com/
 681. http://www.scottklement.com/mailman/listinfo/ftpapi
 682. http://www.scottklement.com/mailman/listinfo/ftpapi
 683. http://www.scottklement.com/mailman/listinfo/ftpapi
 684. http://www.erbgroup.com/
 685. http://scottklement.com/mailman/listinfo/ftpapi
 686. mailto:ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
 687. http://www.erbgroup.com/
 688. http://www.erbgroup.com/
 689. http://scottklement.com/mailman/listinfo/ftpapi
 690. http://www.w3.org/2003/05/soap-envelope
 691. http://schemas.xmlsoap.org/ws/2004/03/addressing
 692. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-s
 693. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-
 694. http://www.w3.org/2001/XMLSchema
 695. http://www.w3.org/2001/XMLSchema-instance
 696. http://www.qualcomm.com/VerifyAccess
 697. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/
 698. https://qhos.qualcommapps.com/qhoswsna/driver.asmx
 699. http://docs.oasisopen/
 700. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-to
 701. http://www.qualcomm.com/
 702. http://www.w3.org/2003/05/soap-envelope
 703. http://www.w3.org/2001/XMLSchema-instance
 704. http://www.w3.org/2001/XMLSchema
 705. http://schemas.xmlsoap.org/ws/2004/08/addressing
 706. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-
 707. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-
 708. http://www.w3.org/2003/05/soap-envelope
 709. http://www.qualcomm.com/ExportDriverResponse
 710. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous
 711. http://www.qualcomm.com/
 712. http://www.erbgroup.com/
 713. http://www.w3.org/2003/05/soap-envelope
 714. http://schemas.xmlsoap.org/ws/2004/03/addressing
 715. http://docs.oasis-open.org/wss/2004/01/oasis-200401-
 716. http://docs.oasis-open.org/wss/2004/01/oasis-200401-w
 717. http://www.w3.org/2001/XMLSchema
 718. http://www.w3.org/2001/XMLSchema-instance
 719. http://www.qualcomm.com/VerifyAccess
 720. http://schemas.xmlsoap.org/ws/2004/08/addressing/ro
 721. https://qhos.qualcommapps.com/qhoswsna/driver.asmx
 722. http://docs.oasisopen/
 723. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-u
 724. http://www.qualcomm.com/
 725. http://www.w3.org/2003/05/soap-envelope
 726. http://www.w3.org/2001/XMLSchema-instance
 727. http://www.w3.org/2001/XMLSchema
 728. http://schemas.xmlsoap.org/ws/2004/08/addressing
 729. http://docs.oasis-open.org/wss/2004/01/oasis-200401
 730. http://docs.oasis-open.org/wss/2004/01/oasis-200401-
 731. http://www.w3.org/2003/05/soap-envelope
 732. http://www.qualcomm.com/ExportDriverResponse
 733. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/a
 734. http://www.qualcomm.com/
 735. http://www.erbgroup.com/
 736. http://www.w3.org/2003/05/soap-envelope
 737. http://schemas.xmlsoap.org/ws/2004/03/addressing
 738. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-
 739. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-
 740. http://www.w3.org/2001/XMLSchema
 741. http://www.w3.org/2001/XMLSchema-instance
 742. http://www.qualcomm.com/VerifyAccess
 743. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonym
 744. https://qhos.qualcommapps.com/qhoswsna/driver.asmx
 745. http://docs.oasisopen/
 746. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-to
 747. http://www.qualcomm.com/
 748. http://www.w3.org/2003/05/soap-envelope
 749. http://www.w3.org/2001/XMLSchema-instance
 750. http://www.w3.org/2001/XMLSchema
 751. http://schemas.xmlsoap.org/ws/2004/08/addressing
 752. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-
 753. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-
 754. http://www.w3.org/2003/05/soap-envelope
 755. http://www.qualcomm.com/ExportDriverResponse
 756. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous
 757. http://www.qualcomm.com/
 758. http://www.erbgroup.com/
 759. http://www.w3.org/2003/05/soap-envelope
 760. http://schemas.xmlsoap.org/ws/2004/03/addressing
 761. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-
 762. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-w
 763. http://www.w3.org/2001/XMLSchema
 764. http://www.w3.org/2001/XMLSchema-instance
 765. http://www.qualcomm.com/VerifyAccess
 766. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/a
 767. https://qhos.qualcommapps.com/qhoswsna/driver.asmx
 768. http://docs.oasisopen/
 769. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-usern
 770. http://www.qualcomm.com/
 771. http://www.w3.org/2003/05/soap-envelope
 772. http://www.w3.org/2001/XMLSchema-instance
 773. http://www.w3.org/2001/XMLSchema
 774. http://schemas.xmlsoap.org/ws/2004/08/addressing
 775. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss
 776. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-
 777. http://www.w3.org/2003/05/soap-envelope
 778. http://www.qualcomm.com/ExportDriverResponse
 779. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anony
 780. http://www.qualcomm.com/
 781. http://www.erbgroup.com/
 782. http://www.w3.org/2003/05/soap-envelope
 783. http://schemas.xmlsoap.org/ws/2004/03/addressing
 784. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity
 785. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity
 786. http://www.w3.org/2001/XMLSchema
 787. http://www.w3.org/2001/XMLSchema-instance
 788. http://www.qualcomm.com/VerifyAccess
 789. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonym
 790. https://qhos.qualcommapps.com/qhoswsna/driver.asmx
 791. http://docs.oasisopen/
 792. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-t
 793. http://www.qualcomm.com/
 794. http://www.w3.org/2003/05/soap-envelope
 795. http://www.w3.org/2001/XMLSchema-instance
 796. http://www.w3.org/2001/XMLSchema
 797. http://schemas.xmlsoap.org/ws/2004/08/addressing
 798. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity
 799. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity
 800. http://www.w3.org/2003/05/soap-envelope
 801. http://www.qualcomm.com/ExportDriverResponse
 802. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous
 803. http://www.qualcomm.com/
 804. http://www.erbgroup.com/
 805. http://www.scottklement.com/mailman/listinfo/ftpapi
 806. http://www.w3.org/2003/05/soap-envelope
 807. http://schemas.xmlsoap.org/ws/2004/03/addressing
 808. http://docs.oasis-open.org/wss/2004/01/oasis-200
 809. http://docs.oasis-open.org/wss/2004/01/oasis-2004
 810. http://www.w3.org/2001/XMLSchema
 811. http://www.w3.org/2001/XMLSchema-instance
 812. http://www.qualcomm.com/VerifyAccess
 813. http://schemas.xmlsoap.org/ws/2004/08/addressin
 814. https://qhos.qualcommapps.com/qhoswsna/driver.asmx
 815. http://docs.oasisopen/
 816. http://docs.oasis-open.org/wss/2004/01/oasis-200401-
 817. http://www.qualcomm.com/
 818. http://www.w3.org/2003/05/soap-envelope
 819. http://www.w3.org/2001/XMLSchema-instance
 820. http://www.w3.org/2001/XMLSchema
 821. http://schemas.xmlsoap.org/ws/2004/08/addressin
 822. http://docs.oasis-open.org/wss/2004/01/oasis-2
 823. http://docs.oasis-open.org/wss/2004/01/oasis-20
 824. http://www.w3.org/2003/05/soap-envelope
 825. http://www.qualcomm.com/ExportDriverResponse
 826. http://schemas.xmlsoap.org/ws/2004/08/addressing/r
 827. http://www.qualcomm.com/
 828. http://www.erbgroup.com/
 829. http://www.w3.org/2003/05/soap-envelope
 830. http://schemas.xmlsoap.org/ws/2004/03/addressing
 831. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecu
 832. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecu
 833. http://www.w3.org/2001/XMLSchema
 834. http://www.w3.org/2001/XMLSchema-instance
 835. http://www.qualcomm.com/VerifyAccess
 836. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonym
 837. https://qhos.qualcommapps.com/qhoswsna/driver.asmx
 838. http://docs.oasisopen/
 839. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-userna
 840. http://www.qualcomm.com/
 841. http://www.w3.org/2003/05/soap-envelope
 842. http://www.w3.org/2001/XMLSchema-instance
 843. http://www.w3.org/2001/XMLSchema
 844. http://schemas.xmlsoap.org/ws/2004/08/addressing
 845. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecu
 846. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecu
 847. http://www.w3.org/2003/05/soap-envelope
 848. http://www.qualcomm.com/ExportDriverResponse
 849. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymou
 850. http://www.qualcomm.com/
 851. http://www.erbgroup.com/
 852. http://www.scottklement.com/mailman/listinfo/ftpapi
 853. mailto:PReid@xxxxxxxxxxxx
 854. http://www.w3.org/2003/05/soap-envelope
 855. http://schemas.xmlsoap.org/ws/2004/03/addressing
 856. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-
 857. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-w
 858. http://www.w3.org/2001/XMLSchema
 859. http://www.w3.org/2001/XMLSchema-instance
 860. http://www.qualcomm.com/VerifyAccess
 861. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/a
 862. https://qhos.qualcommapps.com/qhoswsna/driver.asmx
 863. http://docs.oasisopen/
 864. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-usern
 865. http://www.qualcomm.com/
 866. http://www.w3.org/2003/05/soap-envelope
 867. http://www.w3.org/2001/XMLSchema-instance
 868. http://www.w3.org/2001/XMLSchema
 869. http://schemas.xmlsoap.org/ws/2004/08/addressing
 870. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss
 871. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-
 872. http://www.w3.org/2003/05/soap-envelope
 873. http://www.qualcomm.com/ExportDriverResponse
 874. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anony
 875. http://www.qualcomm.com/
 876. http://www.erbgroup.com/
 877. http://www.w3.org/2003/05/soap-envelope
 878. http://schemas.xmlsoap.org/ws/2004/03/addressing
 879. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity
 880. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity
 881. http://www.w3.org/2001/XMLSchema
 882. http://www.w3.org/2001/XMLSchema-instance
 883. http://www.qualcomm.com/VerifyAccess
 884. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonym
 885. https://qhos.qualcommapps.com/qhoswsna/driver.asmx
 886. http://docs.oasisopen/
 887. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-t
 888. http://www.qualcomm.com/
 889. http://www.w3.org/2003/05/soap-envelope
 890. http://www.w3.org/2001/XMLSchema-instance
 891. http://www.w3.org/2001/XMLSchema
 892. http://schemas.xmlsoap.org/ws/2004/08/addressing
 893. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity
 894. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity
 895. http://www.w3.org/2003/05/soap-envelope
 896. http://www.qualcomm.com/ExportDriverResponse
 897. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous
 898. http://www.qualcomm.com/
 899. http://www.erbgroup.com/
 900. http://www.scottklement.com/mailman/listinfo/ftpapi
 901. http://www.scottklement.com/mailman/listinfo/ftpapi
 902. http://www.erbgroup.com/
 903. http://scottklement.com/mailman/listinfo/ftpapi
 904. http://www.w3.org/2003/05/soap-envelope
 905. http://schemas.xmlsoap.org/ws/2004/03/addressing
 906. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecur
 907. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecur
 908. http://www.w3.org/2001/XMLSchema
 909. http://www.w3.org/2001/XMLSchema-instance
 910. http://www.qualcomm.com/VerifyAccess
 911. http://schemas.xmlsoap.org/ws/2004/08/addressing/
 912. https://qhos.qualcommapps.com/qhoswsna/driver.asmx
 913. http://docs.oasisopen/
 914. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-userna
 915. http://www.qualcomm.com/
 916. http://www.w3.org/2003/05/soap-envelope
 917. http://www.w3.org/2001/XMLSchema-instance
 918. http://www.w3.org/2001/XMLSchema
 919. http://schemas.xmlsoap.org/ws/2004/08/addressing
 920. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecu
 921. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecu
 922. http://www.w3.org/2003/05/soap-envelope
 923. http://www.qualcomm.com/ExportDriverResponse
 924. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymou
 925. http://www.qualcomm.com/
 926. http://www.erbgroup.com/
 927. http://www.w3.org/2003/05/soap-envelope
 928. http://schemas.xmlsoap.org/ws/2004/03/addressing
 929. http://docs.oasis-open.org/wss/2004/01/oasis-20
 930. http://docs.oasis-open.org/wss/2004/01/oasis-200
 931. http://www.w3.org/2001/XMLSchema
 932. http://www.w3.org/2001/XMLSchema-instance
 933. http://www.qualcomm.com/VerifyAccess
 934. http://schemas.xmlsoap.org/ws/2004/08/addressi
 935. https://qhos.qualcommapps.com/qhoswsna/driver.asmx
 936. http://docs.oasisopen/
 937. http://docs.oasis-open.org/wss/2004/01/oasis-200401-
 938. http://www.qualcomm.com/
 939. http://www.w3.org/2003/05/soap-envelope
 940. http://www.w3.org/2001/XMLSchema-instance
 941. http://www.w3.org/2001/XMLSchema
 942. http://schemas.xmlsoap.org/ws/2004/08/addressin
 943. http://docs.oasis-open.org/wss/2004/01/oasis-2
 944. http://docs.oasis-open.org/wss/2004/01/oasis-20
 945. http://www.w3.org/2003/05/soap-envelope
 946. http://www.qualcomm.com/ExportDriverResponse
 947. http://schemas.xmlsoap.org/ws/2004/08/addressing/r
 948. http://www.qualcomm.com/
 949. http://www.erbgroup.com/
 950. http://www.w3.org/2003/05/soap-envelope
 951. http://schemas.xmlsoap.org/ws/2004/03/addressing
 952. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecu
 953. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecu
 954. http://www.w3.org/2001/XMLSchema
 955. http://www.w3.org/2001/XMLSchema-instance
 956. http://www.qualcomm.com/VerifyAccess
 957. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonym
 958. https://qhos.qualcommapps.com/qhoswsna/driver.asmx
 959. http://docs.oasisopen/
 960. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-userna
 961. http://www.qualcomm.com/
 962. http://www.w3.org/2003/05/soap-envelope
 963. http://www.w3.org/2001/XMLSchema-instance
 964. http://www.w3.org/2001/XMLSchema
 965. http://schemas.xmlsoap.org/ws/2004/08/addressing
 966. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecu
 967. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecu
 968. http://www.w3.org/2003/05/soap-envelope
 969. http://www.qualcomm.com/ExportDriverResponse
 970. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymou
 971. http://www.qualcomm.com/
 972. http://www.erbgroup.com/
 973. http://www.w3.org/2003/05/soap-envelope
 974. http://schemas.xmlsoap.org/ws/2004/03/addressing
 975. http://docs.oasis-open.org/wss/2004/01/oasis-20
 976. http://docs.oasis-open.org/wss/2004/01/oasis-200
 977. http://www.w3.org/2001/XMLSchema
 978. http://www.w3.org/2001/XMLSchema-instance
 979. http://www.qualcomm.com/VerifyAccess
 980. http://schemas.xmlsoap.org/ws/2004/08/addressi
 981. https://qhos.qualcommapps.com/qhoswsna/driver.asmx
 982. http://docs.oasisopen/
 983. http://docs.oasis-open.org/wss/2004/01/oasis-200401-
 984. http://www.qualcomm.com/
 985. http://www.w3.org/2003/05/soap-envelope
 986. http://www.w3.org/2001/XMLSchema-instance
 987. http://www.w3.org/2001/XMLSchema
 988. http://schemas.xmlsoap.org/ws/2004/08/addressin
 989. http://docs.oasis-open.org/wss/2004/01/oasis-2
 990. http://docs.oasis-open.org/wss/2004/01/oasis-20
 991. http://www.w3.org/2003/05/soap-envelope
 992. http://www.qualcomm.com/ExportDriverResponse
 993. http://schemas.xmlsoap.org/ws/2004/08/addressing/r
 994. http://www.qualcomm.com/
 995. http://www.erbgroup.com/
 996. http://www.w3.org/2003/05/soap-envelope
 997. http://schemas.xmlsoap.org/ws/2004/03/addressing
 998. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecu
 999. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecu
1000. http://www.w3.org/2001/XMLSchema
1001. http://www.w3.org/2001/XMLSchema-instance
1002. http://www.qualcomm.com/VerifyAccess
1003. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonym
1004. https://qhos.qualcommapps.com/qhoswsna/driver.asmx
1005. http://docs.oasisopen/
1006. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-usern
1007. http://www.qualcomm.com/
1008. http://www.w3.org/2003/05/soap-envelope
1009. http://www.w3.org/2001/XMLSchema-instance
1010. http://www.w3.org/2001/XMLSchema
1011. http://schemas.xmlsoap.org/ws/2004/08/addressing
1012. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssec
1013. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssec
1014. http://www.w3.org/2003/05/soap-envelope
1015. http://www.qualcomm.com/ExportDriverResponse
1016. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymo
1017. http://www.qualcomm.com/
1018. http://www.erbgroup.com/
1019. http://www.scottklement.com/mailman/listinfo/ftpapi
1020. http://www.w3.org/2003/05/soap-envelope
1021. http://schemas.xmlsoap.org/ws/2004/03/addres
1022. http://docs.oasis-open.org/wss/2004/01/oasi
1023. http://docs.oasis-open.org/wss/2004/01/oasis
1024. http://www.w3.org/2001/XMLSchema
1025. http://www.w3.org/2001/XMLSchema-instance
1026. http://www.qualcomm.com/VerifyAccess
1027. http://schemas.xmlsoap.org/ws/2004/08/addr
1028. https://qhos.qualcommapps.com/qhoswsna/driver
1029. http://docs.oasisopen/
1030. http://docs.oasis-open.org/wss/2004/01/oasis-20
1031. http://www.qualcomm.com/
1032. http://www.w3.org/2003/05/soap-envelope
1033. http://www.w3.org/2001/XMLSchema-instance
1034. http://www.w3.org/2001/XMLSchema
1035. http://schemas.xmlsoap.org/ws/2004/08/addr
1036. http://docs.oasis-open.org/wss/2004/01/oa
1037. http://docs.oasis-open.org/wss/2004/01/oas
1038. http://www.w3.org/2003/05/soap-envelope
1039. http://www.qualcomm.com/ExportDriverRespo
1040. http://schemas.xmlsoap.org/ws/2004/08/address
1041. http://www.qualcomm.com/
1042. http://www.erbgroup.com/
1043. http://www.w3.org/2003/05/soap-envelope
1044. http://schemas.xmlsoap.org/ws/2004/03/addressing
1045. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-w
1046. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-w
1047. http://www.w3.org/2001/XMLSchema
1048. http://www.w3.org/2001/XMLSchema-instance
1049. http://www.qualcomm.com/VerifyAccess
1050. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/ano
1051. https://qhos.qualcommapps.com/qhoswsna/driver.asmx
1052. http://docs.oasisopen/
1053. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-u
1054. http://www.qualcomm.com/
1055. http://www.w3.org/2003/05/soap-envelope
1056. http://www.w3.org/2001/XMLSchema-instance
1057. http://www.w3.org/2001/XMLSchema
1058. http://schemas.xmlsoap.org/ws/2004/08/addressing
1059. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-w
1060. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-w
1061. http://www.w3.org/2003/05/soap-envelope
1062. http://www.qualcomm.com/ExportDriverResponse
1063. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/ano
1064. http://www.qualcomm.com/
1065. http://www.erbgroup.com/
1066. http://www.scottklement.com/mailman/listinfo/ftpapi
1067. mailto:PReid@xxxxxxxxxxxx
1068. http://www.w3.org/2003/05/soap-envelope
1069. http://schemas.xmlsoap.org/ws/2004/03/addressing
1070. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-
1071. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-w
1072. http://www.w3.org/2001/XMLSchema
1073. http://www.w3.org/2001/XMLSchema-instance
1074. http://www.qualcomm.com/VerifyAccess
1075. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/a
1076. https://qhos.qualcommapps.com/qhoswsna/driver.asmx
1077. http://docs.oasisopen/
1078. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-usern
1079. http://www.qualcomm.com/
1080. http://www.w3.org/2003/05/soap-envelope
1081. http://www.w3.org/2001/XMLSchema-instance
1082. http://www.w3.org/2001/XMLSchema
1083. http://schemas.xmlsoap.org/ws/2004/08/addressing
1084. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss
1085. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-
1086. http://www.w3.org/2003/05/soap-envelope
1087. http://www.qualcomm.com/ExportDriverResponse
1088. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anony
1089. http://www.qualcomm.com/
1090. http://www.erbgroup.com/
1091. http://www.w3.org/2003/05/soap-envelope
1092. http://schemas.xmlsoap.org/ws/2004/03/addressing
1093. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssec
1094. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssec
1095. http://www.w3.org/2001/XMLSchema
1096. http://www.w3.org/2001/XMLSchema-instance
1097. http://www.qualcomm.com/VerifyAccess
1098. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonym
1099. https://qhos.qualcommapps.com/qhoswsna/driver.asmx
1100. http://docs.oasisopen/
1101. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-usern
1102. http://www.qualcomm.com/
1103. http://www.w3.org/2003/05/soap-envelope
1104. http://www.w3.org/2001/XMLSchema-instance
1105. http://www.w3.org/2001/XMLSchema
1106. http://schemas.xmlsoap.org/ws/2004/08/addressing
1107. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssec
1108. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssec
1109. http://www.w3.org/2003/05/soap-envelope
1110. http://www.qualcomm.com/ExportDriverResponse
1111. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymo
1112. http://www.qualcomm.com/
1113. http://www.erbgroup.com/
1114. http://www.scottklement.com/mailman/listinfo/ftpapi
1115. http://www.scottklement.com/mailman/listinfo/ftpapi
1116. http://www.erbgroup.com/
1117. http://scottklement.com/mailman/listinfo/ftpapi
1118. http://www.w3.org/2003/05/soap-envelope
1119. http://schemas.xmlsoap.org/ws/2004/03/addressing
1120. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity
1121. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity
1122. http://www.w3.org/2001/XMLSchema
1123. http://www.w3.org/2001/XMLSchema-instance
1124. http://www.qualcomm.com/VerifyAccess
1125. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonym
1126. https://qhos.qualcommapps.com/qhoswsna/driver.asmx
1127. http://docs.oasisopen/
1128. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-t
1129. http://www.qualcomm.com/
1130. http://www.w3.org/2003/05/soap-envelope
1131. http://www.w3.org/2001/XMLSchema-instance
1132. http://www.w3.org/2001/XMLSchema
1133. http://schemas.xmlsoap.org/ws/2004/08/addressing
1134. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity
1135. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity
1136. http://www.w3.org/2003/05/soap-envelope
1137. http://www.qualcomm.com/ExportDriverResponse
1138. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous
1139. http://www.qualcomm.com/
1140. http://www.erbgroup.com/
1141. http://www.w3.org/2003/05/soap-envelope
1142. http://schemas.xmlsoap.org/ws/2004/03/addressing
1143. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-
1144. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-w
1145. http://www.w3.org/2001/XMLSchema
1146. http://www.w3.org/2001/XMLSchema-instance
1147. http://www.qualcomm.com/VerifyAccess
1148. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/a
1149. https://qhos.qualcommapps.com/qhoswsna/driver.asmx
1150. http://docs.oasisopen/
1151. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-usern
1152. http://www.qualcomm.com/
1153. http://www.w3.org/2003/05/soap-envelope
1154. http://www.w3.org/2001/XMLSchema-instance
1155. http://www.w3.org/2001/XMLSchema
1156. http://schemas.xmlsoap.org/ws/2004/08/addressing
1157. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss
1158. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-
1159. http://www.w3.org/2003/05/soap-envelope
1160. http://www.qualcomm.com/ExportDriverResponse
1161. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anony
1162. http://www.qualcomm.com/
1163. http://www.erbgroup.com/
1164. http://www.w3.org/2003/05/soap-envelope
1165. http://schemas.xmlsoap.org/ws/2004/03/addressing
1166. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity
1167. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity
1168. http://www.w3.org/2001/XMLSchema
1169. http://www.w3.org/2001/XMLSchema-instance
1170. http://www.qualcomm.com/VerifyAccess
1171. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonym
1172. https://qhos.qualcommapps.com/qhoswsna/driver.asmx
1173. http://docs.oasisopen/
1174. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-t
1175. http://www.qualcomm.com/
1176. http://www.w3.org/2003/05/soap-envelope
1177. http://www.w3.org/2001/XMLSchema-instance
1178. http://www.w3.org/2001/XMLSchema
1179. http://schemas.xmlsoap.org/ws/2004/08/addressing
1180. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity
1181. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity
1182. http://www.w3.org/2003/05/soap-envelope
1183. http://www.qualcomm.com/ExportDriverResponse
1184. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous
1185. http://www.qualcomm.com/
1186. http://www.erbgroup.com/
1187. http://www.w3.org/2003/05/soap-envelope
1188. http://schemas.xmlsoap.org/ws/2004/03/addressing
1189. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-
1190. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-w
1191. http://www.w3.org/2001/XMLSchema
1192. http://www.w3.org/2001/XMLSchema-instance
1193. http://www.qualcomm.com/VerifyAccess
1194. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/a
1195. https://qhos.qualcommapps.com/qhoswsna/driver.asmx
1196. http://docs.oasisopen/
1197. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-usern
1198. http://www.qualcomm.com/
1199. http://www.w3.org/2003/05/soap-envelope
1200. http://www.w3.org/2001/XMLSchema-instance
1201. http://www.w3.org/2001/XMLSchema
1202. http://schemas.xmlsoap.org/ws/2004/08/addressing
1203. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss
1204. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-
1205. http://www.w3.org/2003/05/soap-envelope
1206. http://www.qualcomm.com/ExportDriverResponse
1207. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anony
1208. http://www.qualcomm.com/
1209. http://www.erbgroup.com/
1210. http://www.w3.org/2003/05/soap-envelope
1211. http://schemas.xmlsoap.org/ws/2004/03/addressing
1212. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity
1213. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity
1214. http://www.w3.org/2001/XMLSchema
1215. http://www.w3.org/2001/XMLSchema-instance
1216. http://www.qualcomm.com/VerifyAccess
1217. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonym
1218. https://qhos.qualcommapps.com/qhoswsna/driver.asmx
1219. http://docs.oasisopen/
1220. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-t
1221. http://www.qualcomm.com/
1222. http://www.w3.org/2003/05/soap-envelope
1223. http://www.w3.org/2001/XMLSchema-instance
1224. http://www.w3.org/2001/XMLSchema
1225. http://schemas.xmlsoap.org/ws/2004/08/addressing
1226. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity
1227. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity
1228. http://www.w3.org/2003/05/soap-envelope
1229. http://www.qualcomm.com/ExportDriverResponse
1230. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous
1231. http://www.qualcomm.com/
1232. http://www.erbgroup.com/
1233. http://www.scottklement.com/mailman/listinfo/ftpapi
1234. http://www.w3.org/2003/05/soap-envelope
1235. http://schemas.xmlsoap.org/ws/2004/03/addressing
1236. http://docs.oasis-open.org/wss/2004/01/oasis-20040
1237. http://docs.oasis-open.org/wss/2004/01/oasis-200401
1238. http://www.w3.org/2001/XMLSchema
1239. http://www.w3.org/2001/XMLSchema-instance
1240. http://www.qualcomm.com/VerifyAccess
1241. http://schemas.xmlsoap.org/ws/2004/08/addressing/
1242. https://qhos.qualcommapps.com/qhoswsna/driver.asmx
1243. http://docs.oasisopen/
1244. http://docs.oasis-open.org/wss/2004/01/oasis-200401-ws
1245. http://www.qualcomm.com/
1246. http://www.w3.org/2003/05/soap-envelope
1247. http://www.w3.org/2001/XMLSchema-instance
1248. http://www.w3.org/2001/XMLSchema
1249. http://schemas.xmlsoap.org/ws/2004/08/addressing
1250. http://docs.oasis-open.org/wss/2004/01/oasis-200
1251. http://docs.oasis-open.org/wss/2004/01/oasis-2004
1252. http://www.w3.org/2003/05/soap-envelope
1253. http://www.qualcomm.com/ExportDriverResponse
1254. http://schemas.xmlsoap.org/ws/2004/08/addressing/rol
1255. http://www.qualcomm.com/
1256. http://www.erbgroup.com/
1257. http://www.w3.org/2003/05/soap-envelope
1258. http://schemas.xmlsoap.org/ws/2004/03/addressing
1259. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecuri
1260. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecuri
1261. http://www.w3.org/2001/XMLSchema
1262. http://www.w3.org/2001/XMLSchema-instance
1263. http://www.qualcomm.com/VerifyAccess
1264. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonym
1265. https://qhos.qualcommapps.com/qhoswsna/driver.asmx
1266. http://docs.oasisopen/
1267. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username
1268. http://www.qualcomm.com/
1269. http://www.w3.org/2003/05/soap-envelope
1270. http://www.w3.org/2001/XMLSchema-instance
1271. http://www.w3.org/2001/XMLSchema
1272. http://schemas.xmlsoap.org/ws/2004/08/addressing
1273. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecuri
1274. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecuri
1275. http://www.w3.org/2003/05/soap-envelope
1276. http://www.qualcomm.com/ExportDriverResponse
1277. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous
1278. http://www.qualcomm.com/
1279. http://www.erbgroup.com/
1280. http://www.scottklement.com/mailman/listinfo/ftpapi
1281. mailto:PReid@xxxxxxxxxxxx
1282. http://www.w3.org/2003/05/soap-envelope
1283. http://schemas.xmlsoap.org/ws/2004/03/addressing
1284. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-
1285. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-w
1286. http://www.w3.org/2001/XMLSchema
1287. http://www.w3.org/2001/XMLSchema-instance
1288. http://www.qualcomm.com/VerifyAccess
1289. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/a
1290. https://qhos.qualcommapps.com/qhoswsna/driver.asmx
1291. http://docs.oasisopen/
1292. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-usern
1293. http://www.qualcomm.com/
1294. http://www.w3.org/2003/05/soap-envelope
1295. http://www.w3.org/2001/XMLSchema-instance
1296. http://www.w3.org/2001/XMLSchema
1297. http://schemas.xmlsoap.org/ws/2004/08/addressing
1298. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss
1299. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-
1300. http://www.w3.org/2003/05/soap-envelope
1301. http://www.qualcomm.com/ExportDriverResponse
1302. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anony
1303. http://www.qualcomm.com/
1304. http://www.erbgroup.com/
1305. http://www.w3.org/2003/05/soap-envelope
1306. http://schemas.xmlsoap.org/ws/2004/03/addressing
1307. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity
1308. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity
1309. http://www.w3.org/2001/XMLSchema
1310. http://www.w3.org/2001/XMLSchema-instance
1311. http://www.qualcomm.com/VerifyAccess
1312. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonym
1313. https://qhos.qualcommapps.com/qhoswsna/driver.asmx
1314. http://docs.oasisopen/
1315. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-t
1316. http://www.qualcomm.com/
1317. http://www.w3.org/2003/05/soap-envelope
1318. http://www.w3.org/2001/XMLSchema-instance
1319. http://www.w3.org/2001/XMLSchema
1320. http://schemas.xmlsoap.org/ws/2004/08/addressing
1321. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity
1322. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity
1323. http://www.w3.org/2003/05/soap-envelope
1324. http://www.qualcomm.com/ExportDriverResponse
1325. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous
1326. http://www.qualcomm.com/
1327. http://www.erbgroup.com/
1328. http://www.scottklement.com/mailman/listinfo/ftpapi
1329. http://www.scottklement.com/mailman/listinfo/ftpapi
1330. http://www.scottklement.com/mailman/listinfo/ftpapi
1331. http://www.erbgroup.com/
1332. http://scottklement.com/mailman/listinfo/ftpapi
1333. mailto:ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
1334. http://www.erbgroup.com/
1335. http://www.erbgroup.com/
1336. http://scottklement.com/mailman/listinfo/ftpapi
1337. http://www.w3.org/2003/05/soap-envelope
1338. http://schemas.xmlsoap.org/ws/2004/03/addressing
1339. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd
1340. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd
1341. http://www.w3.org/2001/XMLSchema
1342. http://www.w3.org/2001/XMLSchema-instance
1343. http://www.qualcomm.com/VerifyAccess
1344. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonym
1345. https://qhos.qualcommapps.com/qhoswsna/driver.asmx
1346. http://docs.oasisopen/
1347. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText
1348. http://www.qualcomm.com/
1349. http://www.w3.org/2003/05/soap-envelope
1350. http://www.w3.org/2001/XMLSchema-instance
1351. http://www.w3.org/2001/XMLSchema
1352. http://schemas.xmlsoap.org/ws/2004/08/addressing
1353. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd
1354. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd
1355. http://www.w3.org/2003/05/soap-envelope
1356. http://www.qualcomm.com/ExportDriverResponse
1357. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous
1358. http://www.qualcomm.com/
1359. http://www.erbgroup.com/
1360. http://www.w3.org/2003/05/soap-envelope
1361. http://schemas.xmlsoap.org/ws/2004/03/addressing
1362. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-
1363. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-w
1364. http://www.w3.org/2001/XMLSchema
1365. http://www.w3.org/2001/XMLSchema-instance
1366. http://www.qualcomm.com/VerifyAccess
1367. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/a
1368. https://qhos.qualcommapps.com/qhoswsna/driver.asmx
1369. http://docs.oasisopen/
1370. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-usern
1371. http://www.qualcomm.com/
1372. http://www.w3.org/2003/05/soap-envelope
1373. http://www.w3.org/2001/XMLSchema-instance
1374. http://www.w3.org/2001/XMLSchema
1375. http://schemas.xmlsoap.org/ws/2004/08/addressing
1376. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss
1377. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-
1378. http://www.w3.org/2003/05/soap-envelope
1379. http://www.qualcomm.com/ExportDriverResponse
1380. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anony
1381. http://www.qualcomm.com/
1382. http://www.erbgroup.com/
1383. http://www.w3.org/2003/05/soap-envelope
1384. http://schemas.xmlsoap.org/ws/2004/03/addressing
1385. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd
1386. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd
1387. http://www.w3.org/2001/XMLSchema
1388. http://www.w3.org/2001/XMLSchema-instance
1389. http://www.qualcomm.com/VerifyAccess
1390. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonym
1391. https://qhos.qualcommapps.com/qhoswsna/driver.asmx
1392. http://docs.oasisopen/
1393. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText
1394. http://www.qualcomm.com/
1395. http://www.w3.org/2003/05/soap-envelope
1396. http://www.w3.org/2001/XMLSchema-instance
1397. http://www.w3.org/2001/XMLSchema
1398. http://schemas.xmlsoap.org/ws/2004/08/addressing
1399. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd
1400. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd
1401. http://www.w3.org/2003/05/soap-envelope
1402. http://www.qualcomm.com/ExportDriverResponse
1403. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous
1404. http://www.qualcomm.com/
1405. http://www.erbgroup.com/
1406. http://www.w3.org/2003/05/soap-envelope
1407. http://schemas.xmlsoap.org/ws/2004/03/addressing
1408. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-
1409. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-w
1410. http://www.w3.org/2001/XMLSchema
1411. http://www.w3.org/2001/XMLSchema-instance
1412. http://www.qualcomm.com/VerifyAccess
1413. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/a
1414. https://qhos.qualcommapps.com/qhoswsna/driver.asmx
1415. http://docs.oasisopen/
1416. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-usern
1417. http://www.qualcomm.com/
1418. http://www.w3.org/2003/05/soap-envelope
1419. http://www.w3.org/2001/XMLSchema-instance
1420. http://www.w3.org/2001/XMLSchema
1421. http://schemas.xmlsoap.org/ws/2004/08/addressing
1422. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss
1423. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-
1424. http://www.w3.org/2003/05/soap-envelope
1425. http://www.qualcomm.com/ExportDriverResponse
1426. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anony
1427. http://www.qualcomm.com/
1428. http://www.erbgroup.com/
1429. http://www.w3.org/2003/05/soap-envelope
1430. http://schemas.xmlsoap.org/ws/2004/03/addressing
1431. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd
1432. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd
1433. http://www.w3.org/2001/XMLSchema
1434. http://www.w3.org/2001/XMLSchema-instance
1435. http://www.qualcomm.com/VerifyAccess
1436. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonym
1437. https://qhos.qualcommapps.com/qhoswsna/driver.asmx
1438. http://docs.oasisopen/
1439. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText
1440. http://www.qualcomm.com/
1441. http://www.w3.org/2003/05/soap-envelope
1442. http://www.w3.org/2001/XMLSchema-instance
1443. http://www.w3.org/2001/XMLSchema
1444. http://schemas.xmlsoap.org/ws/2004/08/addressing
1445. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd
1446. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd
1447. http://www.w3.org/2003/05/soap-envelope
1448. http://www.qualcomm.com/ExportDriverResponse
1449. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous
1450. http://www.qualcomm.com/
1451. http://www.erbgroup.com/
1452. http://www.scottklement.com/mailman/listinfo/ftpapi
1453. http://www.w3.org/2003/05/soap-envelope
1454. http://schemas.xmlsoap.org/ws/2004/03/addressing
1455. http://docs.oasis-open.org/wss/2004/01/oasis-20040
1456. http://docs.oasis-open.org/wss/2004/01/oasis-200401
1457. http://www.w3.org/2001/XMLSchema
1458. http://www.w3.org/2001/XMLSchema-instance
1459. http://www.qualcomm.com/VerifyAccess
1460. http://schemas.xmlsoap.org/ws/2004/08/addressing/
1461. https://qhos.qualcommapps.com/qhoswsna/driver.asmx
1462. http://docs.oasisopen/
1463. http://docs.oasis-open.org/wss/2004/01/oasis-200401-ws
1464. http://www.qualcomm.com/
1465. http://www.w3.org/2003/05/soap-envelope
1466. http://www.w3.org/2001/XMLSchema-instance
1467. http://www.w3.org/2001/XMLSchema
1468. http://schemas.xmlsoap.org/ws/2004/08/addressing
1469. http://docs.oasis-open.org/wss/2004/01/oasis-200
1470. http://docs.oasis-open.org/wss/2004/01/oasis-2004
1471. http://www.w3.org/2003/05/soap-envelope
1472. http://www.qualcomm.com/ExportDriverResponse
1473. http://schemas.xmlsoap.org/ws/2004/08/addressing/rol
1474. http://www.qualcomm.com/
1475. http://www.erbgroup.com/
1476. http://www.w3.org/2003/05/soap-envelope
1477. http://schemas.xmlsoap.org/ws/2004/03/addressing
1478. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecuri
1479. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecuri
1480. http://www.w3.org/2001/XMLSchema
1481. http://www.w3.org/2001/XMLSchema-instance
1482. http://www.qualcomm.com/VerifyAccess
1483. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonym
1484. https://qhos.qualcommapps.com/qhoswsna/driver.asmx
1485. http://docs.oasisopen/
1486. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username
1487. http://www.qualcomm.com/
1488. http://www.w3.org/2003/05/soap-envelope
1489. http://www.w3.org/2001/XMLSchema-instance
1490. http://www.w3.org/2001/XMLSchema
1491. http://schemas.xmlsoap.org/ws/2004/08/addressing
1492. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecuri
1493. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecuri
1494. http://www.w3.org/2003/05/soap-envelope
1495. http://www.qualcomm.com/ExportDriverResponse
1496. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous
1497. http://www.qualcomm.com/
1498. http://www.erbgroup.com/
1499. http://www.scottklement.com/mailman/listinfo/ftpapi
1500. mailto:PReid@xxxxxxxxxxxx
1501. http://www.w3.org/2003/05/soap-envelope
1502. http://schemas.xmlsoap.org/ws/2004/03/addressing
1503. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-
1504. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-w
1505. http://www.w3.org/2001/XMLSchema
1506. http://www.w3.org/2001/XMLSchema-instance
1507. http://www.qualcomm.com/VerifyAccess
1508. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/a
1509. https://qhos.qualcommapps.com/qhoswsna/driver.asmx
1510. http://docs.oasisopen/
1511. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-usern
1512. http://www.qualcomm.com/
1513. http://www.w3.org/2003/05/soap-envelope
1514. http://www.w3.org/2001/XMLSchema-instance
1515. http://www.w3.org/2001/XMLSchema
1516. http://schemas.xmlsoap.org/ws/2004/08/addressing
1517. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss
1518. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-
1519. http://www.w3.org/2003/05/soap-envelope
1520. http://www.qualcomm.com/ExportDriverResponse
1521. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anony
1522. http://www.qualcomm.com/
1523. http://www.erbgroup.com/
1524. http://www.w3.org/2003/05/soap-envelope
1525. http://schemas.xmlsoap.org/ws/2004/03/addressing
1526. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd
1527. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd
1528. http://www.w3.org/2001/XMLSchema
1529. http://www.w3.org/2001/XMLSchema-instance
1530. http://www.qualcomm.com/VerifyAccess
1531. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonym
1532. https://qhos.qualcommapps.com/qhoswsna/driver.asmx
1533. http://docs.oasisopen/
1534. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText
1535. http://www.qualcomm.com/
1536. http://www.w3.org/2003/05/soap-envelope
1537. http://www.w3.org/2001/XMLSchema-instance
1538. http://www.w3.org/2001/XMLSchema
1539. http://schemas.xmlsoap.org/ws/2004/08/addressing
1540. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd
1541. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd
1542. http://www.w3.org/2003/05/soap-envelope
1543. http://www.qualcomm.com/ExportDriverResponse
1544. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous
1545. http://www.qualcomm.com/
1546. http://www.erbgroup.com/
1547. http://www.scottklement.com/mailman/listinfo/ftpapi
1548. http://www.scottklement.com/mailman/listinfo/ftpapi
1549. http://www.erbgroup.com/
1550. http://scottklement.com/mailman/listinfo/ftpapi
1551. http://www.w3.org/2003/05/soap-envelope
1552. http://schemas.xmlsoap.org/ws/2004/03/addressing
1553. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-s
1554. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-u
1555. http://www.w3.org/2001/XMLSchema
1556. http://www.w3.org/2001/XMLSchema-instance
1557. http://www.qualcomm.com/VerifyAccess
1558. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/
1559. https://qhos.qualcommapps.com/qhoswsna/driver.asmx
1560. http://docs.oasisopen/
1561. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-to
1562. http://www.qualcomm.com/
1563. http://www.w3.org/2003/05/soap-envelope
1564. http://www.w3.org/2001/XMLSchema-instance
1565. http://www.w3.org/2001/XMLSchema
1566. http://schemas.xmlsoap.org/ws/2004/08/addressing
1567. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-
1568. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-
1569. http://www.w3.org/2003/05/soap-envelope
1570. http://www.qualcomm.com/ExportDriverResponse
1571. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous
1572. http://www.qualcomm.com/
1573. http://www.erbgroup.com/
1574. http://www.w3.org/2003/05/soap-envelope
1575. http://schemas.xmlsoap.org/ws/2004/03/addressing
1576. http://docs.oasis-open.org/wss/2004/01/oasis-200401-
1577. http://docs.oasis-open.org/wss/2004/01/oasis-200401-w
1578. http://www.w3.org/2001/XMLSchema
1579. http://www.w3.org/2001/XMLSchema-instance
1580. http://www.qualcomm.com/VerifyAccess
1581. http://schemas.xmlsoap.org/ws/2004/08/addressing/ro
1582. https://qhos.qualcommapps.com/qhoswsna/driver.asmx
1583. http://docs.oasisopen/
1584. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-u
1585. http://www.qualcomm.com/
1586. http://www.w3.org/2003/05/soap-envelope
1587. http://www.w3.org/2001/XMLSchema-instance
1588. http://www.w3.org/2001/XMLSchema
1589. http://schemas.xmlsoap.org/ws/2004/08/addressing
1590. http://docs.oasis-open.org/wss/2004/01/oasis-200401
1591. http://docs.oasis-open.org/wss/2004/01/oasis-200401-
1592. http://www.w3.org/2003/05/soap-envelope
1593. http://www.qualcomm.com/ExportDriverResponse
1594. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/a
1595. http://www.qualcomm.com/
1596. http://www.erbgroup.com/
1597. http://www.w3.org/2003/05/soap-envelope
1598. http://schemas.xmlsoap.org/ws/2004/03/addressing
1599. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-
1600. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-
1601. http://www.w3.org/2001/XMLSchema
1602. http://www.w3.org/2001/XMLSchema-instance
1603. http://www.qualcomm.com/VerifyAccess
1604. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonym
1605. https://qhos.qualcommapps.com/qhoswsna/driver.asmx
1606. http://docs.oasisopen/
1607. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-to
1608. http://www.qualcomm.com/
1609. http://www.w3.org/2003/05/soap-envelope
1610. http://www.w3.org/2001/XMLSchema-instance
1611. http://www.w3.org/2001/XMLSchema
1612. http://schemas.xmlsoap.org/ws/2004/08/addressing
1613. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-
1614. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-
1615. http://www.w3.org/2003/05/soap-envelope
1616. http://www.qualcomm.com/ExportDriverResponse
1617. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous
1618. http://www.qualcomm.com/
1619. http://www.erbgroup.com/
1620. http://www.w3.org/2003/05/soap-envelope
1621. http://schemas.xmlsoap.org/ws/2004/03/addressing
1622. http://docs.oasis-open.org/wss/2004/01/oasis-200401-
1623. http://docs.oasis-open.org/wss/2004/01/oasis-200401-w
1624. http://www.w3.org/2001/XMLSchema
1625. http://www.w3.org/2001/XMLSchema-instance
1626. http://www.qualcomm.com/VerifyAccess
1627. http://schemas.xmlsoap.org/ws/2004/08/addressing/ro
1628. https://qhos.qualcommapps.com/qhoswsna/driver.asmx
1629. http://docs.oasisopen/
1630. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-u
1631. http://www.qualcomm.com/
1632. http://www.w3.org/2003/05/soap-envelope
1633. http://www.w3.org/2001/XMLSchema-instance
1634. http://www.w3.org/2001/XMLSchema
1635. http://schemas.xmlsoap.org/ws/2004/08/addressing
1636. http://docs.oasis-open.org/wss/2004/01/oasis-200401
1637. http://docs.oasis-open.org/wss/2004/01/oasis-200401-
1638. http://www.w3.org/2003/05/soap-envelope
1639. http://www.qualcomm.com/ExportDriverResponse
1640. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/a
1641. http://www.qualcomm.com/
1642. http://www.erbgroup.com/
1643. http://www.w3.org/2003/05/soap-envelope
1644. http://schemas.xmlsoap.org/ws/2004/03/addressing
1645. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-
1646. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-
1647. http://www.w3.org/2001/XMLSchema
1648. http://www.w3.org/2001/XMLSchema-instance
1649. http://www.qualcomm.com/VerifyAccess
1650. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonym
1651. https://qhos.qualcommapps.com/qhoswsna/driver.asmx
1652. http://docs.oasisopen/
1653. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-t
1654. http://www.qualcomm.com/
1655. http://www.w3.org/2003/05/soap-envelope
1656. http://www.w3.org/2001/XMLSchema-instance
1657. http://www.w3.org/2001/XMLSchema
1658. http://schemas.xmlsoap.org/ws/2004/08/addressing
1659. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity
1660. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity
1661. http://www.w3.org/2003/05/soap-envelope
1662. http://www.qualcomm.com/ExportDriverResponse
1663. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous
1664. http://www.qualcomm.com/
1665. http://www.erbgroup.com/
1666. http://www.scottklement.com/mailman/listinfo/ftpapi
1667. http://www.w3.org/2003/05/soap-envelope
1668. http://schemas.xmlsoap.org/ws/2004/03/addressing
1669. http://docs.oasis-open.org/wss/2004/01/oasis-200
1670. http://docs.oasis-open.org/wss/2004/01/oasis-2004
1671. http://www.w3.org/2001/XMLSchema
1672. http://www.w3.org/2001/XMLSchema-instance
1673. http://www.qualcomm.com/VerifyAccess
1674. http://schemas.xmlsoap.org/ws/2004/08/addressin
1675. https://qhos.qualcommapps.com/qhoswsna/driver.asmx
1676. http://docs.oasisopen/
1677. http://docs.oasis-open.org/wss/2004/01/oasis-200401-
1678. http://www.qualcomm.com/
1679. http://www.w3.org/2003/05/soap-envelope
1680. http://www.w3.org/2001/XMLSchema-instance
1681. http://www.w3.org/2001/XMLSchema
1682. http://schemas.xmlsoap.org/ws/2004/08/addressin
1683. http://docs.oasis-open.org/wss/2004/01/oasis-2
1684. http://docs.oasis-open.org/wss/2004/01/oasis-20
1685. http://www.w3.org/2003/05/soap-envelope
1686. http://www.qualcomm.com/ExportDriverResponse
1687. http://schemas.xmlsoap.org/ws/2004/08/addressing/r
1688. http://www.qualcomm.com/
1689. http://www.erbgroup.com/
1690. http://www.w3.org/2003/05/soap-envelope
1691. http://schemas.xmlsoap.org/ws/2004/03/addressing
1692. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecu
1693. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecu
1694. http://www.w3.org/2001/XMLSchema
1695. http://www.w3.org/2001/XMLSchema-instance
1696. http://www.qualcomm.com/VerifyAccess
1697. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonym
1698. https://qhos.qualcommapps.com/qhoswsna/driver.asmx
1699. http://docs.oasisopen/
1700. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-userna
1701. http://www.qualcomm.com/
1702. http://www.w3.org/2003/05/soap-envelope
1703. http://www.w3.org/2001/XMLSchema-instance
1704. http://www.w3.org/2001/XMLSchema
1705. http://schemas.xmlsoap.org/ws/2004/08/addressing
1706. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecu
1707. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecu
1708. http://www.w3.org/2003/05/soap-envelope
1709. http://www.qualcomm.com/ExportDriverResponse
1710. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymou
1711. http://www.qualcomm.com/
1712. http://www.erbgroup.com/
1713. http://www.scottklement.com/mailman/listinfo/ftpapi
1714. mailto:PReid@xxxxxxxxxxxx
1715. http://www.w3.org/2003/05/soap-envelope
1716. http://schemas.xmlsoap.org/ws/2004/03/addressing
1717. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-
1718. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-w
1719. http://www.w3.org/2001/XMLSchema
1720. http://www.w3.org/2001/XMLSchema-instance
1721. http://www.qualcomm.com/VerifyAccess
1722. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/a
1723. https://qhos.qualcommapps.com/qhoswsna/driver.asmx
1724. http://docs.oasisopen/
1725. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-usern
1726. http://www.qualcomm.com/
1727. http://www.w3.org/2003/05/soap-envelope
1728. http://www.w3.org/2001/XMLSchema-instance
1729. http://www.w3.org/2001/XMLSchema
1730. http://schemas.xmlsoap.org/ws/2004/08/addressing
1731. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss
1732. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-
1733. http://www.w3.org/2003/05/soap-envelope
1734. http://www.qualcomm.com/ExportDriverResponse
1735. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anony
1736. http://www.qualcomm.com/
1737. http://www.erbgroup.com/
1738. http://www.w3.org/2003/05/soap-envelope
1739. http://schemas.xmlsoap.org/ws/2004/03/addressing
1740. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity
1741. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity
1742. http://www.w3.org/2001/XMLSchema
1743. http://www.w3.org/2001/XMLSchema-instance
1744. http://www.qualcomm.com/VerifyAccess
1745. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonym
1746. https://qhos.qualcommapps.com/qhoswsna/driver.asmx
1747. http://docs.oasisopen/
1748. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-t
1749. http://www.qualcomm.com/
1750. http://www.w3.org/2003/05/soap-envelope
1751. http://www.w3.org/2001/XMLSchema-instance
1752. http://www.w3.org/2001/XMLSchema
1753. http://schemas.xmlsoap.org/ws/2004/08/addressing
1754. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity
1755. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity
1756. http://www.w3.org/2003/05/soap-envelope
1757. http://www.qualcomm.com/ExportDriverResponse
1758. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous
1759. http://www.qualcomm.com/
1760. http://www.erbgroup.com/
1761. http://www.scottklement.com/mailman/listinfo/ftpapi
1762. http://www.scottklement.com/mailman/listinfo/ftpapi
1763. http://www.erbgroup.com/
1764. http://scottklement.com/mailman/listinfo/ftpapi
1765. http://www.w3.org/2003/05/soap-envelope
1766. http://schemas.xmlsoap.org/ws/2004/03/addressing
1767. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd
1768. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd
1769. http://www.w3.org/2001/XMLSchema
1770. http://www.w3.org/2001/XMLSchema-instance
1771. http://www.qualcomm.com/VerifyAccess
1772. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonym
1773. https://qhos.qualcommapps.com/qhoswsna/driver.asmx
1774. http://docs.oasisopen/
1775. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText
1776. http://www.qualcomm.com/
1777. http://www.w3.org/2003/05/soap-envelope
1778. http://www.w3.org/2001/XMLSchema-instance
1779. http://www.w3.org/2001/XMLSchema
1780. http://schemas.xmlsoap.org/ws/2004/08/addressing
1781. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd
1782. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd
1783. http://www.w3.org/2003/05/soap-envelope
1784. http://www.qualcomm.com/ExportDriverResponse
1785. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous
1786. http://www.qualcomm.com/
1787. http://www.erbgroup.com/
1788. http://www.w3.org/2003/05/soap-envelope
1789. http://schemas.xmlsoap.org/ws/2004/03/addressing
1790. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-
1791. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-w
1792. http://www.w3.org/2001/XMLSchema
1793. http://www.w3.org/2001/XMLSchema-instance
1794. http://www.qualcomm.com/VerifyAccess
1795. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/a
1796. https://qhos.qualcommapps.com/qhoswsna/driver.asmx
1797. http://docs.oasisopen/
1798. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-usern
1799. http://www.qualcomm.com/
1800. http://www.w3.org/2003/05/soap-envelope
1801. http://www.w3.org/2001/XMLSchema-instance
1802. http://www.w3.org/2001/XMLSchema
1803. http://schemas.xmlsoap.org/ws/2004/08/addressing
1804. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss
1805. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-
1806. http://www.w3.org/2003/05/soap-envelope
1807. http://www.qualcomm.com/ExportDriverResponse
1808. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anony
1809. http://www.qualcomm.com/
1810. http://www.erbgroup.com/
1811. http://www.w3.org/2003/05/soap-envelope
1812. http://schemas.xmlsoap.org/ws/2004/03/addressing
1813. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd
1814. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd
1815. http://www.w3.org/2001/XMLSchema
1816. http://www.w3.org/2001/XMLSchema-instance
1817. http://www.qualcomm.com/VerifyAccess
1818. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonym
1819. https://qhos.qualcommapps.com/qhoswsna/driver.asmx
1820. http://docs.oasisopen/
1821. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText
1822. http://www.qualcomm.com/
1823. http://www.w3.org/2003/05/soap-envelope
1824. http://www.w3.org/2001/XMLSchema-instance
1825. http://www.w3.org/2001/XMLSchema
1826. http://schemas.xmlsoap.org/ws/2004/08/addressing
1827. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd
1828. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd
1829. http://www.w3.org/2003/05/soap-envelope
1830. http://www.qualcomm.com/ExportDriverResponse
1831. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous
1832. http://www.qualcomm.com/
1833. http://www.erbgroup.com/
1834. http://www.w3.org/2003/05/soap-envelope
1835. http://schemas.xmlsoap.org/ws/2004/03/addressing
1836. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-
1837. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-w
1838. http://www.w3.org/2001/XMLSchema
1839. http://www.w3.org/2001/XMLSchema-instance
1840. http://www.qualcomm.com/VerifyAccess
1841. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/a
1842. https://qhos.qualcommapps.com/qhoswsna/driver.asmx
1843. http://docs.oasisopen/
1844. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-usern
1845. http://www.qualcomm.com/
1846. http://www.w3.org/2003/05/soap-envelope
1847. http://www.w3.org/2001/XMLSchema-instance
1848. http://www.w3.org/2001/XMLSchema
1849. http://schemas.xmlsoap.org/ws/2004/08/addressing
1850. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss
1851. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-
1852. http://www.w3.org/2003/05/soap-envelope
1853. http://www.qualcomm.com/ExportDriverResponse
1854. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anony
1855. http://www.qualcomm.com/
1856. http://www.erbgroup.com/
1857. http://www.w3.org/2003/05/soap-envelope
1858. http://schemas.xmlsoap.org/ws/2004/03/addressing
1859. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd
1860. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd
1861. http://www.w3.org/2001/XMLSchema
1862. http://www.w3.org/2001/XMLSchema-instance
1863. http://www.qualcomm.com/VerifyAccess
1864. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonym
1865. https://qhos.qualcommapps.com/qhoswsna/driver.asmx
1866. http://docs.oasisopen/
1867. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText
1868. http://www.qualcomm.com/
1869. http://www.w3.org/2003/05/soap-envelope
1870. http://www.w3.org/2001/XMLSchema-instance
1871. http://www.w3.org/2001/XMLSchema
1872. http://schemas.xmlsoap.org/ws/2004/08/addressing
1873. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd
1874. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd
1875. http://www.w3.org/2003/05/soap-envelope
1876. http://www.qualcomm.com/ExportDriverResponse
1877. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous
1878. http://www.qualcomm.com/
1879. http://www.erbgroup.com/
1880. http://www.scottklement.com/mailman/listinfo/ftpapi
1881. http://www.w3.org/2003/05/soap-envelope
1882. http://schemas.xmlsoap.org/ws/2004/03/addressing
1883. http://docs.oasis-open.org/wss/2004/01/oasis-20040
1884. http://docs.oasis-open.org/wss/2004/01/oasis-200401
1885. http://www.w3.org/2001/XMLSchema
1886. http://www.w3.org/2001/XMLSchema-instance
1887. http://www.qualcomm.com/VerifyAccess
1888. http://schemas.xmlsoap.org/ws/2004/08/addressing/
1889. https://qhos.qualcommapps.com/qhoswsna/driver.asmx
1890. http://docs.oasisopen/
1891. http://docs.oasis-open.org/wss/2004/01/oasis-200401-ws
1892. http://www.qualcomm.com/
1893. http://www.w3.org/2003/05/soap-envelope
1894. http://www.w3.org/2001/XMLSchema-instance
1895. http://www.w3.org/2001/XMLSchema
1896. http://schemas.xmlsoap.org/ws/2004/08/addressing
1897. http://docs.oasis-open.org/wss/2004/01/oasis-200
1898. http://docs.oasis-open.org/wss/2004/01/oasis-2004
1899. http://www.w3.org/2003/05/soap-envelope
1900. http://www.qualcomm.com/ExportDriverResponse
1901. http://schemas.xmlsoap.org/ws/2004/08/addressing/rol
1902. http://www.qualcomm.com/
1903. http://www.erbgroup.com/
1904. http://www.w3.org/2003/05/soap-envelope
1905. http://schemas.xmlsoap.org/ws/2004/03/addressing
1906. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecuri
1907. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecuri
1908. http://www.w3.org/2001/XMLSchema
1909. http://www.w3.org/2001/XMLSchema-instance
1910. http://www.qualcomm.com/VerifyAccess
1911. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonym
1912. https://qhos.qualcommapps.com/qhoswsna/driver.asmx
1913. http://docs.oasisopen/
1914. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username
1915. http://www.qualcomm.com/
1916. http://www.w3.org/2003/05/soap-envelope
1917. http://www.w3.org/2001/XMLSchema-instance
1918. http://www.w3.org/2001/XMLSchema
1919. http://schemas.xmlsoap.org/ws/2004/08/addressing
1920. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecuri
1921. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecuri
1922. http://www.w3.org/2003/05/soap-envelope
1923. http://www.qualcomm.com/ExportDriverResponse
1924. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous
1925. http://www.qualcomm.com/
1926. http://www.erbgroup.com/
1927. http://www.scottklement.com/mailman/listinfo/ftpapi
1928. mailto:PReid@xxxxxxxxxxxx
1929. http://www.w3.org/2003/05/soap-envelope
1930. http://schemas.xmlsoap.org/ws/2004/03/addressing
1931. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-
1932. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-w
1933. http://www.w3.org/2001/XMLSchema
1934. http://www.w3.org/2001/XMLSchema-instance
1935. http://www.qualcomm.com/VerifyAccess
1936. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/a
1937. https://qhos.qualcommapps.com/qhoswsna/driver.asmx
1938. http://docs.oasisopen/
1939. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-usern
1940. http://www.qualcomm.com/
1941. http://www.w3.org/2003/05/soap-envelope
1942. http://www.w3.org/2001/XMLSchema-instance
1943. http://www.w3.org/2001/XMLSchema
1944. http://schemas.xmlsoap.org/ws/2004/08/addressing
1945. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss
1946. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-
1947. http://www.w3.org/2003/05/soap-envelope
1948. http://www.qualcomm.com/ExportDriverResponse
1949. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anony
1950. http://www.qualcomm.com/
1951. http://www.erbgroup.com/
1952. http://www.w3.org/2003/05/soap-envelope
1953. http://schemas.xmlsoap.org/ws/2004/03/addressing
1954. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd
1955. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd
1956. http://www.w3.org/2001/XMLSchema
1957. http://www.w3.org/2001/XMLSchema-instance
1958. http://www.qualcomm.com/VerifyAccess
1959. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonym
1960. https://qhos.qualcommapps.com/qhoswsna/driver.asmx
1961. http://docs.oasisopen/
1962. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText
1963. http://www.qualcomm.com/
1964. http://www.w3.org/2003/05/soap-envelope
1965. http://www.w3.org/2001/XMLSchema-instance
1966. http://www.w3.org/2001/XMLSchema
1967. http://schemas.xmlsoap.org/ws/2004/08/addressing
1968. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd
1969. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd
1970. http://www.w3.org/2003/05/soap-envelope
1971. http://www.qualcomm.com/ExportDriverResponse
1972. http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous
1973. http://www.qualcomm.com/
1974. http://www.erbgroup.com/
1975. http://www.scottklement.com/mailman/listinfo/ftpapi
1976. http://www.scottklement.com/mailman/listinfo/ftpapi
1977. http://www.scottklement.com/mailman/listinfo/ftpapi
1978. 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
-----------------------------------------------------------------------