What feature is Xerces missing?  According to
http://www.w3.org/TR/2001/NOTE-wsdl-20010315, "WSDL is an XML format,"
so Xerces should be able to parse well-formed WSDL documents.  Of
course, it won't understand the semantics of such documents, nor should
it, as a general-purpose XML parser.  This seems like a job for a
http://ws.apache.org/ project.  Axis might be of use, though it looks
like the project is in a somewhat indeterminate and incomplete state.
(Maybe it could use your help!)

> -----Original Message-----
> From: zhangxian 33234 [mailto:[EMAIL PROTECTED] 
> Sent: Monday, April 04, 2005 8:19 AM
> To: xerces-c-dev@xml.apache.org
> Cc: [EMAIL PROTECTED]
> Subject: Use Xerces to parse wsdl file
> 
> Hi All,
> 
>     Now I am working on Xerces to support the X.694 of ITUT, 
> "mapping W3C XML schema definitions into ASN.1". I have 
> finished it. And I have to do another work which is mapping a 
> wsdl file to ASN.1. I got big problems that Xerces doesn't 
> have the feature to support parsing wsdl. So I hope Xerces 
> can support it. Can it be reality in the future? 
>     And Can someone give me some help about parsing a wsdl ? 
> 
> Thanks

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

Reply via email to