Re: [axis2] stub generated by axis 2 is not compiling but stub generated by axis 1.4 works fine.

2006-10-13 Thread Manuel Ernstberger
t; <[EMAIL PROTECTED]> An: axis-user@ws.apache.org Betreff: [axis2] stub generated by axis 2 is not compiling but stub generated by axis 1.4 works fine. > I am testing .net webservice interoperability using axis 1.4 and axis2. > While I can access the webservice using axis1.4 and my axis

Re: [axis2] stub generated by axis 2 is not compiling but stub generated by axis 1.4 works fine.

2006-10-03 Thread shantanu chawla
yes I am using nightly builds. now I am getting these errors. org.apache.neethi cannot be resolved to a type method addHeadersToEnvelope(SOAPEnvelope) is undefined for the _serviceClient The method getNamespaceURI() is undefined for the type OMNamespace I cant find class org.apache.neethi in

Re: [axis2] stub generated by axis 2 is not compiling but stub generated by axis 1.4 works fine.

2006-09-29 Thread Anne Thomas Manes
Are you using the latest build? On 9/29/06, shantanu chawla <[EMAIL PROTECTED]> wrote: I am testing .net webservice interoperability using axis 1.4 and axis2. While I can access the webservice using axis1.4 and my axis1.4 client works fine but when I generate the client stubs using axis2 it is n

[axis2] stub generated by axis 2 is not compiling but stub generated by axis 1.4 works fine.

2006-09-29 Thread shantanu chawla
I am testing .net webservice interoperability using axis 1.4 and axis2. While I can access the webservice using axis1.4 and my axis1.4 client works fine but when I generate the client stubs using axis2 it is not compiling. In my client stub generated by axis 2 code generatorI am having this error