ID:               43015
 Updated by:       [EMAIL PROTECTED]
 Reported By:      magne at myrtveit dot com
-Status:           Open
+Status:           Assigned
 Bug Type:         SOAP related
 Operating System: Windows XP
 PHP Version:      5.2.4
-Assigned To:      
+Assigned To:      dmitry
 New Comment:

Dmitry, can yu check this out?


Previous Comments:
------------------------------------------------------------------------

[2007-10-18 09:47:20] magne at myrtveit dot com

Description:
------------
This bug is reported before as bug #41566. It now has a status of
Closed, and according to the text it is fixed in PHP 5.2.4. I had
problems with this bug in PHP 5.2.3 and just installed PHP 5.3.4. The
problem seems to be there still.

Best regards,
Magne

Expected result:
----------------
...
   <SOAP-ENV:Body>
      <ns1:getRegulationsResponse>
         <getRegulationsReturn xsi:type="ns1:RegulationsArray">
            <regulations xsi:type="ns1:Regulations">
               <id xsi:type="xsd:integer">1</id>
               <name xsi:type="xsd:string">Arbeidstilsynet</name>
               <inspectionIntervals xsi:type="ns1:InspectionInterval"
id="ref1">
                  <inspectionTypeId
xsi:type="xsd:integer">2</inspectionTypeId>
                  <intervals xsi:type="xsd:int">1</intervals>
               </inspectionIntervals>
               <inspectionIntervals xsi:type="ns1:InspectionInterval"
id="ref2">
                  <inspectionTypeId
xsi:type="xsd:integer">3</inspectionTypeId>
                  <intervals xsi:type="xsd:int">1</intervals>
               </inspectionIntervals>
            </regulations>
            <regulations xsi:type="ns1:Regulations">
               <id xsi:type="xsd:integer">5</id>
               <name xsi:type="xsd:string">Best. nr 522 -
Maskindir.</name>
               <inspectionIntervals href="#ref1"/>
               <inspectionIntervals href="#ref2"/>
            </regulations>
            <regulations xsi:type="ns1:Regulations">
               <id xsi:type="xsd:integer">6</id>
               <name xsi:type="xsd:string">Best.nr 523 -
Fallsikring</name>
               <inspectionIntervals href="#ref1"/>
               <inspectionIntervals href="#ref2"/>
            </regulations>
... (etc)

Actual result:
--------------
...
   <SOAP-ENV:Body>
      <ns1:getRegulationsResponse>
         <getRegulationsReturn xsi:type="ns1:RegulationsArray">
            <regulations xsi:type="ns1:Regulations">
               <id xsi:type="xsd:integer">1</id>
               <name xsi:type="xsd:string">Arbeidstilsynet</name>
               <inspectionIntervals xsi:type="ns1:InspectionInterval"
id="ref1">
                  <inspectionTypeId
xsi:type="xsd:integer">2</inspectionTypeId>
                  <intervals xsi:type="xsd:int">1</intervals>
               </inspectionIntervals>
               <inspectionIntervals xsi:type="ns1:InspectionInterval"
id="ref2">
                  <inspectionTypeId
xsi:type="xsd:integer">3</inspectionTypeId>
                  <intervals xsi:type="xsd:int">1</intervals>
               </inspectionIntervals>
            </regulations>
            <regulations xsi:type="ns1:Regulations">
               <id xsi:type="xsd:integer">5</id>
               <name xsi:type="xsd:string">Best. nr 522 -
Maskindir.</name>
               <inspectionIntervals href="#ref1"/>
               <inspectionIntervals href="#ref2"/>
            </regulations>
            <regulations xsi:type="ns1:Regulations">
               <id xsi:type="xsd:integer">6</id>
               <name xsi:type="xsd:string">Best.nr 523 -
Fallsikring</name>
               <inspectionIntervals href="ref1"/>
               <inspectionIntervals href="ref2"/>
            </regulations>
... (etc)


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=43015&edit=1

Reply via email to