|
Whats Fixed in WSCF 0.51
Code Generation
CGFX0001: Corrected a problem that occurred when having
two or more types with the same name but in different XML namespaces in XSDs.
CGFX0002: Fixed the problem that occurred when attributes
are used in XSDs.
CGFX0003: Removed the default initializer in the property
getters.
CGFX0004: Fixed the issues in array wrapper generation.
CGFX0005: Fixed the issue in the CLR interface when jagged
arrays are used.
CGFX0008: Corrected the type name conflicts that occurred
due to Pascal case naming conversion.
CGFX0009: Avoided adding XmlTypeAttribute to the Service
implementation class.
CGFX0011: Corrected the problem in SOAP binding check when
there are multiple bindings in the service description.
CGFX0012: Fixed a problem that occurred when some XSD data
types were used in the contracts (i.e. using integer
instead of int).
CGFX0014: Fixed refactoring issues after applying Pascal
case conversion.
CGFX0015: Fixed namespace handling problems in VB code
generation.
CGFX0016: Fixed the problems that occurred while applying additional
attributes to the generated code.
CGFX0017: Fixed serialization problems with RPC/Encoded-style
WSDL.
CGFX0019: Prevented the AsmxHelpModule.cs file from
being regenerated. Also moved the AsmxHelpModule.cs file to the project
root.
CGFX0020: Added tool tips to two code generation option
buttons on the code generation dialog box.
CGFX0021: Fixed the type name conflicts that occurred
while generating collection types for arrays.
WSDL Wizard
WZFX0001: Preserved the message mappings acquired from
Operation inference even after changing the operation names in step 3.
WZFX0003: Added a meaningful error message to alert when
an invalid XML namespace is specified in step 1.
WZFX0004: Fixed the issue with generated relative path to
the imported schemas.
Command Line Tool
CTFX0001: Prevented issuing unnecessary warning when
generating the proxy code.
|