[ 
https://issues.apache.org/jira/browse/WODEN-65?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12553866
 ] 

Sagara Gunathunga  commented on WODEN-65:
-----------------------------------------

John , printing unexpected attributes with Scheme element problem is same as 
3rd point of your previous comment on this thread . 

Following unexpected attributes print with the schema element .  

 xmlns:tns="http://example.org/Echo";
 xmlns:whttp="http://www.w3.org/ns/wsdl/http
 xmlns:wsdl="http://www.w3.org/ns/wsdl";
 xmlns:wsdlx="http://www.w3.org/ns/wsdl-extensions";
 xmlns:xs="http://www.w3.org/2001/XMLSchema";
 attributeFormDefault="unqualified"


I used Apache XmlSchema -Schema. write()  method to print the schema elements ( 
please refer printInlinedSchemaElements() method of  DOMWSDLWriter class.)  


 I have attached small WSDL file and generated out put file to illustrate this 
issue , you can test this samples with WSDLWriter code available on branch- 65 
of the code base .   


> 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: WriterFeatures.java.txt, WSDLWriter.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]

Reply via email to