Yes, you'll need to hunt down the XSD for the WSDL (in the WSDL specification, probably) and then use JAXB's xjc facility to create Java classes from it, next, use JAXB's unmarshalling facilities to move the data from an WSDL to those Java classes. The JAXB tutorial listed on this page: https://jaxb.dev.java.net/ can help you, also see the JAXB's users list for help as needed.
Glen devkatiyar wrote: > > Hi All , > > I want to make wsdl parser which will parse the wsdl file using JAXB and > extract information like information name ,input parameter ..wsdl can > change so parser should me dynamic .. > > any one having idea how do i implement or any reference ... > > if is there any other api by which in can do this please help me regards > this > > > Thanks All.. > -- View this message in context: http://cxf.547215.n5.nabble.com/WSDL-Parser-using-JAXB-tp2796550p2796881.html Sent from the cxf-user mailing list archive at Nabble.com.
