Bug 208138 - custom serializer block not generated in DD file
Summary: custom serializer block not generated in DD file
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Cosmos (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Saurabh Dravid CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-30 17:36 EDT by Hubert Leung CLA
Modified: 2012-01-03 13:46 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hubert Leung CLA 2007-10-30 17:36:11 EDT
When creating capability from WSDL file, if an operation returns a complex type, no complex types are registered in the custom serializer table, so there is no way to add custom serializers using the GUI.  

Workaround: open the DD file in plain editor, and add in the following section

    <custom-serializer>
      <java-serializable-type></java-serializable-type>
      <java-serializer-class></java-serializer-class>
      <xsd-serializable-type></xsd-serializable-type>
    </custom-serializer>
Comment 1 Ruth Lee CLA 2008-06-13 17:03:57 EDT
Reassigning Balan's WSDM bugzillas to Saurabh. (Saurabh, none of these are 1.0 items.)