[ https://issues.apache.org/jira/browse/WODEN-65?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12568449#action_12568449 ]
Sagara Gunathunga commented on WODEN-65: ----------------------------------------- Hi John, I have uploaded several patch files today. With this update, I could resolve following issues of my previous code contribution. 1.Printing unexpected attributes with printInlinedSchemas() method. 2.Printing schema import for the W3C schema for XML Schema with printImportedSchemas() method. Please note that this is a temporary implementation, once we have a solution for JIRA131; we need to change this method implementation also. 3.Java 5 JAXP API specific getTextContent() method was removed from the printDocumentations() method. 4.Standardized all the method names into one format. 5.A JUnit test case was added for WSDLWriter interface. But still test case is failing.. I can't figure out what's the exact reason for that, if you have free time please investigate the Testcase. Apart from 4th point, I have completed most of the task required for DOM based implementation of WSDLWriter. I'm planning to complete remaining things and move to OM based implementation quickly. > Woden elements must have serialize methods > ------------------------------------------ > > Key: WODEN-65 > URL: https://issues.apache.org/jira/browse/WODEN-65 > Project: Woden > Issue Type: Improvement > Components: Parser > Reporter: Eran Chinthaka > Assignee: Sagara Gunathunga > Attachments: BaseWSDLWriter.java.txt, DOMWSDLWriter.java.txt, > Schema-error-out-put.wsdl, Schema-error.wsdl, WSDLWriterTest.java.txt > > > When we load a WSDL in to Woden object model, there is no way to serialize > the object model in to an output stream. This is very much useful when some > one wants to make sure Woden can properly spit out what it has read. > And there is a requirement from Axis2 also to make Woden element serializable > to cater for ?wsdl2 requests. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]