Uploaded image for project: 'Qt Solutions'
  1. Qt Solutions
  2. QTSOLBUG-60

Qt Soap and XML Attributes

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P3: Somewhat important P3: Somewhat important
    • Not Scheduled
    • Release 7
    • SOAP
    • None

      Using QtSoap (qtsoap-2.5_1)

      When I connect to web server on Windows (IIS) I expect to get
      the information for FileInfoType in the following form (which can be obtained using gSoap and also via
      client created with C#):

      <FileInfoType name="ft_name_0" state="FileAvailable" size="0" blockCount="0">

      Accessing web server via Internet explorer gives:

      <FileInfoType name="string" state="FileNotAvailable or FileAvailable" size="unsignedLong" blockCount="unsignedInt">

      But using QtSoap I get:

      <FileInfoType xmlns="http://schemas.roche.com/RIG/SmartCom/1/DataManagerService">

      The problem here is that parameters name, state and size are not

      parsed at all and are not visible in the received message.

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            Unassigned Unassigned
            xcm Martin Petersson (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes