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

Qt Soap and XML Attributes

    XMLWordPrintable

Details

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

    Description

      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.

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated: