Thanks that solved the issue... Now I am getting a javax.xml.stream.FactoryConfigurationError: Provider com.bea.xml.stream.MXParserFactory not found error.
Is this because I am missing a newer version of a stax utils jar file. Thanks Sriram -----Original Message----- From: Davanum Srinivas [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 25, 2006 8:12 PM To: [email protected] Subject: Re: Building WSDL using latest axis2 nightly Please re-run wsdl2java (in the new dist) against your wsdl. Please don't use the old generated code. thanks, dims On 10/25/06, Sriram Vaidyanathan <[EMAIL PROTECTED]> wrote: > Hi, > I downloaded the latest nightly axis2-SNAPSHOT.jar and tried to compile > my existing WSDL, but I get the following error when it tries to compile the > generated stub class. > > Cannot find symbol: getElement > (org.apache.axiom.soap.SOAPEnvelope,java.lang.String) > > The failure happens because the method. > getElement(org.apache.axiom.soap.SOAPEnvelope,java.lang.String) is not found > in the org.apache.axis2.client.Stub class. > > Am i missing a Jar file with the latest nightly snapshots because the > axis21.0.jar from the stable release was not giving the problem? Any help on > this would be appreciated. > > Thanks > Sriram > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Davanum Srinivas : http://www.wso2.net (Oxygen for Web Service Developers) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
