Hi,
 i was quit busy last few weeks ,but now back into work. i heaved
addressed most of the issues  mentioned in John's last update
including test cases. about the JIRA- 65 [1] .
 There is a one more issue to solve, when writing WSDL definition in
to file, it print following unexpected namespace declarations and
attributes  for
 the xs:schema element within the wsdl:types 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"


in WSDL writer i used Apache XmlSchema  library for serialization. (
write() method defined in  XmlSchema  API)

        XmlSchema xs=null;
        for(int i=0;i<inlinedSchema.length;i++)
       {
            xs=inlinedSchema[i].getSchemaDefinition();
            xs.write(printWriter);
        }


with this approach , i couldn't stop printing of extra attributes .
Any suggestions for this ?



[1] http://issues.apache.org/jira/browse/WODEN-65


Regards

-- 
Sagara Gunathunga

Blog - ssagara.blogspot.com
Web - http://sagaras.awardspace.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to