aspose file tools
The moose likes Web Services and the fly likes Axis2 generating stub with errors Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Web Services
Reply locked New topic
Author

Axis2 generating stub with errors

mvPrasad Regula
Ranch Hand

Joined: Sep 14, 2009
Posts: 42
I tried to generate the stub code using Axis2 and pasted it in netbeans. It is displaying errors. Here are the list of errors
1) addAnonymousOperations() --> Cannot find symbol

2) _operationClient.setCallback(new org.apache.axis2.client.async.AxisCallback() {
--> method setcallback cannot be applied to class org.apache.axis2.client.OperationClient cannot be applied to given types.

3) org.apache.axiom.om.OMDataSource dataSource =
new org.apache.axis2.databinding.ADBDataSource(this,MY_QNAME){
--> EchoResponse is not abstract and does not override serialize method in ADBDataSource.

4) public javax.xml.stream.XMLStreamReader getPullParser(javax.xml.namespace.QName qName) --> getPullParser in EchoStub.EchoResponse cannot implement getPullParser


Prasad Regula
Jimmy Clark
Ranch Hand

Joined: Apr 16, 2008
Posts: 2187
Please do no post the same message in multiple forums.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Axis2 generating stub with errors
 
Similar Threads
Axis2 exception - NoSuchMethodError
Axis2 generating stub with errors
calling method from stub class :- Error obtaining parser from data source:Property cannot be null!
Axis2 NoSuchMethodError
WebService Client - Unexpected SubElement Exception