History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: XFIRE-171
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Critical Critical
Assignee: Dan Diephouse
Reporter: Jara Cesnek
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
XFire

Wrong mapping of byte[] to wsdl

Created: 14/Nov/05 05:57 AM   Updated: 14/Nov/05 11:40 AM
Component/s: Core
Affects Version/s: 1.0-M6
Fix Version/s: 1.0-M6

Time Tracking:
Not Specified


 Description  « Hide
M5 build work fine - result type byte[] interpret as base64Binary :
  • <xsd:element name="AS_GetRecords_BinResponse">
  • <xsd:complexType>
  • <xsd:sequence>
    <xsd:element name="out" type="xsd:base64Binary" minOccurs="1" maxOccurs="1" />
    </xsd:sequence>
    </xsd:complexType>
    </xsd:element>

but now in M6 it look as

  • <xsd:element name="AS_GetRecords_BinResponse">
  • <xsd:complexType>
  • <xsd:sequence>
    <xsd:element name="out" type="ns5:ArrayOfByte" minOccurs="1" maxOccurs="1" />
    </xsd:sequence>
    </xsd:complexType>
    </xsd:element>

this is generaly not understood by another party (Delphi).

Thx for Fix.



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Dan Diephouse - 14/Nov/05 11:40 AM
Fixed in CVS.