On Thu, May 5, 2011 at 2:04 PM, KARTHIK S <[email protected]> wrote: > Hi > I am trying to parse WSDL 1.1 document using the woden-1.0M9-dom. > Unfortunately getting the below mentioned error. > SEVERE: Woden[Fatal Error],0:0,WSDL514,It appears as though you are trying > to parse a WSDL 1.1 document but Woden is a WSDL 2.0 parser. > Exception in thread "main" WSDLException: faultCode=INVALID_WSDL: Fatal WSDL > error: > 0:0,WSDL514,It appears as though you are trying to parse a WSDL 1.1 document > but Woden is a WSDL 2.0 parser.:
This is self descriptive error massage , Woden is a WSDL 2.0 parser and you cant use it to read WSDL 1.1 documents try to use WSDL4J. Thanks ! > > Request you to help me on parsing WSDL 1.1 with the > latest woden-1.0M9-dom build. > Thanks > Karthik S > -- Sagara Gunathunga Blog - http://ssagara.blogspot.com Web - http://people.apache.org/~sagara/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
